Re: wxPerl on Snow Leopard

2010-02-13 Thread Michael Ziege
hi Mattia hi Ed thanks a lot for helping and your quick responses. I checked out version 0.9701 of wxPerl now and followed the dependencies (ExtUtils-XSpp-0.09). I'm still getting errors while compiling wxPerl but slightly different ones: bash-3.2$ make /usr/local/bin/perl

Re: wxPerl on Snow Leopard

2010-02-13 Thread Michael Ziege
hi so finally I tried the second proposed solution and downgraded to version 0.06 of ExtUtils::XSpp and .. it works!! Thanks a lot, - Michael Am 09.02.10 21:51, schrieb Mattia Barbon: Michael Ziege wrote: hi although I followed the instructions below and also read various posts about

Re: R: Re: wxPerl on Snow Leopard

2010-02-13 Thread Michael Ziege
it compiles find, no problems reported during compile (besides retun ist not known by the compiler ;-) ) Am 12.02.10 17:28, schrieb mattia.bar...@libero.it: Hi, thanks a lot for helping and your quick responses. I checked out version 0.9701 of wxPerl now and followed the dependencies

Re: R: Re: R: Re: wxPerl on Snow Leopard

2010-02-13 Thread Michael Ziege
Am 12.02.10 20:40, schrieb Mattia Barbon: Michael Ziege wrote: Hi, g++ -arch i386 -UWX_PRECOMP -c -I. -I../.. -I/usr/local/lib/wx/include/mac-ansi-release-2.8 -I/usr/local/include/wx-2.8 -fno-common -DPERL_DARWIN -no-cpp-precomp -arch i386 -nostdinc

Re: wxPerl on Snow Leopard

2010-02-13 Thread Erik Colson
On 26 Sep 2009, at 18:21, Mattia Barbon wrote: Erik Colson wrote: here's the output when trying to install Wx from cpan prompt: I must be missing something, but I do not see anything specific to STC in the log below... as for the wrong architecture problem, could you try doing: file

Re: wxPerl on Snow Leopard

2010-02-13 Thread Michael Ziege
hi so finally I tried the second proposed solution and downgraded to version 0.06 of ExtUtils::XSpp and .. it works!! Thanks a lot, - Michael Am 09.02.10 21:51, schrieb Mattia Barbon: Michael Ziege wrote: hi although I followed the instructions below and also read various posts about

Re: wxPerl on Snow Leopard

2010-02-12 Thread Ed Heil
Mattia, since you're on the case, and Michael is reporting the bugs on Snow Leopard, I'll back off for the moment, but let me know if you'd like another person testing and I'll jump in too... :) On Fri, Feb 12, 2010 at 7:56 AM, Michael Ziege mzi...@geo.uzh.ch wrote: hi Mattia hi Ed thanks a

Re: R: Re: R: Re: wxPerl on Snow Leopard

2010-02-12 Thread Mattia Barbon
Michael Ziege wrote: Hi, g++ -arch i386 -UWX_PRECOMP -c -I. -I../.. -I/usr/local/lib/wx/include/mac-ansi-release-2.8 -I/usr/local/include/wx-2.8 -fno-common -DPERL_DARWIN -no-cpp-precomp -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.5.sdk//usr/include/gcc

Re: wxPerl on Snow Leopard

2010-02-09 Thread Mattia Barbon
Michael Ziege wrote: hi although I followed the instructions below and also read various posts about building wxPerl on Mac OS X Snow Leopard, I still got errors compiling it. I built wxWidgets 32bit version as explained here:

Re: wxPerl on Snow Leopard

