Forums

Full Version: R1824 and 1825 not running
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Yes, I also did this. The reason it was set to i386 only was because before I did the frameworks, I had just built the libs by hand from the command line, and that was i386 only, so trying to link the ppc stuff against it caused the build to bomb.
cotharyus - Ok, so the commited libs are universal.

kidrock - Do you compile with xcode 2.4 ?
Yes xcode 2.4.1
Can either of you put your universal build onto the svn so i can update to rev 1826 and this will be fixed? ive never had problems before you guys started using vorbis so its probably a problem with that. I've been away for three weeks so tell me of any HUGE changes made in the past three weeks.
The last commit that I made was the same setup I used to make the universal builds that are on my website.
then why isnt vdrift running once i build it? i just click to run and nothing happens!
Console output?
Code:
[Session started at 2007-08-30 01:10:01 -0400.]
dyld: Library not loaded: /Library/Frameworks/Ogg.framework/Versions/A/Ogg
  Referenced from: /Users/David/vdrift/tools/osx/build/Debug/vdrift.app/Contents/MacOS/vdrift
  Reason: image not found

vdrift has exited due to signal 5 (SIGTRAP).
Any ideas? What library is this? :?: :?:
Seems to be Ogg, are we really using ogg? I only noticed vorbis being linked in the Linux build, but maybe I'm mistaken, because of the very confusing naming of the "ogg vorbis" librar[y/ies].
thelusiv - yes, actually the Ogg framework or lib must be in place to build the Vorbis framework.

As far as the framework, it's in SVN, and here's the following output:

lauasanf@dsanford(~/code/vdrift/tools/osx/Ogg.framework/Versions/A)$ file Ogg
Ogg: Mach-O universal binary with 2 architectures
Ogg (for architecture ppc): Mach-O dynamically linked shared library ppc
Ogg (for architecture i386): Mach-O dynamically linked shared library i386


Is your data repository up to date?
Yes just deleted data folder (i know i don't have to but i felt like it) and updated when i got rev 1824. about to update again now.
Just did a data update (got the new track) and still same problem as before. can somebody add the OGG lib?
The ogg lib is there - that's what I posted the file spec on. Does it not exist in your vdrift/tools/osx directory?
Well Ogg.framework folder is here but nothing about the lib :o :o
You mean that the framework folder is empty?
No. everything is there i was just being sarcastic. but then why isn't this working... if its a problem with ogg (a file missing) and everything is there then what is it?
Pages: 1 2 3