#1383 closed Bugs (fixed)
signal.h features not found on Mac OS
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | To Be Determined | Component: | test |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | signal_action signal.h | Cc: |
Description
I'm building Boost trunk on Mac OS X 10.4 using:
$ gcc --version i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
and compilation of test stops with errors indicating, if I understand it correctly, that POSIX prototypes declared in signal.h can not be found.
I've attached detailed compilation log in file boost-trunk-build-errors.log.
Attachments (2)
Change History (10)
by , 15 years ago
Attachment: | boost-trunk-build-errors.log added |
---|
by , 15 years ago
Attachment: | user-config.jam added |
---|
This is my configuration file I use on my Mac OS X machine.
comment:3 by , 14 years ago
Thanks for calling this to my attention.
I just built from trunk (using gcc "i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)", which is a stock Xcode 3.1 install) and did not have this happen. I adjusted my user-config.jam to be similar to yours.
Next, I will try with the release and an identical user-config.jam.
comment:4 by , 14 years ago
Building out of either the trunk or "release" branch on a PPC Mac running 10.4.11 and Xcode 2.5, I don't get these errors, either. I get complaints about lack of "long double support", but that's different. "execution_monitor.o" gets built just fine, and the test targets get built, too.
comment:5 by , 14 years ago
I've just checked SVN trunk r49000 I can confirm it successfully builds for me under Mac OS X 10.5.5 using GCC 4.0.1 from XCode 3.0. Thanks!
comment:6 by , 14 years ago
I've just checked SVN trunk r49000 I can confirm it successfully builds for me under Mac OS X 10.5.5 using GCC 4.0.1 from XCode 3.0. Thanks!
Boost trunk compilation log with error messages