Hi Folks

I am having a little problem compiling the openswan config parser on BuC4.

there is a declaration of a few macros in glob.h which depend on the
definition of

#..... && defined __UCLIBC_HAS_GNU_GLOB__

If I force the definition with -D__UCLIBC_HAS_GNU_GLOB__ , it is not
recognized. There appears to be no way to make the C preprocessor accept
this definition unless I add it to the parser input file _before_ the
inclusion of glob.h.

I _believe_ this can be improved by rebuilding buildenv with setting the
respective parameters in .config for uClibc

UCLIBC_HAS_GLOB=y
# UCLIBC_HAS_GNU_GLOB is not set

cheers

Erich

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to