Hi,

IMHO - General info for Mac OS X install is - don't use system installed 
Perl. You'll break it or it'll break you :-)

For a quick try out of Padre

download binary Citrus Perl

http://www.cava.co.uk/citrusdownload/citrusperl-osx-u32-5-12

then something like

./citrusperl-osx-u32-5-12 -d /Users/yourname/Library
/Users/yourname/Library/CitrusPerl/u32/5-12/bin/citrusreloc
. /Users/yourname/Library/CitrusPerl/bin/citrusenv32
cpan -i Padre

should do the trick.

If you want to go it alone, instructions for building wxWidgets and Wx 
in a 32 bit Universal Perl are at

http://www.wxperl.co.uk/building/osx.html

It's about building PPM's for ActivePerl, but the instructions for 
building Alien::wxWidgets and Wx are not ActivePerl specific. They are 
32 bit Universal specific. (e.g. using a 32 bit Universal Perl on Mac OS 
X 10.6)

Remember to use ExtUtils::FakeConfig + Config_osx

I may stand to be corrected, but I think you need wxWidgets 2.9.x branch 
for a 64bit build on Snow Leopard - but assuming you have built your own 
64 bit Perl or used MacPorts etc, this option should build without problems.

There may be other routes to success, of course.


Regards

Mark




On 02/03/2011 20:33, Charlie Gonzalez wrote:
> Hi,
>
> While monitoring the Catalyst mailing list a question came up as to
> which editor to use.
>
> Will Trillich attempted to install Padre on a Mac machine and it
> failed.   Attached below is the email thread.
>
> Please let me know if there is anything else I can do to clear out any
> confusion.
>
> Charlie
>
> ---------- Forwarded message ----------
> From: will trillich<[email protected]>
> Date: Wed, 2 Mar 2011 20:22:51 +0000
> Subject: Re: [Catalyst] What text editor to use?
> To: The elegant MVC web framework<[email protected]>
>
> Sure, forward away. I wish I'd taken better notes, or at least run "tee" to
> capture the results. :( Judging by the timestamps, this happened on 13
> January 2011, so my recollection is going to be a bit fuzzy.
>
> Whatever version was current at that time, I was trying these
> instructions<http://padre.perlide.org/trac/wiki/DownloadMacOSX>
> :
>
>     1. $ wxPerl -MCPAN -eshell
>     2. [cpan] $ install Alien::wxWidgets [choose install from source, which
>     is NOT the default]
>     3. Go do something else while it compiles wxWidgets.
>     4. [cpan] $ install Wx
>     5. [cpan] $ install Padre
>
> I'm pretty sure (80%ish) it crapped out at step 3.
>
>
> On Wed, Mar 2, 2011 at 7:25 PM, Charlie Gonzalez<[email protected]>wrote:
>
>> Will,
>>
>> I think this is a good bug to report to the Padre Developers. I follow
>> the [email protected] mailing list and I know that Padre lacks
>> testing in a MacOS environment.
>>
>> Do you mind if I forward this email to the Padre Developers?
>> If you give the ok can you tell me what version of Padre you were
>> attempting to install and your version of Perl in your Mac.
>>
>>
>> Thanks,
>>
>> Charlie G
>>
>> On 3/2/11, will trillich<[email protected]>  wrote:
>>> </lurk>
>>> I tried installing Padre on my OSX using the instructions here
>>>      http://padre.perlide.org/trac/wiki/DownloadMacOSX
>>>
>>> and now my wxperl is broken:
>>>      $ wxperl
>>> *    wxPerl: posix_spawn:
>>>
>> /Library/Perl/5.10.0/darwin-thread-multi-2level/auto/Wx/wxPerl.app/Contents/MacOS/wxPerl5.10.0:
>>> No such file or directory*
>>>
>>> I think the point where it went south was in cpan "install Wx".
>>>
>>> Fortunately my unix-y perl ("perl") is still fine.
>>>
>>> Is there an easy way to unravel this?
>>>
>>>
>>>
>>> On Wed, Mar 2, 2011 at 11:49 AM, Kieren Diment<[email protected]>  wrote:
>>>
>>>>
>>>> On 02/03/2011, at 10:10 PM, John M. Dlugosz wrote:
>>>>
>>>>> What's a good text editor to use for Catalyst/TT development?
>>>>>
>>>>> The editor I really like for C++ doesn't handle XML well.  I've been
>>>> using "Notepad++" for windows, but the syntax highlighting doesn't
>>>> understand mixing TT inside the base language, and it has tabs only
>>>> instead
>>>> of multiple visible windows.
>>>>>
>>>>> I would entertain both Windows and Linux solutions.
>>>>>
>>>>
>>>> Padre: http://padre.perlide.org/ is rated by some.  Works everywhere Wx
>>>> does.
>>>>
>>>>> TIA,
>>>>> --John
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> List: [email protected]
>>>>> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
>>>>> Searchable archive:
>>>> http://www.mail-archive.com/[email protected]/
>>>>> Dev site: http://dev.catalyst.perl.org/
>>>>
>>>>
>>>> _______________________________________________
>>>> List: [email protected]
>>>> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
>>>> Searchable archive:
>>>> http://www.mail-archive.com/[email protected]/
>>>> Dev site: http://dev.catalyst.perl.org/
>>>>
>>>
>>>
>>>
>>> --
>>> The first step towards getting somewhere is to decide that you are not
>> going
>>> to stay where you are.  -- J.P.Morgan
>>>
>>
>> _______________________________________________
>> List: [email protected]
>> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
>> Searchable archive:
>> http://www.mail-archive.com/[email protected]/
>> Dev site: http://dev.catalyst.perl.org/
>>
>
>
>

_______________________________________________
Padre-dev mailing list
[email protected]
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to