Re: Re: Error on svl modules
Hans-Joachim Lankenau - Sun Germany - ham02 - Hamburg <[email protected]> Wed, 16 Jun 2010 12:28:11 +0200
| Newsgroups | gmane.comp.openoffice.devel.tools |
|---|---|
| Message-ID | <[email protected]> |
hi! On 06/16/10 11:25, Michael Stahl wrote: > On 15/06/2010 17:54, Davide Dozza wrote: >> Davide Dozza ha scritto: >> >> [...] >> >>> Making: items.srs >>> cpp: line 0, Error: Too many file arguments. Usage: cpp [input [output]] >>> Error starting preprocessor >>> dmake: Error code 1, while making '../../wntmsci12.pro/srs/items.srs' >>> iirc, transex3 should be done at this point and this is an error from rsc.exe my bet would be a TMP variable POSIX notation. on windows TMP should look like TMP=c:/tmpdir (volume, colon, path with slashes) to make both sides happy: cygwin and native tools. >>> The debugger window opens on transex3 and when I close it the >>> compilation stops with the error above. >> The windows error on debugger reports: >> >> Unhandled exception at 0x1000fb1a (tlmi.dll) in transex3.exe: >> 0xC0000005: Access violation reading location 0x00000000. >> >> Davide > > hmm, no idea what's the problem here. > > apparently this "transex3" thing wants to execute cpp, but doesn't give it > proper arguments. then cpp returns an error, and "transex3" can't handle > that and crashes. > > i guess you should file an issue about this. assign it to "ihi". > > you could try to cd into the "svl" module, and then run: > build VERBOSE=1 > > that will hopefully be more informative. > > also, maybe it's a known and fixed issue, and trying again with m82 will > make it go away. > tschau... ause