Mac Compile- libogg.a is out of date
by Joe Sulewski · in Torque Game Engine · 03/29/2004 (12:36 pm) · 2 replies
I just grabbed the torque engine and upon trying to compile it I get the following two errors during the build
lib/vorbis/macosx/libogg.a is out of date, rerun ranlib(1) (can't load from it)
lib/vorbis/macosx/libvorbis.a is out of date, rerun ranlib(1) (can't load from it)
Any ideas on what this means and how to fix it?
Thanks,
Joe
lib/vorbis/macosx/libogg.a is out of date, rerun ranlib(1) (can't load from it)
lib/vorbis/macosx/libvorbis.a is out of date, rerun ranlib(1) (can't load from it)
Any ideas on what this means and how to fix it?
Thanks,
Joe
About the author
#2
rerun ranlib
The error informs you of how to fix it :)
03/30/2004 (11:03 am)
You probably already figured this out, but for any future people who get this error:rerun ranlib
The error informs you of how to fix it :)
Torque Owner Joe Sulewski
Thanks anyway.