I did what was suggested (edited local files to account for madlib now being libmad), but the compilation fails at:
gcc -c -O3 -g -bind_at_load -prebind -prebind_allow_overlap -no-cpp-precomp -DSYS_DARWIN -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -Inative -I.. -I../libmpdemux -I../loader -I/sw/include/freetype -I/sw/include -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include -D_GNU_SOURCE -o ad_libmad.o ad_libmad.c
gcc: unrecognized option `-prebind_allow_overlap'
ad_libmad.c:23:17: mad.h: No such file or directory
ad_libmad.c:27: field `synth' has incomplete type
ad_libmad.c:28: field `stream' has incomplete type
ad_libmad.c:29: field `frame' has incomplete type
ad_libmad.c: In function `read_frame':
ad_libmad.c:75: `MAD_ERROR_BUFLEN' undeclared (first use in this function)
ad_libmad.c:75: (Each undeclared identifier is reported only once
ad_libmad.c:75: for each function it appears in.)
ad_libmad.c: In function `init':
ad_libmad.c:88: `MAD_MODE_SINGLE_CHANNEL' undeclared (first use in this function)
ad_libmad.c: At top level:
ad_libmad.c:104: parse error before "sample"
ad_libmad.c: In function `scale':
ad_libmad.c:106: `sample' undeclared (first use in this function)
ad_libmad.c:106: `MAD_F_FRACBITS' undeclared (first use in this function)
ad_libmad.c:109: `MAD_F_ONE' undeclared (first use in this function)
ad_libmad.c: In function `decode_audio':
ad_libmad.c:130: `mad_fixed_t' undeclared (first use in this function)
ad_libmad.c:130: parse error before "const"
ad_libmad.c:134: dereferencing pointer to incomplete type
ad_libmad.c:135: dereferencing pointer to incomplete type
ad_libmad.c:136: `left_ch' undeclared (first use in this function)
ad_libmad.c:136: dereferencing pointer to incomplete type
ad_libmad.c:137: `right_ch' undeclared (first use in this function)
ad_libmad.c:137: dereferencing pointer to incomplete type
make[1]: *** [ad_libmad.o] Error 1
make: *** [libmpcodecs/libmpcodecs.a] Error 2
### execution of make failed, exit code 2
It can't find mad.h I take it this is during the madlib compilation.
If I do a fink selfupdate-cvs, will I lose the changes I made, or will they interfere?
I edited:
mplayer-0.90.0-2.info mplayer-0.90.0-2.patch in /sw/fink/10.2/local/main/finkinfo/
and /sw/etc/fink.conf to say: Trees: stable/main stable/crypto unstable/main unstable/crypto local/main
Thanks
Paul
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
