perl6 / Pugs.hs

(ARCHIVE) Raku User's Golfing System in Haskell
84 stars 17 forks source link

It does not compile under Windows 7 #31

Open jaffa4 opened 8 years ago

jaffa4 commented 8 years ago

Hi,

It does not compile under Windows 7 if I use cabal install pugs. I used HaskellPlatform-7.10.3-x86_64-setup.exe

set path=%path%;L:\Program Files\Haskell Platform\7.10.3\bin ldflags: -L"C:\Perl16_2\lib\CORE" does not contain -libpath: at Configure.PL line 39. Warning: defaultUserHooks in Setup script is deprecated. Configuring Pugs-6.2.13.20150815... Warning: 'extra-lib-dirs: /usr/lib' directory does not exist. Warning: 'extra-lib-dirs: /opt/local/lib' directory does not exist. setup.exe: Missing dependency on a foreign library:

jaffa4 commented 8 years ago

Which Perl should I use? The Perl installations I have do not have the header file.

awwaiid commented 8 years ago

"Currently, the Pugs.hs project exists mainly for historical/archival purposes, not for active development. (Forks are, of course, very much welcome.)" -- I think it isn't expected to compile -- are you trying to revive it?

audreyt commented 8 years ago

(Try Strawberry Perl which does come with the header files.)

jaffa4 commented 8 years ago

not in the current portable Strawberry Perl, that was my first thought.