As per my earlier posts, I still can't get kuickshow/kdegraphics3-3.0.7-3 to build, because for some reason the configure script refuses to detect imlib. I was curious whether the problem might be due to one of the plethora of packages that I've installed, so I wanted to do a clean install of fink. However, because I didn't want to disrupt my existing fink setup, I bootstrapped an auxiliary fink directory (/sw2) and made sure that /sw and its subdirectories weren't in the *PATH of the shell I was working from:
<snippet of environment> MANPATH=/sw2/share/man:/sw2/man:/usr/local/share/man:/usr/local/man:/usr/share/man:/usr/X11R6/man INFOPATH=/sw2/share/info:/sw2/info:/usr/local/share/info:/usr/local/lib/info:/usr/local/info:/usr/share/info PERL5LIB=/sw2/lib/perl5 I installed system-xfree86 in this setup to link to my existing fink X installation, so that I didn't have to disrupt X. This was the closest approximation I was willing to make to a virgin fink installation. However, kdegraphics3 still had the same problem of imlib-config not showing up during the configure config.log excerpt: configure:25403: checking for imlib-config configure:25445: result: no So the result is that kuickshow won't build, which in turn causes the build of kdegraphics3 to quit. I also tried (in my "real" fink directory) rebuilding the various listed dependencies of imlib (gtk+,etc.), and then rebuilding imlib. No change. Additional Notes Martin Costable had asked about the output of 'freetype-config --libs --cflags' and 'imlib-config --libs --cflags' The results (identical to his setup, which works) follow: [ldx3:~] hansen% freetype-config --libs --cflags -I/sw/include/freetype2 -I/sw/include -L/sw/lib -lfreetype [ldx3:~] hansen% imlib-config --libs --cflags -L/sw/lib -lImlib -L/sw/lib -ljpeg -ltiff -lgif -lpng -lz -lm -L/usr/X11R6/lib -lSM -lICE -lXext -lX11 -I/sw/include -I/usr/X11R6/include Maybe I should just stay at 3.0.7-2 until 3.0.8 is available. Some additional (ir?)relevant information: Machine: 450GHz DP OS: OS 10.2.1 fink: latest from CVS xfree86: 4.2.0.1-2 imlib: 1.9.10-9 -- Alexander K. Hansen Associate Research Scientist, Columbia University visiting MIT Plasma Science and Fusion Center Levitated Dipole Experiment 175 Albany Street, NW17-219 Cambridge, MA 02139-4213 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
