[EMAIL PROTECTED] wrote: > On Mon, Jan 03, 2005 at 09:09:11AM +0100, Morten Nilsen wrote: >> >> sollution was adding -I/usr/X11R6/include to CFLAGS before running >> >> autogen.sh >> > That is odd that you had to manually do such. Is that include path in your >> > ld.so.conf? Either way nice to hear you got it fixed. >> >> $ cat /etc/ld.so.conf >> /usr/X11R6/lib >> >> I think all other things I've packaged on my boxen have compiled fine >> without giving this CFLAGS setting.. >> >> Cheers, >> -- >> Morten > > That there is your problem. That file is used by the linker to determine the > location of libraries. I would suggest that your edit the file to read like > this. > > /usr/local/lib > /usr/lib > /usr/X11R6/lib > /opt/kde/lib <-- I don't have anything there ^_^ > /usr/lib/qt/lib <-- /me grumbles > > And make sure to include the location of your gcc libs. Mine in this case is > in > /usr/i486-slackware-linux/lib, however you'll want to contact others that use > your distro to determine this path. Also if you use any other libs that are > stored in odd locations, you'll want to include those as well. >
excuse me? the only thing it doesn't find is (one) X11 header(s), and you suggest I add library paths? the only two places I have libs, are /usr/lib and /usr/X11R6/lib .. and gcc/ld finds any lib, as long as the latter has been added to ld.so.conf, which it is. Heck, even e 0.16.7.2 compiled fine on this exact same box, but then I didn't have to run autogen.sh Cheers, -- Morten ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
