#32911: growl could not be installed on Mac OSX 10.7.3 ----------------------------------+----------------------------------------- Reporter: tsingyoung@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: growl ----------------------------------+----------------------------------------- Comment(by pjobson@…): Mountain Lion 10.8.0 Xcode 4.4.1 MacPorts 2.1.2 Growl @1.1.6, Revision 1 (aqua) error: There is no SDK with the name or path '/Developer/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.4u.sdk' error: There is no SDK with the name or path '/Developer/SDKs/MacOSX10.4u.sdk' You can trick it into installing by symlinking the 10.4 sdk to newer ones, not sure if this causes instability. As root: {{{ cd /Developer/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ ln -s MacOSX10.7.sdk/ MacOSX10.4u.sdk cd /Developer/SDKs/ ln -s MacOSX10.5.sdk/ MacOSX10.4u.sdk }}} If you don't have those SDK paths, you may try symlinking others... Again, this may cause things to break. I successfully installed Growl 1.1.6 with this method, as of this post the $3.99 one in the App store is version 1.4, haven't read the change log, not sure what the difference is. -- Ticket URL: <https://trac.macports.org/ticket/32911#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS