Game Development Community

Error when trying to build Torque pbporj using Xcode?

by Eric Daily · in General Discussion · 10/01/2005 (1:12 pm) · 2 replies

Pb:0: warning prebinding disabled because dependent library: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices can't be searched
pb:0: table of contents for archive: ../lib/vorbis/macosx/libvorbis.a is out of date; rerun ranlib(1) (can't load from it)
pb:0: table of contents for archive: ../lib/vorbis/macosx/libogg.a is out of date; rerun ranlib(1) (can't load from it)


these are three different errors that occurred.. i have no idea what they mean or how to fix them......any suggestions?

Thanks,
eric

#1
10/01/2005 (2:07 pm)
Please use the correct forums. There is a Mac specific forum just for issues on Mac :)
#2
10/01/2005 (7:45 pm)
Easy, just open the terminal and run ranlib on them:
ranlib libogg.a
ranlib libvorbis.a

simple. ;)