Re: Win32 build fails on src\interpreter.str

2004-05-01 Thread Ron Blaschke
On Tue, 27 Apr 2004 10:09:43 +0200, Leopold Toetsch wrote: >> Does anyone need the Edit and Continue feature? > If yes, it can be easily turned on in the local Makefile. Just a final remark that just popped up: Since parrot doesn't compile with -ZI (because of __LINE__), it would make little sens

Re: Win32 build fails on src\interpreter.str

2004-04-27 Thread Leopold Toetsch
Ron Blaschke <[EMAIL PROTECTED]> wrote: > ... The -Zi > ("...program database (PDB) that contains type information and symbolic > debugging information for use with the debugger.") is ok, though. > config/init/hints/mswin32.pl > #Use Edit and Continue debugging if available > cc_debug =

Re: Win32 build fails on src\interpreter.str

2004-04-26 Thread Ron Blaschke
On Mon, 26 Apr 2004 12:40:08 +0200, Ron Blaschke wrote: > On Mon, 26 Apr 2004 11:48:22 +0200, Leopold Toetsch wrote: >>> After, so I already got the interpreter.str file. I guess VC gets confused >>> with the _CONST_STRING(i, __LINE__) thingy, where __LINE__ doesn't get >>> expanded, and the whol

Re: Win32 build fails on src\interpreter.str

2004-04-26 Thread Ron Blaschke
On Mon, 26 Apr 2004 11:48:22 +0200, Leopold Toetsch wrote: >> After, so I already got the interpreter.str file. I guess VC gets confused >> with the _CONST_STRING(i, __LINE__) thingy, where __LINE__ doesn't get >> expanded, and the whole results in _CONST_STRING_ instead of >> _CONST_STRING_1309,

Re: Win32 build fails on src\interpreter.str

2004-04-26 Thread Leopold Toetsch
Ron Blaschke <[EMAIL PROTECTED]> wrote: > After, so I already got the interpreter.str file. I guess VC gets confused > with the _CONST_STRING(i, __LINE__) thingy, where __LINE__ doesn't get > expanded, and the whole results in _CONST_STRING_ instead of > _CONST_STRING_1309, etc. > Now, here come

Re: Win32 build fails on src\interpreter.str

2004-04-26 Thread Ron Blaschke
On Sun, 25 Apr 2004 22:37:44 +0200, Leopold Toetsch wrote: >> Your problem seems to be related to the %.str: %.c inference rule, which >> nmake doesn't understand. For nmake, this should read >> .c.str: >> $(PERL) build_tools\c2str.pl $< > $@ > That's already in CVS ;) Great. :-) > >>

Re: Win32 build fails on src\interpreter.str

2004-04-25 Thread Leopold Toetsch
Ron Blaschke <[EMAIL PROTECTED]> wrote: > Your problem seems to be related to the %.str: %.c inference rule, which > nmake doesn't understand. For nmake, this should read > .c.str: > $(PERL) build_tools\c2str.pl $< > $@ That's already in CVS ;) > I am currently stuck with some CONST_STR

Re: Win32 build fails on src\interpreter.str

2004-04-25 Thread Ron Blaschke
> src\global_setup.c > global_setup.c > NMAKE : fatal error U1073: don't know how to make 'src\interpreter.str' > Stop. I spent most of today trying to get parrot build on winxp with MS VC 7.1, with little success. Issues range from ICU build, CONST_STRING __LINE__ expansion madness to nmake-Make

Re: Win32 build fails on src\interpreter.str

2004-04-25 Thread Leopold Toetsch
Jonathan Worthington <[EMAIL PROTECTED]> wrote: > Hi, > I'm kinda tied up with stuff, but just to flag up a Win32 build issue... > src\global_setup.c > global_setup.c > NMAKE : fatal error U1073: don't know how to make 'src\interpreter.str' > Stop. Could be this line: %.str : %.c ... now chang

Win32 build fails on src\interpreter.str

2004-04-23 Thread Jonathan Worthington
Hi, I'm kinda tied up with stuff, but just to flag up a Win32 build issue... src\global_setup.c global_setup.c NMAKE : fatal error U1073: don't know how to make 'src\interpreter.str' Stop.