2008/3/20, via RT Will Coleda <[EMAIL PROTECTED]>:
> # New Ticket Created by  Will Coleda
>  # Please include the string:  [perl #51944]
>  # in the subject line of all future correspondence about this issue.
>  # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51944 >

Somehow the bitcard login doesn't pass through my proxy. There's
something fishy.

I'll work on that patch.
I am just in the preparation for the upcoming parrot release on cygwin.com.
Finally I've got a proper icu release for cygwin with cygport ready.

>  gcc -o miniparrot.exe src/main.o \
>      -L/cygdrive/d/sandbox/parrot/blib/lib -lparrot  -ldl -lcrypt 
> -Wl,--enable-a
>  uto-import -Wl,--export-all-symbols -Wl,--stack,8388608 
> -Wl,--enable-auto-image-
>  base -L/usr/local/lib   src/null_config.o
>  Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross your 
> fing
>  ers
>  ./miniparrot.exe config_lib.pasm > runtime/parrot/include/config.fpmc
>  make: *** [runtime/parrot/include/config.fpmc] Error 53

export PATH=`pwd`/blib/lib:$PATH
make

>  This with a fresh copy of cygwin and a fresh svn checkout on winXP.
>
>  Perhaps the document needs to list some more prereqs? (I did install
>  the gcc, make, and perl packages, which seemed obvious but unlisted)

Ok. Build preq's have been added to the cygwin release README.
Will be done here also.

>  I have also, in the past, updated my PATH pre-build to add blib/lib; I
>  haven't tried that in this case yet: let's get the docs updated to
>  reflect this if it's needed.

The path to blib/lib must be absolute for the subdir makes.

export PATH=`pwd`/blib/lib:$PATH
perl Configure.pl
make
make test
make reallyinstall

For
  make smoke
you need
  cpan Bundle::Parrot

Just a
  cpan Test::TAP::HTMLMatrix
as the initial failure on make smoke claims, is sufficient also.
Recently my smokes couldn't get through my squid proxy though.
  * Sending data to smokeserver
"http://smoke.parrotcode.org/smoke/";... error: The submitted smoke has
an invalid format!
though to me the smoke.html looks perfectly fine. Could be my proxy or
could be the smoke server.

And since loadlib exceptions don't work (yet), the pg test fails until
you fix the
argument to loadlib from 'libpq' to 'pq' for the core suite.
But then I get a 100% ok.
Same for the dynpmc examples with ncurses and SDL.

Interestingly a symbol lookup fails with PQprepare during the test
which will be a new bug ticket.
-- 
Reini Urban
http://phpwiki.org/              http://murbreak.at/

Reply via email to