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 <dru...@acn.waw.pl>

>  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
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to