Hi, I am facing a compilation issue similar to the one reported last month on this forum..
I am using the latest source version of Perl from cpan on OS X 10.8.2 Mountain Lion, and the intention is to build a debug version of WxWidgets for Perl (i.e Wx Perl). In the penultimate step to creating a debug version of Wx-0.9922 on mac, i run the perl Makefile.PL command and i get the following error message bash-3.2$ look Wx ... bash-3.2$ perl Makefile.PL --wx-debug --wx-unicode ... Searching configuration for: wxWidgets (any version) for (any toolkit); compiler compatibility: gcc 3.4; options: debug, unicode Available configurations: wxWidgets 2.009004 for mac; compiler compatibility: gcc 3.4; options: no debug, unicode, no mslu Compilation failed in require at Makefile.PL line 21. BEGIN failed--compilation aborted at Makefile.PL line 21. How can i get the --wx-debug option to work ? Regards Ron.