Dominique Leuenberger a.k.a DimStar wrote 2009-12-09 16.46: > Any idea how the define const got in config.h? That sounds utterly weird.
That would be an effect of configure.ac invoking the macro AC_C_CONST, but it should not evaluate to an empty statement if your C compiler does support the 'const' keyword (and of course it does... unless you're using some really strange compiler). This might be an autoconf bug. I assume that you have tried reconfiguring ntfs-3g with autogen.sh? Redefining a keyword is bound to cause problems. :) - Erik ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ ntfs-3g-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel
