Take some time and read the answers you received
to your own question.
Viktor
On 2010 Apr 29, at 18:12, ivan re wrote:
> I've installed Harbour on my linux ubuntu using follow command:
> mkdir $HOME/src
> cd $HOME/src
> svn co
> https://harbour-project.svn.sourceforge.net/svnroot/harbour-proje
On Thu, Apr 29, 2010 at 6:12 PM, ivan re wrote:
> I've installed Harbour on my linux ubuntu using follow command:
> ...
> When I try to compile and execute my xml1.prg I obtain:
> ...
> Error BASE/1003 Variable does not exist:
> TXMLDOCUMENT
> Called from MAIN(17)
>
> Why so??
TXMLDOCUMENT is i
I've installed Harbour on my linux ubuntu using follow command:
mkdir $HOME/src
cd $HOME/src
svn co
https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbourharbour
cd $HOME/src/harbour
export HB_BIN_INSTALL=/usr/bin
export HB_INSTALL_PREFIX=/usr/bin
export HB_LIB_INSTAL