Op 21-01-11 15:20, Shlomi Fish schreef:
> Hi Burak,
> 
> On Thursday 20 Jan 2011 16:01:27 Burak Gürsoy wrote:
>> Hi,
>>
>> I'm using Mac for a while and while Alien::wxWidgets seem to install fine,
>> Can't compile Wx with the system perl and there is a bug about that as
>> well: https://rt.cpan.org/Public/Bug/Display.html?id=64650

Hi Burak,

Even when succeeding in compiling Wx on MacOSX, padre will *not* run. I
asked a friend to run "perl -V |grep threads" and "perl -Mthreads -e1"
on his MacOsX 10.6.6 installation and this is what he got:

$ perl -V |grep threads
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef

$ perl -Mthreads -e 1
This Perl not built to support threads
Compilation failed in require.
BEGIN failed--compilation aborted.

As you can see, the system perl binary was not compiled with threading
support (needed by Padre). You will need to follow Shlomi's advise and
use an alternative Perl (self-compiled or from ports).

Claudio
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to