Boost logo

Boost-Build :

Subject: Re: [Boost-build] bootstrap.bat mingw failure on trunk
From: Renaud Lepère (lepere.renaud_at_[hidden])
Date: 2013-10-05 18:51:23


I had to add a few lines in builtins.c to fix it and to generate a b2
under my version of gcc.

  #ifdef OS_NT
  #include <windows.h>
+#ifndef FSCTL_GET_REPARSE_POINT
+#define FSCTL_GET_REPARSE_POINT 0x000900a8
  #endif

This could perhaps be usefull for the next version.

Renaud

Le 31/08/2013 13:11, Lepere Renaud a écrit :
>
> I am trying to build bjam.exe from trunk on windows with mingw/gcc, i am
> using gcc-4.7.2.
>
> set path=c:\Mingw\bin;%PATH%
> bootstrap.bat mingw
>
> Building Boost.Build engine
> builtins.c: In function 'builtin_readlink':
> builtins.c:1879:39: erreur: 'FSCTL_GET_REPARSE_POINT' undeclared (first
> use in t
> his function)
> builtins.c:1879:39: note: each undeclared identifier is reported only
> once for e
> ach function it appears in
>
> Failed to build Boost.Build engine.
> Please consult bootstrap.log for furter diagnostics.
> It was ok in 1.54 and this seems to be related to symlinks.
> Is this a bug or should i upgrade my gcc ?
>
> Thanks,
>
> Renaud
>
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
>


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk