not intentional

SET HB_WITH_ADS=C:\DEVL\acesdk
SET HB_WITH_QT=C:/DEVL/qt/4.5.3/INCLUDE
SET HB_BUILD_IMPLIB=yes
SET HB_WITH_MYSQL=C:\DEVL\MySQL51\INCLUDE
SET HB_COMPILER=mingw
SET HB_INSTALL_PREFIX=C:\HARBOUR
SET
PATH=C:\DEVL\MinGWtdm\BIN;C:\HARBOUR\BIN\WIN\mingw;C:\DEVL\QT\4.5.3\BIN;%PATH%
WIN-MAKE %1 %2 %3 %4 > logmingw.txt 2>&1


in a batch used to compile hbide i have found
rem @set HB_TR_LEVEL=HB_TR_DEBUG
rem @set HB_TR_FLUSH=1
rem @set HB_USER_CFLAGS=-DHB_TR_LEVEL_DEBUG
rem @set HB_USER_PRGFLAGS=-D__HB_DEBUG__
then if close cmd remain set
now i have deleted

2010/1/11 Przemysław Czerpak <dru...@acn.waw.pl>

> On Mon, 11 Jan 2010, Massimo Belgrano wrote:
>
> Hi,
>
> > I try compile
> > c:\harbour\examples\gtwvw>
> > Have i made same error?
> > HBMK2 GTWVW.HBP -REBUILD
> > hbmk2: Processing environment options: -compiler=mingw
> > hbmk2: Processing: gtwvw.hbc
> > hbmk2: Compiling...
> > gtwvw.c: In function 'hb_gt_FuncInit':
> > gtwvw.c:7922: error: 'gt_funcs' undeclared (first use in this function)
>
> It's a typo in debug code which is compiled only on user request.
> I'll fix it in next commit.
> Anyhow you have some local settings which enable HB_TRACE code.
> It means that all binaries you are creating contain additional
> debug code which in some cases can seriously reduce the performance.
> Did you enabled it intentionally?
>
> best regards,
> Przemek
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



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

Reply via email to