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
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
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
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:
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
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
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
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
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
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
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
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:
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
13 matches
Mail list logo