On Mon, Nov 19, 2012 at 1:26 AM, Rony G. Flatscher <
rony.flatsc...@wu-wien.ac.at> wrote:
>
> On 19.11.2012 10:23, Rony G. Flatscher wrote:
>
> On 18.11.2012 17:51, Mark Miesfeld wrote:
>
> On Sun, Nov 18, 2012 at 8:26 AM, Rony G. Flatscher <
> rony.flatsc...@wu-wien.ac.at> wrote:
>
>> While compiling 32-bit versions of ooRexx from trunk on a XP system, the
>> build (makeorx NODEBUG) fails with the following screen output:
>>
>> Building OODIALOG..
>> ***** : build halted
>>
>> Looking up the log file, the last lines are:
>>
>> ... cut ...
>> All done rxftp.cls csvStream.cls
>> .
>>
>> Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
>> Copyright (C) Microsoft Corporation. All rights reserved.
>>
>> NMAKE : fatal error U1045: spawn failed : No error
>> Stop.
>> (END)
>>
>>
I just built using the log file and it goes like this:
All done rxftp.cls csvStream.cls
.
Microsoft (R) Program Maintenance Utility Version 10.00.40219.01
Copyright (C) Microsoft Corporation. All rights reserved.
.
Compiling APICommon.cpp
cl /EHsc /nologo /D:_X86_ /DWIN32 -DORX_VER=4 -DORX_REL=2 -DORX_MOD=0
-DOOREXX_BLD=8591 -DOOREXX_COPY_YEAR=\""2005-2012"\" /W3
/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE -c -O2 /Gr /DNDEBUG
/Gs /FAcs /FaC:\work.ooRexx\wc\main\Win32Rel\ASM\APICommon.asm /DNULL=0
-DOOD_VER=4 -DOOD_REL=2 -DOOD_MOD=0 -DOOD_BLD=8591
-DOOD_COPY_YEAR=\""2005-2012"\" /MT
So, I would suggest commenting out these lines in oodialog.mak:
!IF [generateVersionFile.bat] != 0
! ERROR Build error: could not gerate version file, ooDialog.ver.incl
!ENDIF
just make them:
#!IF [generateVersionFile.bat] != 0
#! ERROR Build error: could not gerate version file, ooDialog.ver.incl
#!ENDIF
Other than that, I don't know what to tell you. I've never seen that error
before.
When was the last time you successfully built from trunk on Windows? The
oodialog code there has not changed in months.
--
Mark Miesfeld
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel