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
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
About the author
#2
ranlib libogg.a
ranlib libvorbis.a
simple. ;)
10/01/2005 (7:45 pm)
Easy, just open the terminal and run ranlib on them:ranlib libogg.a
ranlib libvorbis.a
simple. ;)
Torque 3D Owner Stephen Zepp