Hi All,
Since the recent changes to Harbour, hbmake fails when you try adding the
debugger with the /b flag with the following error:
My system is windows Xp sp3 using Borland v5.82
Harbour Make
Copyright (c) 2000-2008, http://www.harbour-project.org/
Harbour 1.0.0 Intl. (Rev. 9194) / Borland C++ 5.8.2 (32 bit)Harbour 1.0.0
Intl. (Rev. 9194)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Compiling 'TEST.PRG'...G
Lines 18, Functions/Procedures 1?????????
Generating C source output to 'obj\TEST.c'... Done.
????????????????????????????????????
Building object module for 'obj\TEST.c'
C:\BCC55\BIN\ilink32 @makefile.lnk in 'harbour.cfg'...
Turbo Incremental Link 5.69 Copyright (c) 1997-2005
Borlandarbour\lib -oobj\TEST.obj obj\TEST.c
Fatal: Unable to open file 'DEBUG.LIB'
Done.
It seems the debug.lib has been renamed to hbdebug. Fixing this entry in the
.bc file produces the following errors:
Harbour Make
Copyright (c) 2000-2008, http://www.harbour-project.org/
Harbour 1.0.0 Intl. (Rev. 9194) / Borland C++ 5.8.2 (32 bit)Harbour 1.0.0
Intl. (Rev. 9194)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Compiling 'TEST.PRG'...G
Lines 18, Functions/Procedures 1?????????
Generating C source output to 'obj\TEST.c'... Done.
????????????????????????????????????
Building object module for 'obj\TEST.c'
C:\BCC55\BIN\ilink32 @makefile.lnk in 'harbour.cfg'...
Turbo Incremental Link 5.69 Copyright (c) 1997-2005
Borlandarbour\lib -oobj\TEST.obj obj\TEST.c
Error: Unresolved external '_HB_FUN___DBGSETENTRY' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGSETGO' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGSETCBTRACE' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGSENDMSG' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|dbgtobj
Error: Unresolved external '_HB_FUN___DBGGETEXPRVALUE' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGGETSOURCEFILES' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGISVALIDSTOPLINE' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGSETNEXTROUTINE' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGSETQUIT' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGSETTOCURSOR' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGADDBREAK' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGDELBREAK' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGSETTRACE' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGADDWATCH' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGDELWATCH' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
Error: Unresolved external '_HB_FUN___DBGSETWATCH' referenced from
D:\HARBOUR\LIB\HBDEBUG.LIB|debugger
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour