Opened 15 years ago

Last modified 13 years ago

#21752 closed defect

aquaterm build fails with xcode 3.2 — at Version 2

Reported by: chrisg@… Owned by: mcalhoun@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: aquaterm build failure Cc:
Port: aquaterm

Description (last modified by skymoo (Adam Mercer))

aquaterm is being pulled by a dependency. under xcode 3.2 and os x 10.6.1 the following output build errors occur.

** BUILD FAILED **

The following build commands failed:
AQTFwk:
        ProcessPCH /var/folders/zz/zzzivhrRnAmviuee+++++++++++/-Caches-/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-dbckleybymrfrebshlaiwrbcathp/AppKit.h.gch /System/Library/Frameworks/AppKit.framework/Headers/AppKit.h normal x86_64 objective-c com.apple.compilers.gcc.4_2
AquaTerm:
        ProcessPCH /var/folders/zz/zzzivhrRnAmviuee+++++++++++/-Caches-/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-dkcegebtuwmuubazsftuuhcxcqsw/AppKit.h.gch /System/Library/Frameworks/AppKit.framework/Headers/AppKit.h normal x86_64 objective-c com.apple.compilers.gcc.4_2

The rest of the output is included in the attached file.

Change History (3)

Changed 15 years ago by chrisg@…

Attachment: aquaterm.error added

comment:1 in reply to:  description Changed 15 years ago by chrisg@…

Replying to chrisg@…:

aquaterm is being pulled by a dependency. under xcode 3.2 and os x 10.6.1 the following output build errors occur.

BUILD FAILED

The following build commands failed: AQTFwk:

ProcessPCH /var/folders/zz/zzzivhrRnAmviuee+++++++++++/-Caches-/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-dbckleybymrfrebshlaiwrbcathp/AppKit.h.gch /System/Library/Frameworks/AppKit.framework/Headers/AppKit.h normal x86_64 objective-c com.apple.compilers.gcc.4_2

AquaTerm:

ProcessPCH /var/folders/zz/zzzivhrRnAmviuee+++++++++++/-Caches-/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-dkcegebtuwmuubazsftuuhcxcqsw/AppKit.h.gch /System/Library/Frameworks/AppKit.framework/Headers/AppKit.h normal x86_64 objective-c com.apple.compilers.gcc.4_2

The rest of the output is included in the attached file.

One of the complaints is that the build program cannot find /Developer/usr/bin/gcc-4.2. That is the spot it is installed under Xcode 3.1.2 (at least). It has now migrated (under Xcode 3.2) to /usr/bin/gcc-4.2. I will try a symlink to see if the program will build after it is installed.

comment:2 Changed 15 years ago by skymoo (Adam Mercer)

Description: modified (diff)
Owner: changed from macports-tickets@… to mcalhoun@…
Note: See TracTickets for help on using tickets.