>> First build Harbour without HBQT.
>> Then build HBQT in a separate pass with custom options.
>> 
>> Rough instructions for that:
>> ---
>> set HB_WITH_QT=
>> win-make
>> cd contrib/hbqt
>> set HB_WITH_QT=C:\qt\include
>> set HB_USER_CFLAGS=-DTR_DEBUG_...
>> set HB_USER_PRGFLAGS=-D__HB_DEBUG__
>> win-make
>> cd ../..
>> ---
>> 
> 
> Can you expand <...> in
> set HB_USER_CFLAGS=-DTR_DEBUG_...
> 
> I tried 
> set HB_USER_CFLAGS=-DTR_DEBUG
> set HB_USER_CFLAGS=-DHB_TR_LEVEL_ALWAYS
> 
> but without success.
> 
> I am compiling hbqt/hbxbp/hbide only with these flags.
> Harbour is compiled with default switches.
> 
> To be precise as:
> 
> HB_USER_CFLAGS=-D__HB_DEBUG__ -DHB_FM_STATISTICS -DHB_TR_LEVEL_ALWAYS
> HB_USER_PRGFLAGS=-d__HB_WINDEBUG__ -d__HB_DEBUG__

Please look it up from the ChangeLog, I included 
all this information there. It's in a recent entry 
dealing with this issue.

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to