On Tue, Jan 04, 2005 at 08:46:25AM +0100, Morten Nilsen wrote:
> [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 X11 headers, 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
Do what you will, however YOU SHOULD have those paths in your ld.so.conf. What
the fsck do you think is called when you ldconfig. Do not waste my time if you
do not intend to exert some effort researching the purpose of ld.so.conf, before
you question me on my advice. To save myself from saying something nasty I'll
leave things at that.

stderr

-- 
--
<---------------------------------------------------------------------->
    
  .-.       Stephen Horner <Protocol.X(at)gmail.com>             
  /v\       irc.FreeNode.net (at)  #linuxpeople
 // \\      AIM  <beepbeepkaah>  ICQ <211915903>                        
/(   )\     MSN  <parse3rr0r(at)hotmail.com>
 ^^-^^      Jabber <Protocol.X(at)jabber.org>
                
<---------------------------------------------------------------------->



-------------------------------------------------------
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

Reply via email to