chris mccraw wrote:
> hey *,
>
> i'm extremely new to perl dev under win32 (i've done my share of
> it under unix in the past tho) so i'm sure this question has an
> answer somewhere obvious and if you could direct me towards the
> answer/resource from which the answer is available, i'd be
> extremely indebted.
>
> in the absence of an available PPM of the latest version of the
> Win32-GUI module i tried to install it myself...unfortunately i
> lack make, and using cpan to install it fails miserably for many
> reasons (i tried under cygwin since i have make/cc there but i
> should have realized that was not going to work from the start...).
> is there some easy "copy everything over to the Lib directory"
> type install for those of us lacking make (where can i find this
> nmake.exe many modules refer to?) and an MS dev environment?
> the 502 tarball seems to be lacking the dll anyway...
> (i've also never used xs stuff before if that wasn't obvious =))

well, the module needs compilation: you need not only make, but
also a compiler. Micro$oft VisualC++ is not free, it should be
possible to use cygwin's gcc but I haven't played with it
very much. if you want to test it, you're very welcome.
you need to download the Perl source and compile it under your
cygwin environment, then try to compile the module.

> also, what's up with the sourceforge lists?  the links to
> browse the archives point to nonexistent geocrawler pages (as
> of approx 10am CST today) and the subscribe/unsubscribe pages
> link to archives that are on sourceforge but nonexistent also.

the lists are scheduled to archive weekly, so I guess you have
to wait (at least) a week for the archives :-)
also note that past message (from the [EMAIL PROTECTED]
mailing list), unfortunately, will not be archived in the same
place.

> since i saw traffic in the httptech archive from this morning
> i guess this list is still semiactive...

yes, it is. but PLEASE PLEASE PLEASE use the new address
for posting instead:

    perl-win32-gui-users@lists.sourceforge.net

everybody who was subscribed to the old list should have been
subscribed to the new one (thanks Joe! :-), you should have
received a message with the subject:

    [perl-win32-gui-users] List moved
    
if you are subscribed to this list and didn't receive this
message, please contact either me or Joe ([EMAIL PROTECTED]).

otherwise, PLEASE PLEASE PLEASE once again, from now on
use ONLY the new address to post.


cheers,
Aldo

__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;



Reply via email to