Hi again,

Dominique Leuenberger a.k.a DimStar wrote:
> Quoting Jean-Pierre André <[email protected]>:
>
>
> Also I attach you a config.h and a config.log (and wow! there IS a 
> #define const in config.h!)

Ok. Nice job, you have found the explanation, that is
a major step forward. This has probably intended for
K&R compilers (pre-C89, and a lot of other workarounds
must be needed for such old compilers...)

Now, do not lose your time over a buggy tool you
cannot control, just add something like

#ifdef const
#undef const
#endif

after the inclusion of config.h, that is line 255,
until a proper fix is available.

Regards

Jean-Pierre





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

Reply via email to