NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Hmmmm (Score:1)
While PXPerl seems to have "frozen" at the moment (the guy is a student after all). I would rather have seen someone step in to help on that one as I see this having the most "potential" as it is indepedent.
I would much rather have the MingW install over the DEV-C++. Why install something like an IDE when 99.9% of the end users will never use it? Too much cruft.
Reply to This
Re: (Score:1)
I agree. That was the angle I was thinking of and might have tried myself, had I a Windows machine to actually do this on. (Ie. set up MingW, compile Perl with it, then package the lot together with an installer.)
The ActiveState + Dev-C++ solution is good for contests (you get to win fast), but loads of bloat in practice.
Re: ActiveState + Dev-C++ (Score:2)
But I sincerely dislike the idea that this installer installs an IDE for C++, just in order to compile XS modules.
BTW Intrepid on Perlmonk told me earlier today he has built complex XS modules with MinGW to work with ActivePerl. If you know wha
Re: ActiveState + Dev-C++ (Score:1)
I couldn't make easy sense of the MinGW mess, while DevC++ "Just Worked":
http://www.mingw.org/ [mingw.org]
https://sourceforge.net/project/showfiles.php?group_id=2435 [sourceforge.net]
Cheers,
Stephen
Re: Hmmmm (Score:1)
In the interests of expediency, I simply packaged up some reliable (and maintained) tools in the most straightforward way possible. I would
Re: (Score:1)
Creating a new distribution, it seems to me, wouldn’t be a huge issue, if only there was an easy way for people beside the original author to repeat the process – ie. a build script, the one thing that PXPerl clearly lacks.
Re: Hmmmm (Score:1)
None of them were able to do it.
If someone else is able to make it work, that would be great.
Re: Hmmmm (Score:2)