> > 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. >> >> > No problem at all, instead thank you for your efforts. > I don't know enough about make process to help you, but I can try if you > tell me how help.
Thank you! > The only thing I found is that at the end of hbtrace.h I think that there > are lines responsible of error > ------- > at line # 215: > extern const char * hb_tr_file_; > extern int hb_tr_line_; > extern int hb_tr_level_; > ------- > but I don't understand how this file is used. Yes, this file is always included, so I wonder how can these symbols become unresolved. The kind of error rings some bells related to .dlls, but in a simple build dlls shouldn't be involved. If that's what you're doing, maybe it's a link cmdline generation problem inside hbmk2. (hbmk2 is used to create hbtest-dll.exe and hbrun-dll.exe at the end of the dll-phase of the make process) Brgds, Viktor
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
