[Harbour] tlib warnings

Chen Kedem niki at synel.co.il
Mon Mar 2 06:22:05 EST 2009


> Oh, and the unuseful tlib warnings are not there anymore

On the log you sent they were already up-to-date, did you try it also with clean build?
(this is good)

by the way, if you want that the make log file will contain both the STDOUT and STDERR,
(so you know where the error was) you can modify your batch from:

call make_gnu.bat > make_%_HB_CC_NAME%.log

into:

call make_gnu.bat 2>make_%_HB_CC_NAME%.log 1>&2

Used to work with OS/2 REXX, and still working on my WinNT :)


  Chen.


More information about the Harbour mailing list