#24936: makeicns should ensure it's UsingTheRightCompiler --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: mk-macports@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: fixed | Keywords: Port: makeicns | --------------------------------------+------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: Sorry, I didn't see your attachment until you posted your comment just now. Trac sends email notification for new comments, but not for new attachments. If you actually set up the script described in the [wiki:UsingTheRightCompiler#testing How to test] section of the wiki article, you'll see that even after applying your patch, the error message is still triggered. MacPorts sets the CC, CXX, etc. environment variables only during the configure phase, and since makeicns doesn't have a configure phase, it doesn't see these variables and you have to help it out by manually setting the variables during the build phase, as described in [wiki:UsingTheRightCompiler#nonstandard-ports the section on ports with nonexistent configure scripts]. Fixed in r67927. -- Ticket URL: <http://trac.macports.org/ticket/24936#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS