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: http://professionelle

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/ http

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://professionelle-softwareentwicklung

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: http://professionelle

Re: Configure.pl doesn't work

2002-07-09 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 http://sebastian-bergmann.de

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
--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/

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 -- Sebastian Bergmann http

Re: cvs.perl.org moved

2002-06-06 Thread Sebastian Bergmann
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
-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: 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-bergmann.de

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 Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de

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 http://sebastian-bergmann.de

Re: New Assembler for your perusal

2002-05-26 Thread Sebastian Bergmann
--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/

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-bergmann.de/ http

Missing files

2002-05-25 Thread Sebastian Bergmann
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-25 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
# this_den += 2.0; 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' make: *** [languages.dummy] Error 2 -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [COMMIT] Configure.pl 2.0

2002-05-24 Thread Sebastian Bergmann
: '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
. 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
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/

Re: Gentlemen, test your builds

2002-03-16 Thread Sebastian Bergmann
... -- 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
-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://phpOpenTracker.de/ Did I help you? Consider a gift: http

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://sebastian-bergmann.de

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/

Re: Perl6/Parrot status

2002-02-07 Thread Sebastian Bergmann
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/

Re: New benchmark

2002-01-10 Thread Sebastian Bergmann
, ..? -- 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
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 I help you? Consider a gift: http

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
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 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
: 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/ http

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

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 you? Consider a gift

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
PERL_IMP LICIT_SYS Locally applied patches: ActivePerl Build 630 Built under MSWin32 Compiled at Oct 31 2001 20:29:41 @INC: C:/Programme/Perl/lib C:/Programme/Perl/site/lib . -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.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/

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/ http

parrot/examples/mops/mops.php

2001-12-31 Thread Sebastian Bergmann
$n1 = $n1 / $n2; # divN1, N1, N2 # print M op/s:$n1\n;# print M op/s: # print N1 # print \n # # end ? -- Sebastian

Building Parrot on Win32

2001-12-30 Thread Sebastian Bergmann
-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
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/