On Thu, Jul 14, 2005 at 08:55:34PM -0400, Alexander Hansen wrote:
> On Jul 14, 2005, at 12:44 PM, Daniel Macks wrote:
> >
> >Try removing fltk-x11? Why the heck oo.o is seeing fltk headers is a
> >different matter and may suggest oo.o has some -I/sw/include ordered
> >before its private -I flags somewhere.

And sure enough...

> This worked, and now I've hit another snag:
> 
> cd liblber; /usr/bin/make export
> gcc-3.3 -o decode.o -c   -I/sw/include  [lots of flags]
> -I../../../ldap/include
> -I/sw/src/fink.build/openoffice.org-1.9m113-50/moz/unxmacxp.pro/misc/build/mozilla/dist/./include
> decode.c
> In file included from decode.c:37:
> lber-int.h:106: error: parse error before "LDAP_CALLBACK"
> lber-int.h:115: error: redefinition of `Seqorset'
> /sw/include/lber.h:160: error: `Seqorset' previously declared here

I wonder if you're picking up an ldap header from /sw/include instead
of the (expected) local one?

If one has public -I and -L before private ones, one is often gonna be
screwed in various ways now and in the future.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to