Hi there! I'm playing with Mac OS X Lion for the very first time, and just finished installing Xcode 4.3 and the "Command Line Tools". Although I think CitrusPerl is a nice project, I'm looking forward to using a standard perl - specially now that perlbrew lets me build and use several perls at the same time with no hassle :)
The first problem I stumbled on was installing Alien::wxWidgets: http://paste.scsys.co.uk/184181 The important line on the paste above is, I think: "checking for SDK directory /Developer/SDKs/MacOSX10.6.sdk... configure: error: not found" turns out the new Xcode doesn't seem to create the /Developer directory anymore. Instead, it uses /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer so "sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer /Developer" makes everything go smoothly with Alien::wxWidgets installation again :) could this be turned into a patch in Alien::wxWidgets' Makefile? Or at least a doc patch so other people are able to find it? The second problem is installing Wx.pm, which I'll explain on a second email in a bit. Cheers, breno