Thanks works!
How can I execute .test from file browser or from desktop?
Wich are step for download and compile last svn on  macos leopard?

For download and compile last svn must go Application accessory terminal
and type:
apt-get update; apt-get install wget cvs rcs build-essential ncurses-dev
libslang2-dev tk8.3-dev unixodbc-dev subversion debhelper
cd $HOME
mkdir src
cd src
svn co
https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trun
k/harbour harbour
cd harbour
./make_deb.sh
sudo dpkg -i harbour*.deb

For compiling a sample
hbmk -n  -es2 test.prg
For executing a sample
./test

Wich are step for macos?



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ABIX - Adam
Jurkiewicz
Sent: Sunday, August 10, 2008 10:31 AM
To: Harbour Project Main Developer List.
Subject: Re: [Harbour] How to download and compile last version of
harbourfromsvn on ubuntu 8.4.01

> >This works but if you are using Ubuntu then you can create native
.deb
> >packages by:
> >   ./make_deb.sh
> >and then simply install harbour*.deb file in your system
>
> How can I install?
As usualy in all debians .... sudo dpkg -i harbour*.deb
or maybe apt-get ...

> .
> >.prg
> Made ---it generate test executable but if i type test it doesn't
> display none
> what I must add for gtxwc?
Maybe you should try ./test rather than test ?
Please consider PATH in environment, in UNIX/Linux there is no .
(current dir) 
in PATH by default.

Best regards,
Adam
-- 
ABIX - Linuksowe Systemy Wspomagania Biznesu www.abix.info.pl
Gadu-Gadu: 302315
Skype: abix_adamj 
Wsparcie aplikacji:
http://groups-beta.google.com/group/abix-rcsoft?hl=pl
_______________________________________________
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