Building Parrot on Win32

2001-12-30 Thread Sebastian Bergmann
.sebastian-bergmann.de/parrot_make.txt Thanks, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: Building Parrot on Win32

2001-12-30 Thread Sebastian Bergmann
83: include file cannot be opened: 'parrot/vtable.h': No such file or directory -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: Building Parrot on Win32

2001-12-31 Thread Sebastian Bergmann
"Gregor N. Purdy" wrote: > On that last call to nmake, if you get dropped back into Configure.pl, > something is wrong configure-wise. I did a fresh CVS checkout just now, and nmake calls Configure.pl again. -- Sebastian Bergmann http://sebastian-bergmann.de/

parrot/examples/mops/mops.php

2001-12-31 Thread Sebastian Bergmann
In case you're interested (having Python, Ruby, ... around I thought you might be :-), here's a PHP version of the MOPS test. #!/usr/bin/php -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a

'nmake realclean' broken

2002-01-01 Thread Sebastian Bergmann
C:\Programme\Perl\bin\perl.exe -MExtUtils::Command -e rm_f -r blib Unrecognized switch: -r (-h will show valid options). -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: Color codes in tinderbox

2002-01-01 Thread Sebastian Bergmann
% okay. 1/249 subtests failed, 99.60% okay NMAKE : fatal error U1077: 'C:\Programme\Perl\bin\perl.exe': Return-Code '0xff' Stop. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: 'nmake realclean' broken

2002-01-01 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > C:\Programme\Perl\bin\perl.exe -MExtUtils::Command -e rm_f -r blib > Unrecognized switch: -r (-h will show valid options). 'nmake clean' suffers from the same problem, I just noticed. -- Sebastian Bergmann http://sebastian-bergmann.de/

Re: Color codes in tinderbox

2002-01-01 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > and then test_parrot.exe crashes. By the way: How do I build a debug version of Parrot, so that I could provide a stacktrace? Using MSVC's debugger with the test_parrot.exe that nmake produces unusable results, because no debugging information i

Re: Color codes in tinderbox

2002-01-01 Thread Sebastian Bergmann
Simon Cozens wrote: > You'll kick yourself. > > perl Configure.pl -debugging perl Configure.pl --debugging seems to have no effect on Win32, as of now. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help y

Re: Color codes in tinderbox (All tests pass!!!)

2002-01-01 Thread Sebastian Bergmann
"Sterin, Ilya" wrote: > Mine pass fine... Current CVS, same crash: http://www.sebastian-bergmann.de/parrot.txt -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: Color codes in tinderbox (All tests pass!!!)

2002-01-01 Thread Sebastian Bergmann
ags=' ', lddlflags='-dll -nologo -nodefaultlib -release -libpath:"C: \Programme\Perl\lib\CORE" -machine:x86' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_ITHREADS PERL_IMPLICIT_CONTEXT PERL_IMP LICIT_SYS Locally applied patch

Re: [PATCH] clean on Win32.

2002-01-01 Thread Sebastian Bergmann
Jason Diamond wrote: > The attached files fix the 'nmake clean' problems on Win32 Works, thanks a bunch. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

.cvsignore

2002-01-01 Thread Sebastian Bergmann
little_languages cvs server: Updating platforms cvs server: Updating t cvs server: Updating t/op -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Current Makefile.pl fails on Win32

2002-01-04 Thread Sebastian Bergmann
this could take a while): test_gnuc.c LINK : fatal error LNK1149: Output filename identical to input filename "C:\home\parrot\test_siz.exe" identical C compiler died! at configure.pl line 696. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did

Re: Current Makefile.pl fails on Win32

2002-01-04 Thread Sebastian Bergmann
Dan Sugalski wrote: > Gah. Visual studio, right? Right. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: Current Makefile.pl fails on Win32

2002-01-04 Thread Sebastian Bergmann
27;ll wedge it in myself as > best I can. Sorry, I currently don't have time to look at this. Gotta run... -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

'nmake test' still not successfull on Win32

2002-01-07 Thread Sebastian Bergmann
Just to let you guys know, 'nmake test' still causes a crash in test t/op/pmc:44 here on Win32. Details at http://www.sebastian-bergmann.de/parrot.txt -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consi

Re: New benchmark

2002-01-10 Thread Sebastian Bergmann
, Python, Ruby, ..? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: Perl6/Parrot status

2002-02-07 Thread Sebastian Bergmann
many ways of doing things. How can anyone ever > figure out which one to use?'" > > =cut Is this for real? I can't really believe this... -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: Perl6/Parrot status

2002-02-07 Thread Sebastian Bergmann
Jason Gloudon wrote: > In case everyone is not familiar with the easter bunny concept, this > is a joke. :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Current CVS on Win32

2002-02-18 Thread Sebastian Bergmann
... does not compile, see http://www.sebastian-bergmann.de/configure.txt http://www.sebastian-bergmann.de/nmake.txt -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian

Re: Current CVS on Win32

2002-02-18 Thread Sebastian Bergmann
Simon Cozens wrote: > Sebastian Bergmann: >> http://www.sebastian-bergmann.de/nmake.txt > Please check out the patch from Daniel Ritz a few days ago. Sorry, I don't have this patch. Can someone send it to me? Thanks! -- Sebastian Bergmann http://seba

Re: Current CVS on Win32

2002-02-18 Thread Sebastian Bergmann
Dan Sugalski wrote: > I just committed it to CVS. Sync up and give it another shot. Compiles fine now, thanks. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Compiling Parrot with MS VS.Net

2002-03-07 Thread Sebastian Bergmann
nd was 'cl -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -D NO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_ MSVCRT_READFIX -I./include -c -out:test_gnuc.obj test_gnuc.c' -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpe

Re: Gentlemen, test your builds

2002-03-16 Thread Sebastian Bergmann
d without initilaization... -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: [COMMIT] Configure.pl 2.0

2002-05-23 Thread Sebastian Bergmann
NMAKE : fatal error U1073: 'config_h.in' konnte nicht erstellt werden Stop. Which means that 'config_h.in' could not be created. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Parrot and Mono / .Net

2002-05-24 Thread Sebastian Bergmann
and the .Net concept. Thanks, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: Parrot and Mono / .Net

2002-05-24 Thread Sebastian Bergmann
allow for plugable parser, compilers, bytecode generators / optimizers, ... Thanks, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Missing files

2002-05-24 Thread Sebastian Bergmann
igure again. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: Parrot and Mono / .Net (warning: long)

2002-05-24 Thread Sebastian Bergmann
Melvin Smith wrote: > I hope this blabbering helps you with a few ideas. Thank you for your elaboration, Melvin. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

'make languages' broken

2002-05-25 Thread Sebastian Bergmann
ied inc_p_ic, inc_i, inc_n, inc_p, inc _n_i, inc_p_i, inc_n_ic, inc_i_ic, inc_i_i) in make[2]: *** [leibniz.pbc] Error 1 make[2]: Leaving directory `/usr/src/parrot/languages/jako' make[1]: *** [jako.dummy] Error 2 make[1]: Leaving directory `/usr/src/parrot/languages' m

Re: New Assembler for your perusal

2002-05-26 Thread Sebastian Bergmann
m line 45. BEGIN failed--compilation aborted at ./newasm line 45. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

lib/Parrot/Types.pm deleted

2002-05-26 Thread Sebastian Bergmann
lib/Parrot/Types.pm is deleted upon 'make realclean' and needs to be retrieved anew from CVS. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: New Assembler for your perusal

2002-05-26 Thread Sebastian Bergmann
"Clinton A. Pierce" wrote: > Go into lib/Parrot and perl Makfile.pl && make and then try it > again. Works okay for me. I supposed this would be triggered automatically by 'make' in /parrot. Thanks, Sebastian -- Sebastian Bergmann http://sebastian

Re: Parrot and Mono / .Net

