On Thu, Dec 18, 2008 at 4:05 AM, Mindaugas Kavaliauskas
<dbto...@dbtopas.lt> wrote:

> 2008-12-18 05:02 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
>  * include/hbclass.ch
> ...
>      of .c header copy-paste from xHarbour's hbstrong.c some time ago.

To get harbour built under Ubuntu 8.10 In hbcomp.h I had to change:
extern void hb_compPCodeTreeOptimizer( HB_COMP_DECL );
to
extern void hb_compPCodeTraceOptimizer( HB_COMP_DECL );

then when I rebuild harbour trunk I get this:

../../hbopt.c: In function 'hb_compPCodeTraceOptimizer':
../../hbopt.c:1440: warning: suggest parentheses around && within ||
../../hbmain.c: In function 'hb_compHasJump':
../../hbmain.c:3103: warning: unused parameter 'pComp'

----------------------------------------

and tons of:

Total memory allocated: 64309 bytes (2588 blocks)
WARNING! Memory allocated but not released: 252 bytes (5 blocks)
harbour.c:319: HB_TR_ERROR Block 1 0x9453848 (size 32)
"\00\00\06\00\00\00\26\00\00\00\26\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\06\00\00\00\26\00"
harbour.c:319: HB_TR_ERROR Block 2 0x9452798 (size 24)
"\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00"
harbour.c:319: HB_TR_ERROR Block 3 0x9453c90 (size 56)
"\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\06\00\00\00\26\00\00\00\06\00\00\00\06\00"
harbour.c:319: HB_TR_ERROR Block 4 0x9452c48 (size 24)
"\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00"
harbour.c:319: HB_TR_ERROR Block 5 0x94534b8 (size 116)
"\00\00\06\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\02\00\00\00\26\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\26\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\26\00\00\00\0E\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\0E\00\00\00\0E\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\06\00"

----------------------------------------
Total memory allocated: 26560 bytes (1046 blocks)
WARNING! Memory allocated but not released: 72 bytes (1 blocks)
harbour.c:319: HB_TR_ERROR Block 1 0x88860a0 (size 72)
"\00\00\06\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\02\00\00\00\06\00\00\00\06\00\00\00\26\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\06\00\00\00\0A\00\00\00\0A\00\00\00\0A\00"
....

best regards,
Lorenzo
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to