Re: [xHarbour-developers] unresolved external.

2008-11-28 Thread Miguel Angel Marchuet
I think it needs to add a new file ;) rtl/filebuf.c Best regards, Miguel Angel Machuet Eduardo Fernandes escribió: After built xharbour on Debian Lenny, using ./make_tgz.sh and compiled a simple prg with xhbmk command, I got: unresolved external HB_FA_POSIX_ATTR unresolved external

[xHarbour-developers] Warnings

2008-11-28 Thread Enrico Maria Giordano
Warning W8075 contrib\gtwvg\gtwvg.c 3128: Suspicious pointer conversion in function hb_gt_FuncInit Warning W8075 contrib\gtwvg\gtwvg.c 3131: Suspicious pointer conversion in function hb_gt_FuncInit Warning W8075 contrib\gtwvg\gtwvg.c 3132: Suspicious pointer conversion in function

Re: [xHarbour-developers] Slowness

2008-11-28 Thread Miguel Angel Marchuet
I explained it. I remove some structure variables, not used when profile is not active. it increases speed. more later it was added altogether for blackguard compatibility with 3rd party libraries. THEN return to be slow altogether. if you don't use fmstat and use -DHB_NO_PROFILE #ifndef

Re: [xHarbour-developers] Slowness

2008-11-28 Thread Miguel Angel Marchuet
: http://www.emagsoftware.it/emgmusic __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 3648 (20081128) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com

Re: [xHarbour-developers] Slowness

2008-11-28 Thread Andi Jahja
On Fri, 28 Nov 2008 13:41:19 +0100 Miguel Angel Marchuet [EMAIL PROTECTED] wrote: speed changes from 100s to 30s. 30s? I never reach that speed. Heaps works slower than malloc in my case (?). ANyway, can you please post the full report of speedtst.exe? -- Andi

Re: [xHarbour-developers] unresolved external.

2008-11-28 Thread Luiz Rafael Culik Guimaraes
Eduardo Luiz, I have used but it reclaims for debmake and libslang1-dev libs. Debmake is deprecated and libslang1-dev is not available from debian repository. just remove then from the list of dependencie Regards Luiz -

Re: [xHarbour-developers] Warnings

2008-11-28 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Andi Jahja [EMAIL PROTECTED] A: Enrico Maria Giordano [EMAIL PROTECTED] Cc: Xharbour-Developers xharbour-developers@lists.sourceforge.net Data invio: venerdì 28 novembre 2008 12.05 Oggetto: Re: [xHarbour-developers] Warnings Sorry, per current CVS, pdf1.c is

Re: [xHarbour-developers] unresolved external.

2008-11-28 Thread Eduardo Fernandes
Luiz, I have used but it reclaims for debmake and libslang1-dev libs. Debmake is deprecated and libslang1-dev is not available from debian repository. regards, Eduardo --- Em sex, 28/11/08, Luiz Rafael Culik Guimaraes [EMAIL PROTECTED] escreveu: De: Luiz Rafael Culik Guimaraes [EMAIL

Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-11-28 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Andi Jahja [EMAIL PROTECTED] A: Xharbour-Developers xharbour-developers@lists.sourceforge.net Data invio: venerdì 28 novembre 2008 12.30 Oggetto: [xHarbour-developers] C Compiler for Windows, a simple review This information is posted merely to share my

Re: [xHarbour-developers] Can't allocate 2 GB

2008-11-28 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Jose F. Gimenez [EMAIL PROTECTED] A: Xharbour-Developers xharbour-developers@lists.sourceforge.net Data invio: venerdì 28 novembre 2008 12.23 Oggetto: Re: [xHarbour-developers] Can't allocate 2 GB Enrico, there is an allocation limit of 2GB in windows 32

Re: [xHarbour-developers] Warnings

2008-11-28 Thread Andi Jahja
I see, I don't use it because I use standard CVS makefile with no CFLAGS set. I'll check it later. -- Andi On Fri, 28 Nov 2008 12:34:07 +0100 Enrico Maria Giordano [EMAIL PROTECTED] wrote: ? too. I don't even get the warning (BCC 5.5.1) I'm using BCC 5.5.1 too and I get the warning. I use

Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-11-28 Thread [EMAIL PROTECTED]
What I use: Based on several considerations, I am now using MSVS 9.0 as my work horse, although the compiling speed is very slow compared to BCC 5.5.1. MSVS 9.0 (Express) is free, code speed is excellent, support/continuity is more or less obvious. Thanks for tests Andi. Do you have

Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-11-28 Thread Luiz Rafael Culik Guimaraes
Toninho I have bcc 6.10, but personaly i dont like msvc compiler Regards Luiz - Original Message - From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: Andi Jahja [EMAIL PROTECTED] Cc: Xharbour-Developers xharbour-developers@lists.sourceforge.net Sent: Friday, November 28, 2008 2:27 PM

Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-11-28 Thread [EMAIL PROTECTED]
Toninho I have bcc 6.10, but personaly i dont like msvc compiler Ok Luiz, thank you. Regards, Toninho. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based

Re: [xHarbour-developers] unresolved external.

2008-11-28 Thread Eduardo Fernandes
Luiz, Not work. Remain want libslang1-dev. I have libslang2-dev installed. I have added filebuf.c on source/Makefile as Miguel suggested and rebuilt via ./make_tgz.sh. Now after compile a simple helloworldprg with xhbmk shows many errors. Eduardo. --- Em sex, 28/11/08, Luiz Rafael Culik

Re: [xHarbour-developers] __objGetValueList() Error

2008-11-28 Thread Patrick Mast, xHarbour.
Andi, Can you tae a look at this please? Thanks! Patrick Running xharbour\tests\objlist.prg I get this error: Error BASE/1004 Scope Violation HIDDEN: HID1 Arguments: ( [ 1] = Type: O Val: { TTEST Object }) Error at ...: TTEST:HID1(0) in Module: Called from : __OBJSENDMSG(0) in Module: