cannot compile on mac

Random chit-chat and anything that doesn't belong elsewhere
Locked
daman123x
Novice
Posts: 51
Joined: Mon Dec 10, 2007 2:56 pm

cannot compile on mac

Post by daman123x »

anyone else having this problem?
with make, loops through way too many times, then eventually (after maybe 15 mins on a fast computer)

with jam:
ibhb/decomb.c:166: warning: ‘get_ref’ defined but not used
Cc libhb/lang.o
Cc libhb/enctheora.o
...skipped libhb.a for lack of libhb.a(encx264.o)...
...skipped HandBrake.app for lack of libhb.a...
...failed updating 2 target(s)...
...skipped 2 target(s)...
...updated 38 target(s)...

with make:
anlib: file: libxvidcore.a(timer.o) has no symbols
ranlib: file: libxvidcore.a(timer.o) has no symbols
strip: input object file stripped: /Users/Dan/HBDev/contrib/lib/libxvidcore.a(timer.o)
...failed updating 1 target(s)...
...updated 35 target(s)...
make[1]: *** [.contrib] Error 1
make: *** [contrib/.contrib] Error 2

any ideas?

thanks!
Locked