That worked. It finished the ooRexx build. I have a new problem
concerning nsis but I think I have a handle on that one.

Oh, one other thing, I used an export of the 4.2 trunk rather than
checking out the source so that might have something to do with why I am
having a problem.

Dvaid Ashley

On Thu, 2013-09-12 at 08:15 -0700, Mark Miesfeld wrote:
> 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
> 
> 




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