Opened 19 years ago
Closed 18 years ago
#253 closed Bugs (Fixed)
in the config.hpp system, problem with macos.hpp
Reported by: | nobody | Owned by: | John Maddock |
---|---|---|---|
Milestone: | Component: | config | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
on MacOSX with a ProjectBuilder, the line # ifndef TARGET_CARBON # include <boost/config/posix_features.hpp> # endif does not work, because the posix_features are always activated, even with carbon targets. the guy probably wanted to do something like # ifndef __MACHO__ # include <boost/config/posix_features.hpp> # endif or something like that. that bug prevents the boost library to be used with ProjectBuilder's projects that uses Carbon.
Note:
See TracTickets
for help on using tickets.