Erik Colson wrote: Hi,
After some time I finally moved to perl 5.12.1. (you'll find the perl -V report at the bottom of this post) I compiled perl in 32 bit and installed Alien:wxWidgets successfully by letting the module download and compile wxWidgets by itself (2.8.10). However building Wx fails. I download the version from svn to be sure to have the latest stuff. Thanks for any help !
You compiled Perl with -nostdinc, and added back some C include paths using -B; it seems there are some more paths that need to be added; could you just recompiling it without all the extra compiler/linker flags (you should only need -arch i386)?
HTH, Mattia