Opened 15 years ago

Closed 15 years ago

#22117 closed defect (wontfix)

apple-gcc42-devel fails to build

Reported by: nerdling (Jeremy Lavergne) Owned by: illogic-al@…
Priority: Normal Milestone:
Component: ports Version: 1.8.99
Keywords: Cc:
Port: apple-gcc42-devel

Description


Attachments (1)

apple-gcc42-devel.bz2 (130.6 KB) - added by nerdling (Jeremy Lavergne) 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by nerdling (Jeremy Lavergne)

Attachment: apple-gcc42-devel.bz2 added

comment:1 Changed 15 years ago by illogical1@…

which OS?

comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)

Snow Leopard

comment:3 Changed 15 years ago by illogic-al@…

Resolution: wontfix
Status: newclosed

Then I'm not even going to attempt to fix this. apple-gcc42-devel is provided so that people on tiger, without a gcc4.2 can build kde. that is it's sole purpose for being. If you're not using tiger don't use apple-gcc42-devel.

Having said that, this bit of code in the kde4-1.0.tcl might need to be updated to add snow leopard.

switch ${os.platform}_${os.major} {
    darwin_8 {
	    depends_lib-append 	port:apple-gcc42-devel
	    configure.compiler	apple-gcc-4.2
    }
    darwin_9 {
	    configure.compiler      gcc-4.2
    }
}

But someone else'll need to take care of that. I don't have snow leopard and barely have a machine to test it on :-)

Note: See TracTickets for help on using tickets.