• Apfeltalk ändert einen Teil seiner Allgemeinen Geschäftsbedingungen (AGB), das Löschen von Useraccounts betreffend.
    Näheres könnt Ihr hier nachlesen: AGB-Änderung
  • Viele hassen ihn, manche schwören auf ihn, wir aber möchten unbedingt sehen, welche Bilder Ihr vor Eurem geistigen Auge bzw. vor der Linse Eures iPhone oder iPad sehen könnt, wenn Ihr dieses Wort hört oder lest. Macht mit und beteiligt Euch an unserem Frühjahrsputz ---> Klick

opendx unter leopard?

rob50904

Braeburn
Registriert
01.07.07
Beiträge
43
hallo!
gibt es hier irgend jemanden, der schon mal opendx unter leopard zum laufen gebracht hat?

mit dem neuen X11 gibt es nämlich leider probleme.


hier findet man dazu:

------------------------------
"This version of OpenDX requires 10.3.9 or higher. If you need a version for 10.3.8 or lower, please contact us and we can sell you version 4.3.2.
At this time, MacOS 10.5's X11.app is not compatible with our version of OpenDX. Apple chose to use a new X core with this upgrade which broke a lot of functionality. If you want to use our version of OpenDX with MacOS X 10.5, you can use it by refusing to have X11 upgraded when you upgrade the OS or may be successful by reverting back to the older version of X11. Ben Byer from Apple has posted instructions for installing Tiger's version of X11 on Leopard which should allow OpenDX to run."
------------------------------


Mit der von Apple vorgeschlagenen Lösung habe ich leider Probleme.


------------------------------
"1. Download X11 Update 2006 from http://www.apple.com/support/downloads/x11update2006113.html
2. In Terminal:

sudo launchctl unload -w /System/Library/LaunchAgents/org.x.X11.plist
sudo mv /Applications/Utilities/X11.app /Applications/Utilities/X11- launcher.app
sudo rm /usr/X11R6
sudo ditto -Vx --noqtn /Volumes/X11\ Update\ 2006/X11Update2006.pkg/ Contents/Archive.pax.gz /
log out, then back in to clear $DISPLAY
You will then have both versions installed. To run the Tiger version of X11, just run /Applications/Utilities/X11.app. To run the Leopard version, run /usr/X11/X11.app. When I tried this, I got the "double X11 icon in Dock" thing -- I have to talk to the Dock guys about that.

Note that this will not install the Tiger X11SDK.pkg, but that's okay -- you can build programs against the files in /usr/X11 and still run them with the Tiger X11.app.

3. To reverse the above directions:
sudo rm -rf /etc/X11 /usr/X11R6 /Applications/Utilities/X11.app
sudo ln -s X11 /usr/X11R6
sudo mv /Applications/Utilities/X11-launcher.app /Applications/ Utilities/X11.app
sudo launchctl load -w /System/Library/LaunchAgents/org.x.X11.plist
log out, then back in to set $DISPLAY"
------------------------------




schon wenn ich den ersten befehl in terminal eingebe, bekomme ich folgende Fehlermeldung:

"Couldn't stat("/System/Library/LaunchAgents/org.x.X11.plist"): No such file or directory"

tatsächlich befindet sich in dem angegeben verzeichnis keine datei "org.x.X11.plist" und nun weiß ich nicht mehr weiter...