Re: Can't build current CVS on Win32

2003-07-31 Thread Vladimir Lipskiy
> Vladimir Lipskiy wrote: > > Run the Configure script with "--jitcapable=0 --execcapable=0" > > That helped, but shouldn't this be recognized by Configure.pl? It's a short term workaround.

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

Re: Can't build current CVS on Win32

2003-07-31 Thread Vladimir Lipskiy
Run the Configure script with "--jitcapable=0 --execcapable=0" or find the line if (-e "jit/$cpuarch/core.jit") { in config/auto/jit.pl and replace it with this if (-e "jit/$cpuarch/core.jit" and $osname ne 'MSWin32') { >LIB: fatal error LNK1181: Input file "jit_cpu.obj" can not be opened

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

Re: [Patch] [was Re: Current CVS on Win32 ] [APPLIED]

2002-02-21 Thread Dan Sugalski
At 2:08 PM -0500 2/18/02, Josh Wilmes wrote: >The "inline" bit of that patch was no longer needed, and the ssize_t thing >really shouldn't be needed either. Applied, thanks. -- Dan --"it's like this"---

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/

[Patch] [was Re: Current CVS on Win32 ]

2002-02-18 Thread Josh Wilmes
The "inline" bit of that patch was no longer needed, and the ssize_t thing really shouldn't be needed either. Here's a patch to simplify things: [josh-006.patch] Index: lib/Parrot/OpTrans/CPrederef.pm === RCS file: /home/perlcvs/

Re: Current CVS on Win32

2002-02-18 Thread Dan Sugalski
At 7:08 PM +0100 2/18/02, Sebastian Bergmann wrote: >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! I just comm

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 Simon Cozens
Sebastian Bergmann: > http://www.sebastian-bergmann.de/nmake.txt Please check out the patch from Daniel Ritz a few days ago. -- You are in a maze of little twisting passages, all alike.

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-bergmann.