Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2004-04-08 12:06:00


Bugs item #931852, was opened at 2004-04-08 10:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=931852&group_id=7586

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: in the config.hpp system, problem with macos.hpp

Initial Comment:
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&#039;s
projects that uses Carbon.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=931852&group_id=7586

-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk