On 02/22/2009 09:48 PM, Massimo Belgrano wrote:
I have tried download and compile under Ubuntu 8.04 last svn i go
Massimo
I usually use this script to update compile install Harbour svn sources
i have put this script under the dir /usr/src of my Ubuntu pc.
I run this script using "sudo"
Open a terminal from Applications → Accessories → Terminal and type:
sudo gedit /usr/src/MBaggharbour_svn
Copy and paste the rows below:
#!/bin/bash
cd /usr/src
svn co
https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk harbour
cd /usr/src/harbour/harbour
export HB_BIN_INSTALL=/usr/bin/;
export HB_LIB_INSTALL=/usr/lib/;
export HB_INC_INSTALL=/usr/include/
# export HB_CONTRIBLIBS=hbpgsql, hbsqlit3
chmod 700 make_gnu.sh
hbverfix
sh ./make_gnu.sh clean; sh ./make_gnu.sh; sh ./make_gnu.sh install
Save and exit.
Then still using terminal type:
sudo chmod 700 /usr/src/MBaggharbour_svn
Then run this script...
cd /usr/src
sudo ./MBaggharbour_svn
Hope this helps
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour