Build error
Alan Pae <[email protected]> Thu, 25 Sep 2008 14:02:02 -0700
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <[email protected]> |
Any ideas?
Thanks in advance,
alan
gcc -fomit-frame-pointer -funroll-loops -I/opt/local/include
-I/opt/gnu/include -O3 -Wall -I/opt/local/include -I/opt/gnu/include -O3
-Wall -march=i586 -mcpu=pentiumpro -o .libs/ogle_mpeg_vs video_stream.o
video_mpeg1.o video_mpeg2.o video_motion.o c_getbits.o video_tables.o
yuv2rgb_mlib.o -L/opt/local/lib -L/opt/SUNWmlib/lib -lmlib
../common/libcommon.a ../ogle/.libs/libmsgevents.so -Wl,--rpath
-Wl,/opt/ogle/lib/ogle -Wl,--rpath -Wl,/opt/local/lib -Wl,--rpath
-Wl,/opt/gnu/lib -Wl,--rpath -Wl,/opt/SUNWmlib/lib
video_stream.o: In function `get_output_buffer':
video_stream.c:(.text+0x40c5): undefined reference to `emms'
video_stream.o: In function `picture_data':
video_stream.c:(.text+0x487c): undefined reference to `emms'
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `ogle_mpeg_vs'
Current working directory /build/ogle-0.9.2/mpeg2_video
*** Error code 1
The following command caused the error:
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='ogle include common ctrl mpeg2_video mpeg2_program libogleao
ac3 vmg dvd_cli scripts doc'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'