Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#1383 closed Bugs (fixed)

signal.h features not found on Mac OS

Reported by: mloskot <mateusz@…> 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)

boost-trunk-build-errors.log (20.0 KB ) - added by mloskot <mateusz@…> 15 years ago.
Boost trunk compilation log with error messages
user-config.jam (1.6 KB ) - added by mloskot <mateusz@…> 15 years ago.
This is my configuration file I use on my Mac OS X machine.

Download all attachments as: .zip

Change History (10)

by mloskot <mateusz@…>, 15 years ago

Boost trunk compilation log with error messages

by mloskot <mateusz@…>, 15 years ago

Attachment: user-config.jam added

This is my configuration file I use on my Mac OS X machine.

comment:1 by mloskot <mateusz@…>, 15 years ago

Any news on this issue?

-- Mateusz Loskot

comment:2 by Gennadiy Rozental, 14 years ago

is it still the problem?

comment:3 by Marshall Clow, 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 Marshall Clow, 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 anonymous, 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 mloskot <mateusz@…>, 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:7 by Marshall Clow, 14 years ago

Resolution: fixed
Status: newclosed

Closing.

comment:8 by mloskot <mateusz@…>, 14 years ago

Guys,

Thank you for taking care of that issue.

Note: See TracTickets for help on using tickets.