On 02/06/2009, at 01:41 p.m., Angel Pais wrote:

Finally I've got crazy enought to try to build harbour from svn on UBUNTU 9.04

Followed INSTALL Instructions but failed in ./make_gnu install

This is the log:

abu...@abuntu:~/src/harbour$ sudo ./make_gnu.sh install
[sudo] password for abuntu:
make -C doc install _HB_BLD=yes
make[1]: se ingresa al directorio `/home/abuntu/src/harbour/doc'
make -C en-EN install _HB_BLD=yes
make[2]: se ingresa al directorio `/home/abuntu/src/harbour/doc/en-EN'
make[2]: No se hace nada para `install'.
make[2]: se sale del directorio `/home/abuntu/src/harbour/doc/en-EN'
make[1]: se sale del directorio `/home/abuntu/src/harbour/doc'
make -C include install _HB_BLD=yes
make[1]: se ingresa al directorio `/home/abuntu/src/harbour/include'
! Can't install, path not found: '/usr/local/include/harbour'
make[1]: *** [install] Error 1
make[1]: se sale del directorio `/home/abuntu/src/harbour/include'
make: *** [include.inst] Error 2


Hello Angel,


Any Clue ?

No, but I got the same errors with make_gnu.sh under MacOS

But, now that you are using a DEB based linux distro, you should try to build the *.deb package, it's more easy to install/uninstall

just type in the harbour dir:

./mpkg_deb.sh

Once that you have the package created harbour****.deb you can install it with:

sudo dpkg -i harbour****.deb


best regards,

Teo


PD: You need to install debhelper and fakeroot packages too:
sudo apt-get install debhelper fakeroot


_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to