Beiträge von david.radakovits

    cmake sagt:

    brew hat fehlerfrei mit folgenden Meldungen beendet:

    DocBook

    Zitat


    To use the DocBook package in your XML toolchain,
    you need to add the following to your ~/.bashrc:

    export XML_CATALOG_FILES="/usr/local/etc/xml/catalog"

    gettext

    Zitat

    This formula is keg-only, which means it was not symlinked into /usr/local.

    OS X provides the BSD gettext library and some software gets confused if both are in the library path.

    Generally there are no consequences of this for you. If you build your
    own software and it requires this formula, you'll need to add to your
    build variables:

    LDFLAGS: -L/usr/local/opt/gettext/lib
    CPPFLAGS: -I/usr/local/opt/gettext/include

    autoconf (jack dependencies)

    Zitat

    This formula is keg-only, which means it was not symlinked into /usr/local.

    Xcode provides this software prior to version 4.3.

    libtool

    Zitat

    In order to prevent conflicts with Apple's own libtool we have prepended a "g"
    so, you have instead: glibtool and glibtoolize.

    This formula is keg-only, which means it was not symlinked into /usr/local.

    Xcode provides this software prior to version 4.3.

    Generally there are no consequences of this for you. If you build your
    own software and it requires this formula, you'll need to add to your
    build variables:

    LDFLAGS: -L/usr/local/opt/libtool/lib
    CPPFLAGS: -I/usr/local/opt/libtool/include

    jack selbst

    Zitat

    To have launchd start jack at login:
    ln -sfv /usr/local/opt/jack/*.plist ~/Library/LaunchAgents
    Then to load jack now:
    launchctl load ~/Library/LaunchAgents/homebrew.mxcl.jack.plist
    Or, if you don't want/need launchctl, you can just run:
    jackd -d coreaudio

    Die aktuelle Kopie von GO ist das gesamte Verzeichnis http://sourceforge.net/p/ourorgan/svn…src/grandorgue/ , richtig?
    Wie mach ich das? curl?

    Nun, die Informationen zur Kompatibilität sind leider extrem spärlich vorhanden.
    Prinzipiell müsste das egal sein, weil das System an sich 64 und 32 bit kompatibel ist (falls ich mich da nicht irre).

    Ich habe jetzt folgendes gemacht:
    Diesem Beitrag folgend, habe ich dieses Build installiert. Auch dieses Build kann ich auf herkömmlichem Weg nicht öffnen.
    Wenn ich allerdings im Terminal zum Programm navigiere bekomme ich:

    david$ /Applications/http://GrandOrgue.app/Contents/MacOS/GrandOrgue
    dyld: lazy symbol binding failed: Symbol not found: _wcsdup
    Referenced from: /Applications/http://GrandOrgue.app/Contents/MacOS/GrandOrgue
    Expected in: /usr/lib/libSystem.B.dylib

    dyld: Symbol not found: _wcsdup
    Referenced from: /Applications/http://GrandOrgue.app/Contents/MacOS/GrandOrgue
    Expected in: /usr/lib/libSystem.B.dylib

    Trace/BPT trap

    Hallo!
    Ich kann leider kein funktionierendes Build für mein System finden.
    Ich habe OS X 10.6.8 auf einem Core 2 Duo MacBook laufen.
    Kann mir jemand helfen? Entweder mit einem funktionieren Build (alle die ich finde stürzen gleich nach dem Start ab) oder gerne auch beim selbst kompilieren!
    Danke schon im Voraus!

    Grüße,
    David

    Hallo!
    Hab gestern versucht GO auf meinem Mac mit OS X 10.6.8 zu installieren.
    Es lässt sich allerdings nach dem Download nicht mal starten.
    Habe ich eine falsche Version heruntergeladen, oder gibts spezielle Installationsschritte?
    Kann darüber leider nichts auf der source forge Seite finden.

    Vielen Dank schon mal
    Grüße

    David