Opened 17 years ago

Closed 17 years ago

#459 closed Bugs (Fixed)

vc71.mak broken build - allocator.hpp missing

Reported by: key88sf Owned by: John Maddock
Milestone: Component: regex
Version: None Severity:
Keywords: Cc:

Description

In boost 1_33_0, it looks 
like /boost/regex/config/allocator.hpp is missing (was 
present in 1.32.0).  This breaks the vc71.mak build 
immediately:

Building Boost.Regex without ICU / Unicode support:
Hint: set ICU_PATH on the nmake command line to 
point to your ICU installation if you have one.
NMAKE : fatal error U1073: don't know how to 
make '../../../boost/regex/config/allocator.hpp'
Stop.

I'm building from the .zip sourcecode from SF.net.

Perhaps other files are missing as well?

Change History (3)

comment:1 by key88sf, 17 years ago

Summary: vc71.mak broken buildvc71.mak broken build - allocator.hpp missing

comment:2 by John Maddock, 17 years ago

Logged In: YES 
user_id=14804

Yes, unfortunately 1.33 has shipped with broken regex
makesfiles, if you follow the getting started guide and
build with bjam, then everything is OK.  Alternatively I'm
attaching fixed makesfiles to this report.

John Maddock.

comment:3 by John Maddock, 17 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.