Opened 18 years ago

Closed 18 years ago

#5904 closed defect (worksforme)

BUG: pilot-link won't compile on OS X 10.4

Reported by: brent@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: brent@…
Port:

Description

c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/opt/local/include -no-cpp-precomp -fno-common -g -O2 -c datebook.cc -MT datebook.lo -MD -MP -MF .deps/datebook.TPlo -fno-common -DPIC -o .libs/datebook.lo In file included from ../include/pi-datebook.h:89,

from datebook.cc:11:

../include/pi-datebook.hxx:14:20: error: iostream: No such file or directory make[2]: * [datebook.lo] Error 1

Attachments (1)

typescript (3.1 KB) - added by brent@… 18 years ago.
"port build" output

Download all attachments as: .zip

Change History (5)

comment:1 Changed 18 years ago by mww@…

would you mind updating your tree, cleaning & rebuilding pilot-link and providing a full build-log? (preferably as attached text-file)

comment:2 Changed 18 years ago by brent@…

(In reply to comment #1)

would you mind updating your tree, cleaning & rebuilding pilot-link and providing a full build-log? (preferably as attached text-file)

Wouldn't mind at all. I did a completely fresh CVS checkout of DarwinPorts base (configure make install) and dports, and then built pilot-link. The typescript is attached. Also:

$ uname -a Darwin gauss.local 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc $ gcc --version powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5247)

Let me know if there's anything else you need.

Changed 18 years ago by brent@…

Attachment: typescript added

"port build" output

comment:3 Changed 18 years ago by blb@…

Brent, you're using Xcode 2.2 correct? If so, what's the result of running 'ls -l /usr/include/c++/4.0.0/ iostream' in Terminal? If you see 'No such file or directory,' did you install the DevSDK package with Xcode?

comment:4 Changed 18 years ago by brent@…

Resolution: worksforme
Status: newclosed

That was it. I did have Xcode 2.2 but didn't have /usr/include/c++ -- installing the DevSDK package gave me that. Thanks much.

Note: See TracTickets for help on using tickets.