Opened 16 years ago

Closed 16 years ago

Last modified 8 years ago

#14460 closed defect (fixed)

lang/sdcc 2.7.0 does not build under Xcode 2.5 cpp-4.0: too many input files

Reported by: jbacon@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: sdcc

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Summary says it all...

The following patch solved the problem for me:

--- /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/sdcc/Portfile 2007-10-29 17:08:11.000000000 -0500
+++ Portfile    2008-02-23 20:14:00.000000000 -0600
@@ -23,6 +23,8 @@
 
 build.type             gnu
 
+configure.compiler     gcc
+
 destroot.destdir       prefix=${destroot}${prefix}
 
 patchfiles             patch-support-Util-dbuf.h

Attachments (1)

sdcc.diff (325 bytes) - added by jwbacon@… 16 years ago.
SDCC patch unified diff

Download all attachments as: .zip

Change History (5)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

The patch has been mangled by WikiFormatting, could you please add it as an attachment?

Changed 16 years ago by jwbacon@…

Attachment: sdcc.diff added

SDCC patch unified diff

comment:2 Changed 16 years ago by rhwood@…

Resolution: fixed
Status: newclosed

Patch committed in r36248

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: sdcc cpp removed
Port: sdcc added
Note: See TracTickets for help on using tickets.