Hi All,
I'm working on info files for Coin (OpenInventor replacement) and having a bit of trouble with the Source field. It seems that fink always tries to go to distfiles.opendarwin.org for the files first. So then I tried a CustomMirror with the same results, but after failing I get a chance to try mirror B. What am I doing wrong? I've attached my draft package for simage library.
What is your config option on MasterMirror in /sw/etc/fink.conf? "First", I would guess.
[]
### Fix malloc.h location for Mac OSX perl -pi -e 's/malloc.h/sys\/malloc.h/' src/resize.c
This is not the right fix. The right fix is to remove #include <malloc.h> or to enclose it in #ifdefs that prevent it from being included. Just make sure that stdlib.h is included.
-- Martin
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
