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_INSTALL=/usr/lib/harbour export HB_INC_INSTALL=/usr/include/harbour export HB_DOC_INSTALL=/usr/share/doc/harbour export HB_ETC_INSTALL=/etc/harbour export HB_CONTRIBLIBS="hbqt hbct hbhpdf hblog hbxml hbmzip hbtip hbvpdf hbxbp hbgd hbpgsql hbcurl hbmysql hbsqlit3 hbssl hbodbc rddsql gtqtc hbmisc" export HB_BUILD_SHARED=no make clean make sudo -E make install harbour -build mkdir $HOME/src cd $HOME/src wget http://www.elart.it/harbour/MBaggharbour2_svn chmod 700 MBaggharbour2_svn ./MBaggharbour2_svn cd $HOME/src; ./MBaggharbour2_svn When I try to compile and execute my xml1.prg I obtain: $ hbmk2 xml1.prg -lxhb -L/usr/local/lib/harbour hbmk2: Processing configuration: /usr/bin/hbmk.cfg Harbour 2.1.0beta1 (Rev. 14414) Copyright (c) 1999-2010, http://www.harbour-project.org/ Compiling 'xml1.prg'... Lines 169, Functions/Procedures 1 Generating C source output to '/tmp/xml1.c'... Done. $ ./xml1 Error BASE/1003 Variable does not exist: TXMLDOCUMENT Called from MAIN(17) Why so?? Ivan
_______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour