Opened 11 years ago
Closed 10 years ago
#5801 closed Bugs (invalid)
failed darwin.compile.c++
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I'm trying to build BOOST using Mac OS X 10.3.9...After running ./b2, I get the following error : In file included from boost/regex/v4/regex_workaround.hpp:39,
from boost/regex/v4/regex.hpp:32, from boost/regex.hpp:31, from libs/regex/src/cregex.cpp:22:
...
-o "bin.v2/libs/regex/build/darwin-3.3/release/threading-multi/cregex.o" "libs/regex/build/../src/cregex.cpp"
...failed darwin.compile.c++ bin.v2/libs/regex/build/darwin-3.3/release/threading-multi/cregex.o...
There are many errors throughout the build...too many to list...does this error refer to a general problem with the build?
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closed as no response from the poster.
What you have shown is a part of the error message that shows includes stack. It is not possible to figure anything concrete from that. Could you provide complete error message -- preferrably, the first when compiling cregex.cpp file?