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.

Change History (1)

comment:1 by John Maddock, 18 years ago

Status: assignedclosed
Logged In: YES 
user_id=14804

I believe that this issue has been fixed in current cvs
(we've had some help from the kind folks at Metrowerks),
reopen this if there are still any problems,

John Maddock.
Note: See TracTickets for help on using tickets.