On 02 Dec 2008, at 01:15, Jean-François Mertens wrote: > > On 02 Dec 2008, at 00:48, Jean-François Mertens wrote: > >>> # egrep '^\.+ /' /sw/var/logs/linuxdcpp.log|sort -u|sed -r -e 's,^ >>> \.+ ,,'|sort -u|egrep -v '^/usr/|system-openssl'|xargs dpkg -S| >>> cut -f1 -d:|sort -u|xargs >>> atk1 cairo glib2-dev gtk+2-dev libgettext3-dev libglade2 pango1- >>> xft2-ft219-dev >> >> So indeed nothing else... > > This is clearly wrong _ pkgs like bzip2 and libiconv-dev are missing; > and indeed I see from the output of the above command , truncated > before the "egrep -v '^/usr/" , that e.g. iconv.h and bzlib.h are > taken from > /usr/include ... > > So an additional fix with the -I flags is needed, as with the -L > flags. > Is late; will look at it tomorrow.
Woke up, and checked again: (In addition to previous amendments) : 1) Reduce the PatchScript to the single line: sed -i.bak -e '\X/usr/libXd' SConstruct (thus get in particular rid of the patch file _ that is what caused your trouble with libiconv _ once -L/usr/lib was removed) 2) Add, in the beginning of the CompileScript : export CPATH=%p/include Then everything seems OK here; in particular : > # egrep '^\.+ /' /sw/var/logs/linuxdcpp.log|sort -u|sed -r -e 's,^\. > + ,,'|sort -u|egrep -v '^/usr/|system-openssl'|xargs dpkg -S|cut - > f1 -d:|sort -u|xargs > atk1 bzip2-dev cairo glib2-dev gtk+2-dev libgettext3-dev libglade2 > libiconv-dev pango1-xft2-ft219-dev > > libiconv-dev and bzip2-dev appeared, freetype, fontconfig and libxml2 didn't _ but I grepped also among the output of # egrep '^\.+ /' /sw/var/logs/linuxdcpp.log|sort -u|sed -r -e 's,^\. + ,,'|sort -u|egrep '^/usr/' to be be sure none of those headers came from there. So those headers are just not used. Best, Jean-Francois ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