2002-05-29 Thread Sebastian Bergmann
Dan Sugalski wrote: > Cool. Can we have a URL when it's done? (An english translation'd be > keen too, but there's always BabelFish to mangle the heck out of it) Sure. Currently it looks like it'll be published August or September. -- Sebastian Bergmann ht

Win32 build broken

2002-06-01 Thread Sebastian Bergmann
cd lib/Parrot && C:\Programme\Perl\bin\perl.exe Makefile.PL && NMAKE && cd .. Can't open perl script "Makefile.PL": No such file or directory NMAKE : fatal error U1077: 'cd' : Rueckgabe-Code '0x2' Stop. -- Sebastian Be

Re: Configure.pl 2.0. and win32

2002-06-04 Thread Sebastian Bergmann
Nick Kostirya wrote: > Prior version ask me: what linker I want use. > This do not ask, and variable $ld is undefined (module > parrot/lib/Parrot/Configure/Step.pm, sub cc_build). Have you tried configure.pl --ask ? -- Sebastian Bergmann http://sebastian-be

Re: cvs.perl.org moved

2002-06-06 Thread Sebastian Bergmann
nse) :) Have you had a look at CHORA [1]? It is IMHO the best web frontend for CVS. -- [1] http://www.horde.org/chora/ -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

[Win32] jit.c broken

2002-06-06 Thread Sebastian Bergmann
von 'Parrot_jit_optimizer _section' NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x2' Stop. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: [Win32] jit.c broken

2002-06-06 Thread Sebastian Bergmann
Daniel Grunblatt wrote: > That was me, going to fix, sorry. Thanks for the fix. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

[Win32] ./command does not work

2002-06-06 Thread Sebastian Bergmann
For instance ./jakoc bench.jako > bench.pasm fails. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: [netlabs #700] Win32 parrot.exe fails all tests

2002-06-11 Thread Sebastian Bergmann
"Clinton A. Pierce (via RT)" wrote: > No warnings during compilation, no errors. > > The error reported for each test is: > > Parrot VM: Can't unpack packfile .pbc Same here (on Linux): http://www.sebastian-bergmann.de/stuff/parrot_test.txt -

Re: cvs commit: parrot/lib/Make CC_Obj.pm Dependency.pm Link_Obj.pm Perl_Obj.pm Target_Obj.pm

2002-07-06 Thread Sebastian Bergmann
ine 11 BEGIN failed--compilation aborted at C:\home\parrot\make.pl line 11. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Configure.pl doesn't work

2002-07-07 Thread Sebastian Bergmann
--version gcc (GCC) 3.1 -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: Configure.pl doesn't work

2002-07-08 Thread Sebastian Bergmann
Kevin Falcone wrote: > If you cat test.cco you may see something like "stdio.h can't find" > I just installed an alpha, and saw this same problem Just checked, it couldn't find cc. Made a symlink from gcc to cc and it works. -- Sebastian Bergmann ht

"make distclean"

2003-07-31 Thread Sebastian Bergmann
Is it the intended behaviour of "make distclean" to delete all files under the CVS/ directories, thus rendering succeeding "cvs upd" calls impossible? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: h

Re: "make distclean"

2003-07-31 Thread Sebastian Bergmann
Simon Glover wrote: > As I understand it, "make distclean" is what you would do before > packaging up Parrot for a public release, so, yes, it should nuke the > CVS and .cvsignore files. Okay, thanks for the info. -- Sebastian Bergmann http://sebastian-bergmann.de/

Can't build current CVS on Win32

2003-07-31 Thread Sebastian Bergmann
LIB: fatal error LNK1181: Input file "jit_cpu.obj" can not be opened NMAKE: fatal error U1077: 'lib' : Return-Code '0x49d' Stop. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://prof

Re: Can't build current CVS on Win32

2003-07-31 Thread Sebastian Bergmann
Vladimir Lipskiy wrote: > Run the Configure script with "--jitcapable=0 --execcapable=0" That helped, but shouldn't this be recognized by Configure.pl? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: htt