Re: [Harbour] hbMK2 - Error

2010-03-12 Thread Viktor Szakáts
Hi Pritpal, hbmk2 is pure .prg code, so if there is such error, it can only be lower level problem. ARCHCOMPFILTER() uses macro evaluation, so given recent changes, first pls try to rebuild everything from fresh sources and retry. If it still happens pls post full hbmk2 configuration, maybe

[Harbour] hbMK2 - Error

2010-03-12 Thread Pritpal Bedi
Hello Viktor E:\harbour\contrib\hbide>m hbmk2: Processing environment options: -compiler=mingw hbmk2: Processing configuration: e:\harbour\bin\hbmk.cfg Unrecoverable error 6005: Exception error: Exception Code:C005 Exception Address:0055C060 EAX:0063005C EBX:0022FC60 ECX:0

Re: [Harbour] hbmk2: Error: Running Harbour compiler (internal). 1

2009-10-09 Thread José Luis Capel
Viktor, Przemek, Thanks for your answers. Seemed tha I had some syntax errors. Once corrected I could compile without any incidences except for a missing function that I reported on harbour user list. Regards, José Luis Capel 2009/10/8 Przemyslaw Czerpak > On Thu, 08 Oct 2009, José Luis Cap

Re: [Harbour] hbmk2: Error: Running Harbour compiler (internal). 1

2009-10-08 Thread Przemyslaw Czerpak
On Thu, 08 Oct 2009, José Luis Capel wrote: Hi, > Using hbmk2 (created from lastest svn) I try to compile an old clipper app. > I use same .clp file as follow: > hbmk2 @miappl.clp > Finally (after showing a syntax error on my app) shows this message: > 1 error > no code generated. > hbmk2: Error:

Re: [Harbour] hbmk2: Error: Running Harbour compiler (internal). 1

2009-10-08 Thread Viktor Szakáts
Hi Jose, .clp support is highly experimental, I don't know too much about this feature and never used it personally. Anyhow what you report doesn't seem to be wrong, if there is a syntax error in your app, such error is what happens. hbmk2 won't be able to fix it. Other tips: Maybe @hbtrade.clp

[Harbour] hbmk2: Error: Running Harbour compiler (internal). 1

2009-10-08 Thread José Luis Capel
Hi, Using hbmk2 (created from lastest svn) I try to compile an old clipper app. I use same .clp file as follow: hbmk2 @miappl.clp Finally (after showing a syntax error on my app) shows this message: 1 error no code generated. hbmk2: Error: Running Harbour compiler (internal). 1 (e:\programacio

Re: [Harbour] HBMK2 - Error

2009-09-06 Thread Viktor Szakáts
Hi Pritpal, No it's a real (and new) bug, I've just fixed it. Thank you. Brgds, Viktor On 2009.09.06., at 6:10, Pritpal Bedi wrote: Hi Pritpal Bedi wrote: C:\harbour\contrib\hbnetio\tests>hbmk2 netiosrv.hbm hbmk2: Processing local make script: hbmk.hbm hbmk2: Warning: File cannot be foun

Re: [Harbour] HBMK2 - Error

2009-09-05 Thread Pritpal Bedi
Hi Pritpal Bedi wrote: > > C:\harbour\contrib\hbnetio\tests>hbmk2 netiosrv.hbm > hbmk2: Processing local make script: hbmk.hbm > hbmk2: Warning: File cannot be found: netiosrv.hbm > hbmk2: Processing configuration: c:\harbour_dev\harbour\mingw\bin\hbmk.cfg > Error BASE/1124 Argument error: LEF

[Harbour] HBMK2 - Error

2009-09-05 Thread Pritpal Bedi
C:\harbour\contrib\hbnetio\tests>hbmk2 netiosrv.hbm hbmk2: Processing local make script: hbmk.hbm hbmk2: Warning: File cannot be found: netiosrv.hbm hbmk2: Processing configuration: c:\harbour_dev\harbour\mingw\bin\hbmk.cfg Error BASE/1124 Argument error: LEFT (Quit) Error BASE/1124 Argument err

[Harbour] HBMK2 - Error

2009-04-20 Thread Pritpal Bedi
Hello Viktor /* * $Id: ChangeLog 10903 2009-04-20 19:18:39Z vszakats $ */ C:\harbour\contrib\gtqtc\tests>hbmk2 wvtext Error BASE/1123 Argument error: AADD (Quit) Error BASE/1123 Argument error: AADD Called from AADD(0) Called from AADDNOTEMPTY(3432) Called from HBMK(786) Called from MAIN(180

Re: [Harbour] hbmk2 error in gcc parameters for linux

2009-04-19 Thread Guy Roussin
Thank you Viktor, hbmk2 isn't doing any transformation regarding lib prefix, so the solution here is not to pass it via ginfo.hbp. $ cat ginfo.hbp libs=hbmysql libmysqlclient I fix ginfo.hbp : $ cat ginfo.hbp libs=hbmysql mysqlclient and now t2 (and ginfo) compile fine. I did not think tha

Re: [Harbour] hbmk2 error in gcc parameters for linux

2009-04-19 Thread Viktor Szakáts
Hi Guy, hbmk2 isn't doing any transformation regarding lib prefix, so the solution here is not to pass it via ginfo.hbp. Brgds, Viktor On Sun, Apr 19, 2009 at 6:27 PM, Guy Roussin wrote: > Hi Viktor, > > I think i found an error in hbmk2 for linux > > $ hbmk2 t2 > hbmk: Processing configuration:

[Harbour] hbmk2 error in gcc parameters for linux

2009-04-19 Thread Guy Roussin
Hi Viktor, I think i found an error in hbmk2 for linux $ hbmk2 t2 hbmk: Processing configuration: /usr/bin/hbmk.cfg hbmk: Processing: ginfo.hbp Harbour 1.1.0dev (Rev. 10887) Copyright (c) 1999-2009, http://www.harbour-project.org/ Compiling 't2.prg'... Lines 4, Functions/Procedures 1 Generating