From: "Alexander K. Hansen" <[EMAIL PROTECTED]>
Subject: Re: [Fink-beginners] Re: I can't compile transcode. Has anyone some hints?
The presence of /usr/local/include suggest the first thing to try:
http://fink.sourceforge.net/faq/comp-general.php?phpLang=en#usr-local-libs
----- Thanks. That didnït solve the problem for me, however. The same error appears.
Hello Fink-List.
I am sorry... it isn't working that way... here are my last outputs from the compiler:
----------
.
.
.
if gcc -DHAVE_CONFIG_H -I.. -I. -I.. -I. -Wall -I./ -I../src -I../avilib -I../libac3 -I./../libac3 -I../libmpeg2 -I./../libmpeg2 -I../libvo -I./../src -I./../avilib -I./../libvo -I/usr/include -I/usr/local/include -I/usr/include -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/sw/include/libxml2 -I/sw/include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/sw/include -D_REENTRANT -funroll-loops -ffast-math -Wall -DMOD_PATH=\"/sw/lib/transcode\" -g -no-cpp-precomp -D_INTL_REDIRECT_MACROS -I/sw/include -O3 -O3 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -MT decode_mpeg2.o -MD -MP -MF ".deps/decode_mpeg2.Tpo" \
-c -o decode_mpeg2.o `test -f 'decode_mpeg2.c' || echo './'`decode_mpeg2.c; \
then mv -f ".deps/decode_mpeg2.Tpo" ".deps/decode_mpeg2.Po"; \
else rm -f ".deps/decode_mpeg2.Tpo"; exit 1; \
fi
../libvo/video_out.h:71: warning: `vo_setup' defined but not used
if gcc -DHAVE_CONFIG_H -I.. -I. -I.. -I. -Wall -I./ -I../src -I../avilib -I../libac3 -I./../libac3 -I../libmpeg2 -I./../libmpeg2 -I../libvo -I./../src -I./../avilib -I./../libvo -I/usr/include -I/usr/local/include -I/usr/include -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/sw/include/libxml2 -I/sw/include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/sw/include -D_REENTRANT -funroll-loops -ffast-math -Wall -DMOD_PATH=\"/sw/lib/transcode\" -g -no-cpp-precomp -D_INTL_REDIRECT_MACROS -I/sw/include -O3 -O3 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -MT decode_yuv.o -MD -MP -MF ".deps/decode_yuv.Tpo" \
-c -o decode_yuv.o `test -f 'decode_yuv.c' || echo './'`decode_yuv.c; \
then mv -f ".deps/decode_yuv.Tpo" ".deps/decode_yuv.Po"; \
else rm -f ".deps/decode_yuv.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I.. -I. -I.. -I. -Wall -I./ -I../src -I../avilib -I../libac3 -I./../libac3 -I../libmpeg2 -I./../libmpeg2 -I../libvo -I./../src -I./../avilib -I./../libvo -I/usr/include -I/usr/local/include -I/usr/include -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/sw/include/libxml2 -I/sw/include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/sw/include -D_REENTRANT -funroll-loops -ffast-math -Wall -DMOD_PATH=\"/sw/lib/transcode\" -g -no-cpp-precomp -D_INTL_REDIRECT_MACROS -I/sw/include -O3 -O3 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -MT decode_dv.o -MD -MP -MF ".deps/decode_dv.Tpo" \
-c -o decode_dv.o `test -f 'decode_dv.c' || echo './'`decode_dv.c; \
then mv -f ".deps/decode_dv.Tpo" ".deps/decode_dv.Po"; \
else rm -f ".deps/decode_dv.Tpo"; exit 1; \
fi
decode_dv.c: In function `decode_dv':
decode_dv.c:174: error: `frame_size_625_50' undeclared (first use in this function)
decode_dv.c:174: error: (Each undeclared identifier is reported only once
decode_dv.c:174: error: for each function it appears in.)
decode_dv.c:207: error: `frame_size_525_60' undeclared (first use in this function)
decode_dv.c:235: warning: int format, size_t arg (arg 7)
decode_dv.c:247: warning: passing arg 5 of `dv_decode_full_frame' from incompatible pointer type
decode_dv.c:272: warning: passing arg 5 of `dv_decode_full_frame' from incompatible pointer type
decode_dv.c:280: warning: passing arg 5 of `dv_decode_full_frame' from incompatible pointer type
decode_dv.c: In function `probe_dv':
decode_dv.c:388: error: `frame_size_625_50' undeclared (first use in this function)
decode_dv.c:395: error: `frame_size_525_60' undeclared (first use in this function)
make[3]: *** [decode_dv.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Removing build lock...
dpkg -r fink-buildlock-transcode-0.6.11-2
(Reading database ... 15050 files and directories currently installed.)
Removing fink-buildlock-transcode-0.6.11-2 ...
Failed: phase compiling: transcode-0.6.11-2 failed
----------
Maybe is will help...
Thanks and Greetings. Stefan.
-- Stefan E. "Fugu" Funk mailto:[EMAIL PROTECTED]
------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
