Hi David,

Could you try this as an experiment to see if it fixes the build problem
with ooDialog.  If it does, then I'll figure out a permanent solution.

Add a file called: ooDialog.ver.incl to the ooDialog source directory.
The same directory that has oodialog.mak in it.

Put these lines in the file:

# This defines the current version of ooDialog
OOD_MAJOR=4
OOD_MINOR=2
OOD_MOD_LVL=4
OOD_BLD_LVL=9419
OOD_VER_STR="4.2.4.9419"
OOD_COPY_YEAR="2005-2013"
SVN_REVSION=9419

Then in oodialog.mak around line 67 is this section:

# Generate the version information.  Quit if there is an error.
!IF [generateVersionFile.bat] != 0
!  ERROR Build error: could not gerate version file, ooDialog.ver.incl
!ENDIF

!include ooDialog.ver.incl
!include $(OOD_INCLUDE_FILE)

comment out the generate version file section, but leave the !include
lines, so it looks like:

# Generate the version information.  Quit if there is an error.
# !IF [generateVersionFile.bat] != 0
# !  ERROR Build error: could not gerate version file, ooDialog.ver.incl
# !ENDIF

!include ooDialog.ver.incl
!include $(OOD_INCLUDE_FILE)

If it works then good.   If it doesn't, can you show more of the output
when the error happens.  Any lines before the error and if there are any
after.  Also what is in the output log, the lines before the log ends.

--
Mark Miesfeld


On Sun, Sep 8, 2013 at 2:04 PM, Mark Miesfeld <[email protected]> wrote:

> Hi David,
>
> Sorry, I didn't get a chance to look into this.
>
> I have an idea that it might be related to the makefile launching a .bat
> file.  But, I'm not at all sure if that is it or not.  I was going to give
> you a temp work around to test that idea, but I didn't get to it.  I'll try
> to give you some more input later this week.  I won't have Internet access
> to the middle of the week though.
>
> --
> Mark Miesfeld
>
>
> On Fri, Sep 6, 2013 at 11:26 AM, David Ashley <[email protected]>wrote:
>
>> I got past the killer.exe problem but have run into a new error. When
>> the process starts to create the oodialog files I get an error before
>> any of the oodialog files are processed.
>>
>> NMAKE : fatal error U1045: spawn failed : No error
>>
>> I tried running it with admin privileges but I get the same error.
>>
>> The message explanation says that there is an invalid argument but the
>> log does not contain any other information.
>>
>> All ideas welcome.
>>
>> david Ashley
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft
>> technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Oorexx-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>>
>
>
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to