there were already some threads on perlmonks about cygwin, but actually i still have problems using perl (5.8) and especially SDL, PDL on a windowsXP machine. i am planning to develop SDL and perl-tk applications which will run on a linux machine later.
this issue was discussed on the cygwin mailinglist before.
actually cpan doesn't make any trouble, it just looks like SDL,PDL and some other libraries make troubles. installing the modules by hand (perl Makefile.pl && make && make install) works for some, but not for the main modules, i want to install...

SDL_perl
syntax error at Makefile.win32 line 33, near ");"
PDL
cpoly.c:12:20: values.h: No such file or directory cpoly.c: In function `mcon': cpoly.c:753: `MINDOUBLE' undeclared (first use in this function) cpoly.c:753: (Each undeclared identifier is reported only once cpoly.c:753: for each function it appears in.) cpoly.c:754: `MAXDOUBLE' undeclared (first use in this function) make[2]: *** [cpoly.o] Fehler 1 make[2]: Verlassen des Verzeichnisses Verzeichnis »/usr/src/perl-cygwi +n-modules/ __additional/PDL-2.3.4/Basic/Math« make[1]: *** [subdirs] Fehler 2 make[1]: Verlassen des Verzeichnisses Verzeichnis »/usr/src/perl-cygwi +n-modules/ __additional/PDL-2.3.4/Basic« make: *** [subdirs] Fehler 2
anyone here has this modules running on cygwin?

In reply to cygwin, perl, sdl and problems with cpan by parasew

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.