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: Running Harbour compiler (internal). 1
> (e:\programacion_ant\hb_mingw\bin\harbour.exe) -n2 @hbtrade.clp
> -ie:/programacion_ant/hb_mingw/include

So it's syntax error in your application code.
If you need help then we have to know what exactly your code contain
in given line.
It's also possible that automatic -n mode detection (-n2 switch) does
not work with you code. In such case try to use -n- switch, i.e.:
   hbmk2 -n- @miappl.clp

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to