Opened 11 years ago

Closed 11 years ago

#5662 closed Bugs (invalid)

Can't build regex on max osc 10.6.7

Reported by: jonas.colmsjo@… Owned by: John Maddock
Milestone: To Be Determined Component: regex
Version: Boost 1.45.0 Severity: Problem
Keywords: Cc:

Description

I get this error when I try to build with regex. Any suggestions?

./bootstrap.sh --prefix=/usr/local --with-libraries=date_time,filesystem,math,iostreams,serialization,mpi,thread,test,regex Password: -n Building Boost.Jam with toolset darwin... tools/build/v2/engine/src/bin.macosxx86_64/bjam -n Unicode/ICU support for Boost.Regex?... not found.

I need regex for pion.

/Thanks Jonas

Change History (1)

comment:1 by John Maddock, 11 years ago

Resolution: invalid
Status: newclosed

That's not an error: it's just telling you that the regex library will be built without Unicode/ICU support as the ICU library isn't installed on that machine (take a look in bin.v2/config.log to see the actual errors if you think it should be building with ICU support).

You can use the regex lib perfectly happily without ICU.

Please reopen if you are getting actual build errors.

Note: See TracTickets for help on using tickets.