2010-02-08 Thread Michael Ziege
Perl and then my own wxWidgets and wxPerl on Snow Leopard, making them backwards-compatible to Leopard (hopefully, haven't had a chance to test that yet). From here: http://wiki.wxwidgets.org/Development:_wxMac#Building_under_10.6_Snow_Leopard I learned that wxWidgets on Snow Leopard doesn't

wxPerl on Snow Leopard

2009-10-07 Thread Ed Heil
Hey folks, just sharing a data point -- how I compiled my own Perl and then my own wxWidgets and wxPerl on Snow Leopard, making them backwards-compatible to Leopard (hopefully, haven't had a chance to test that yet). From here: http://wiki.wxwidgets.org/Development:_wxMac

Re: wxPerl on Snow Leopard

2009-09-29 Thread Daniell Freed
The bang line does start with #! as it should. Boy if it where anything else it wold never work :). I know your just trying to help. That said, it doesn't work unless it is removed completely, or unless it is set to #!/usr/bin/perl. It is almost like the wxPerl binary is reading the

Re: wxPerl on Snow Leopard

2009-09-29 Thread Daniell Freed
I'll keep looking into it. What is really interesting is that it is clearly restarting using what is in the bang line. When I put '-w' with the bang line you can look at the process list and see that the wxPerl process continually gets the -w flag added for each time it restarts. For

Re: wxPerl on Snow Leopard

2009-09-28 Thread Erik Colson
On 28 Sep 2009, at 22:00, Daniell Freed wrote: Any other thoughts on what I could be missing? Is there a command line option I could pass the Makefile.PL script that will allow me to tell it where to look for these files? Hi Daniell, Not really answer, but it might help if you could

Re: wxPerl on Snow Leopard

2009-09-27 Thread Erik Colson
Mattia, I figured to install/compile the whole thing. I described it here (so I have the info if I have to reinstall one day ;) ) http://ecocode.net/article.shtml?092009.txt-001 regards -- Erik

Re: wxPerl on Snow Leopard

2009-09-27 Thread Erik Colson
sorry, wrong link should be: http://ecocode.net/article.shtml?092009.txt-002 -- Erik

Re: wxPerl on Snow Leopard

2009-09-27 Thread Daniell Freed
So I've been following these directions and everything has worked up until the compiling of the Perl Wx part. When I do it I get the below. Do you have any idea what I'm doing wrong? I highlighted the error. $ sudo /usr/local/bin/perl -MCPAN -e 'install Wx' CPAN: Storable loaded

Re: wxPerl on Snow Leopard

2009-09-27 Thread Erik Colson
Hi Daniell, I must have forgotton the part to compile and install stc explicitely ;) Go to the wx source directory. Go to the subdirectory contrib/src/stc then make make test sudo make install then return to where you got the error Hope this works correctly On 27 Sep 2009, at 22:03,

Re: wxPerl on Snow Leopard

2009-09-27 Thread Daniell Freed
I think I'm getting closer: Checking if your kit is complete... Looks good 'WX' is not a known MakeMaker parameter name. Writing Makefile for Wx::RichText Writing Makefile for Wx::Print Writing Makefile for Wx::DateTime Writing Makefile for Wx::Html Writing Makefile for Wx::Media Writing

Re: wxPerl on Snow Leopard

2009-09-27 Thread Erik Colson
Daniell Freed wrote: I think I'm getting closer: Checking if your kit is complete... Looks good 'WX' is not a known MakeMaker parameter name. Writing Makefile for Wx::RichText Writing Makefile for Wx::Print Writing Makefile for Wx::DateTime Writing Makefile for Wx::Html Writing Makefile for

Re: wxPerl on Snow Leopard

2009-09-26 Thread Erik Colson
Hi Mattia, On 26 Sep 2009, at 18:21, Mattia Barbon wrote: Erik Colson wrote: here's the output when trying to install Wx from cpan prompt: I must be missing something, but I do not see anything specific to STC in the log The stc problem occurred when I used Alien::wxWidgets to compile

Re: wxPerl on Snow Leopard

2009-09-26 Thread Mattia Barbon
Erik Colson wrote: here's the output when trying to install Wx from cpan prompt: I must be missing something, but I do not see anything specific to STC in the log below... as for the wrong architecture problem, could you try doing: file

Re: wxPerl on Snow Leopard (was: Re: The wxPerl web site)

2009-09-26 Thread Erik Colson
Hi Mattia, Thanks for helping out so fast ! Here's the output = = = = = = = = Rome:~ ec$ perl -V Summary of my perl5 (revision 5 version 10 subversion 1) configuration: Platform: osname=darwin, osvers=10.0.0,

Re: wxPerl on Snow Leopard

2009-09-26 Thread Erik Colson
Hi Mattia, Here comes the info ! On 26 Sep 2009, at 13:44, Mattia Barbon wrote: Erik Colson wrote: snip There is nothing obvious in perl -V/uname to detect a 64bit Mac; could you also try: sysctl hw.optional.x86_64 Rome:~ ec$ sysctl hw.optional.x86_64 hw.optional.x86_64: 1 sysctl