Hi Viktor
Could you check if the file is there?
yes, the file is there.
If it is, maybe the
check is wrong, in this case I'd like to ask you to do
a little tracing around that point to print the filename
in line #1009. Maybe it's wrong.
i think i found the problem.
I need to unset HB_INSTALL_PREFIX
$ echo $HB_INSTALL_PREFIX
/usr/local
$ hbmk2 hello
hbmk: Processing configuration:
/usr/local/bin/hbmk.cfg
Harbour 2.0.0beta1 (Rev. 11303)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'hello.prg'...
Lines 11, Functions/Procedures 1
Generating C source output to 'hello.c'... Done.
hello.c:7:21: error: hbvmpub.h: Aucun fichier ou dossier de ce type
hello.c:8:20: error: hbinit.h: Aucun fichier ou dossier de ce type
(...)
$ unset HB_INSTALL_PREFIX
$ hbmk2 hello
/usr/local/bin/../include/harbour/hbvm.hhbmk: Processing configuration:
/usr/local/bin/hbmk.cfg
Harbour 2.0.0beta1 (Rev. 11303)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'hello.prg'...
Lines 11, Functions/Procedures 1
Generating C source output to 'hello.c'... Done.
Guy
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour