|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-22 07:08:15
On Wednesday 22 December 2004 14:52, TEMPLIE Cédric wrote:
> > Oh well, borland did compile this OK. Can you try checking if changing
> > line 175 of filent.c to
> >
> > if (_S_ISREG & statbuf.st_mode)
> >
> > makes it compile (don't have vc around).
>
> It does not compile...
> filent.c(175) : error C2065: '_S_ISREG' : undeclared identifier
Oops! Could you try:
S_IFREG
and
_S_IFREG
?
> >>Nevertheless, I try to build my little sample, by launching bjam at the
> >>top-level (in the directory where Jamfile and project-root.jam are) but
> >>I have the same error...
> >>
> >>I also tried with the nightly build (I succeed to build bjam in this
> >>build) but I still have the same issue...
> >>
> >>Do you use the nighly build or the last cvs version when you tried my
> >>sample ? (just to investigate what is wrong in my configuration)
> >
> > I tried both with CVS and this nightly build. And I've just tried on
> > Windows. Still works. Are you sure your project uses the new version of
> > V2? Maybe your BOOST_BUILD_PATH or boost-build.jam points to the old
> > version?
>
> I use the 3 commands to get the last CVS version.
> I copy all the v2 dir, to my boost-build install.
> I just uncomment in user-config.jam
> using qt
> using msvc
> using stlport : : my/stlport
>
> My BOOST_BUILD_PATH still point to the same dir...
>
> Need more thing to do ?
And you get the error on the testcase you've sent me? Is the error exactly the
same or it mentions "CHECK_IF_FILE" somewhere. If it mentions CHECK_IF_FILE,
could you try with NT build of bjam.exe that I've made:
http://zigzag.cs.msu.su/~ghost/bjam.exe
?
- Volodya
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