Hi Francesco, Sorry, all these issues are getting too broad for me to oversee, so I'd appreciate if other could contribute :( If there is no solution, I can just turn off TRACE when using debug mode, which will solve the problem.
Brgds, Viktor On Fri, Mar 13, 2009 at 10:03 PM, Francesco Saverio Giudice < [email protected]> wrote: > Hi Viktor, > > Il 12/03/2009 14.34, Francesco Saverio Giudice ha scritto: > >> >>> Thank you, I will try :-) >> > > after some issues with MSVC express 2008 (error c1902 that stops > compilation) actually solved, I have tried to build with HB_BUILD_DEBUG=yes. > > I got follow errors: > ************* > hbmainstd.lib(mainstd.obj) : error LNK2019: riferimento al simbolo esterno > _hb_tr_trace non risolto nella funzione _main > hbmainstd.lib(mainstd.obj) : error LNK2001: simbolo esterno _hb_tr_level_ > non risolto > hbmainstd.lib(mainstd.obj) : error LNK2001: simbolo esterno _hb_tr_line_ > non risolto > hbmainstd.lib(mainstd.obj) : error LNK2001: simbolo esterno _hb_tr_file_ > non risolto > hbmainstd.lib(mainstd.obj) : error LNK2019: riferimento al simbolo esterno > _hb_tr_level non risolto nella funzione _main > j:\cvs\harbour_msvc\bin\hbtest-dll.exe : fatal error LNK1120: 5 esterni non > risolti > ************* > > translation (mine not from compiler and maybe not correct): > > ************* > hbmainstd.lib(mainstd.obj) : error LNK2019: reference to external symbol > _hb_tr_trace not found in function _main > hbmainstd.lib(mainstd.obj) : error LNK2001: external symbol _hb_tr_level_ > not found > hbmainstd.lib(mainstd.obj) : error LNK2001: external symbol _hb_tr_line_ > not found > hbmainstd.lib(mainstd.obj) : error LNK2001: external symbol _hb_tr_file_ > not found > hbmainstd.lib(mainstd.obj) : error LNK2019: reference to external symbol > _hb_tr_level not found in function _main > j:\cvs\harbour_msvc\bin\hbtest-dll.exe : fatal error LNK1120: 5 external > not found > ************* > > I build with this env: > > ------- > set HB_DIR_GD=j:\lib\gd > set HB_DIR_FREEIMAGE=j:\lib\freeimage > set HB_DIR_FIREBIRD=J:\Firebird\Firebird_2_1 > set HB_DIR_LIBHARU=j:\lib\libharu > set HB_DIR_CURL=j:\lib\curl > set HB_DIR_OPENSSL=j:\lib\openssl > set HB_DIR_BLAT=j:\lib\blat > > set HB_INC_GD=%HB_DIR_GD%\include > set HB_INC_FREEIMAGE=%HB_DIR_FREEIMAGE%\Source > set HB_INC_FIREBIRD=%HB_DIR_FIREBIRD%\include > set HB_INC_LIBHARU=%HB_DIR_LIBHARU%\include > set HB_INC_CURL=%HB_DIR_CURL%\include\curl > set HB_INC_OPENSSL=%HB_DIR_OPENSSL%\inc32\openssl > > SET HARBOURFLAGS=-DHB_HASH_MSG_ITEMS > set HB_USER_CFLAGS=-DHB_LEGACY_OFF -DHB_FM_STATISTICS_OFF > > set HB_BUILD_DLL=yes > set HB_BUILD_IMPLIB=yes > set HB_BUILD_DEBUG=yes > ---------- > > Finally, if I set > set HB_BUILD_DEBUG=no > all goes correctly. > > > Best regards, > Francesco > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour >
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
