Hi Mark, hi everyone! I know you probably sigh every time someone talks about this particular subject on the list, but I also know you strive to make wxPerl awesome and easy to install, so I had to share:
I was at the wiki (thanks for putting it back online!!) looking at the best way to install WxPerl on a Mac. I have a OS X version 10.7.5, so here's what I did: perlbrew install perl-5.16.3 \ -Dcc=gcc \ -Dld=g++ \ -Dusethreads \ -Duseithreads \ -Duseshrplib \ -Accflags="-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk" \ -Accflags="-mmacosx-version-min=10.6" \ -Accflags="-arch i386 -DUSE_SITECUSTOMIZE -Duselargefiles -fno-merge-constants" \ -Aldflags="-Wl,-search_paths_first -arch i386" \ -Aldflags="-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -mmacosx-version-min=10.6" \ -Alddlflags="-Wl,-search_paths_first -arch i386" \ -Alddlflags="-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -mmacosx-version-min=10.6" It installed ok. Just to make sure, here's the output of "perl -V": http://paste.scsys.co.uk/244097 The path "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX,platform/Developer/SDKs/MacOSX10.7.sdk" exists on my system (which has Xcode 4.6.2 4H1003, btw). However, when I tried installing Alien::wxWidgets, this is what I got: http://paste.scsys.co.uk/244096 Any clues as to what exactly am I doing wrong? Thanks! And thanks again for all the amazing work! garu