From: Dave R. <dav...@ma...> - 2002-05-15 10:53:02
|
ok, I've read the mailing list and have compiled Python.app as described. I saw the tail of the output, and planned to make such modifications to the Perl compilation, but right now I'm having problems getting Perl to compile at all under OS X. it's late, so I'll have another go tomorrow, but I'm concerned that this may prove problematic. the fact is, OS X comes with Perl 5.6.0, so few people perhaps will have bothered to re-compile Perl. we'll see... /dave On Wednesday, May 15, 2002, at 12:03 , Mattia Barbon wrote: > On Tue, 14 May 2002, Dave Roe wrote: > >> I'm trying my hand at this using the latest CVS versions of wxMAC and >> wxPerl. >> >> 6) Wx_Bitmap::SetMask() >> XS/Bitmap.xs: In function `void XS_Wx__Bitmap_SetMask(CV *)': >> /usr/local/include/wx/mac/bitmap.h:35: `wxMask::wxMask(const wxMask &)' >> is private >> XS/Bitmap.xs:328: within this context > Will ( try to ) correct. > >> having "worked around" those, I got everything to compile without other >> errors. unsurprisingly, perl minimal.pl still compiles but fails to >> display a window. >> >> I would very much like to see wxPerl running under OS X and am >> available >> to any extent to help with compiling, test, debugging. I hope the above >> is helpful - please let me know what other steps I can take to help. > I think ( not having a Mac, anc knowing almost nothing about Mac ) > that you need to compile Perl as a Mac App. wxPython folks did that > ( compiling the Python interpreter as a Mac App ) and it worked. > Details are in the wxpython-mac archives > ( http://lists.wxwindows.org/ ). > > The idea is: > 1) follow the instructions to build Python as a Mac App > ./configure --with-frameworks # or something like this > cd Mac/OSX > make -n |less > > and look at the output of the last command > 2) try to do that to perl > ./Configure # answer a lot of questions > make > # look at the step when it links the perl executable > # and try to modify it to do what Python does > > Regards > Mattia > > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We > supply > the hardware. You get the recognition. Email Us: > ban...@so... > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users > > -------------------------------- 8< -------------------------------- pls note - new contact details: email: dav...@ma... phone: (650) 906 3497 dav...@em... is still a valid email address |