Re: [Harbour] SF.net SVN: harbour-project:[14651] trunk/harbour

2010-06-11 Thread marco bra
On Ubuntu 10.04 32 bits today compiling from svn. i get this error: ! Using QT 'moc' executable: /usr/bin/moc (autodetected) make[3]: `../../../../../lib/linux/gcc/libhbqt.a' is up to date. make[4]: `../../../../../../lib/linux/gcc/libhbqtcore.a' is up to date. gcc -I.

[Harbour] Please correct an include QFontMetrics file name typo...

2010-06-11 Thread marco bra
On Ubuntu 9.10 and 10.04 i get this error on compile from svn ../../../QApplication.cpp:86:30: error: QtGui/QFontmetrics: Nessun file o directory ../../../QApplication.cpp: In function ‘void HB_FUN_QT_QAPPLICATION_FONTMETRICS()’: ../../../QApplication.cpp:532: error: invalid use of incomplete

[Harbour] hbide starting from *nix system binary issue

2010-04-27 Thread marco bra
Hi, Pritpal do you have something new to test related to this ? harbour-devel.1590103.n2.nabble.com/hbide-create-and-testing-package-on-Ubuntu-tc4934285.html#a4934285 Thank you, best regards, Marco ___ Harbour mailing list (attachment size limit: 40KB)

Re: [Harbour] Re: hbide starting from *nix system binary issue

2010-04-27 Thread marco bra
Tested with rev. 14400 here what i have done: from contrib/hbide rebuild hbide hbmk2 hbide.hbp -rebuild i get this error: Compiling 'ideshortcuts.prg'... Lines 103729, Functions/Procedures 56 Generating C source output to '.hbmk/linux/gcc/ideshortcuts.c'... Done. hbmk2: Compiling... hbmk2:

Re: [Harbour] Re: hbide starting from *nix system binary issue

2010-04-27 Thread marco bra
Hi Viktor, i haven't the requested file cppstub.cpp in all my updated harbour sources tree: find . | grep -i cppstub.cpp Thank you, best regards Marco ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] Re: hbide starting from *nix system binary issue

2010-04-27 Thread marco bra
Pritpal i have delete the cppstub.cpp compile directive from hbide.hbp it compile fine, but i still get this error on hbide startup ** (unknown:28981): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed hbide.prg:326:HBIDE:CREATE(): HB_TR_ALWAYS HbIde:create( cProjIni ) #Params=

Re: [Harbour] Re: hbide starting from *nix system binary issue

2010-04-27 Thread marco bra
Please tell... then we must give write permission to a system dir...? or we must run hbide as root...? Thank you ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: hbide starting from *nix system binary issue

2010-04-27 Thread marco bra
2010/4/27 Viktor Szakáts harbour...@syenar.hu ls -la $(which hbide) in my env the which command return: -rwxr-xr-x 1 root root 6697913 2010-04-27 17:23 /usr/local/bin/hbide is ok then create a temporary dir to work with hbide from it mkdir /tmp/p cd /tmp/p hbide sudo cp

Re: [Harbour] Re: hbide starting from *nix system binary issue

2010-04-27 Thread marco bra
Ok i want make it running IMHO forcing some standard copied entire hbide sources dirs from harbour/contrib/hbide to /usr/local/bin/ sudo rm -f /usr/local/bin/hbide sudo cp -R hbide /usr/local/bin/. export PATH=$PATH:/usr/local/bin/hbide mkdir /tmp/p cd /tmp/p hbide Deleted i supposed not

[Harbour] hbide rev 14364 compile error

2010-04-22 Thread marco bra
Hi, Viktor On Ubuntu 32 bits gcc -I. -I../../../../../include -Wall -W -O3 -DHB_LEGACY_TYPES_OFF -ohbtrace.o -c ../../../hbtrace.c ../../../hbtrace.c: In function ‘hb_tracelog_’: ../../../hbtrace.c:274: error: ‘ap_bak’ undeclared (first use in this function) ../../../hbtrace.c:274: error:

Re: [Harbour] Re: hbide create and testing package on Ubuntu

2010-04-21 Thread marco bra
This is one area I am not conversant with. Pritpal you simply need to create, if not exist, a $HOME/.hbide dir and then use that dir to store hbide itself data or other not volatile infos for example the hbide .ini files Then project data related to single project can be stored without

Re: [Harbour] Re: hbide create and testing package on Ubuntu

2010-04-21 Thread marco bra
Here something to have the *nix shell user environment var values: function main qout(User login name $USER -- + getenv('USER')) qout(Home of user $HOME var - + getenv('HOME')) qout(User default program search $PATH var

Re: [Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-20 Thread marco bra
There are a lot of Linux distribution .deb debian packages (Debian, Ubuntu, etc.) .rpm redhat and derivates are the main systems automated package distribution To create a rpm package for hbide i think Premzek is the right person to ask to. I have already done some deb package from harbour

[Harbour] hbide rev 14350 startup runtime error

2010-04-20 Thread marco bra
Hi all on ubuntu 9.10 32 bit trying to compile and run hbide before to create a deb distribution package, it compile fine but i get this startup error at runtime: ubu...@ubuntu-desktop:~/src/harbour/contrib/hbide$ ./hbide ** (unknown:16576): CRITICAL **: atk_object_set_name: assertion `name !=

Re: [Harbour] hbide rev 14350 startup runtime error

2010-04-20 Thread marco bra
I have made the very first standard deb and rpm file to test install of hbide, here the files: -rw-r--r-- 1 ubuntu ubuntu 1384942 2010-04-20 14:33 hbide_14350-1_i386.deb -rw-r--r-- 1 ubuntu ubuntu 1387292 2010-04-20 14:34 hbide-14350-1.i386.rpm with this ( to be checked standard contents )

Re: [Harbour] Re: hbide rev 14350 startup runtime error

2010-04-20 Thread marco bra
Please tell is not enought to use this command... hbmk2 hbide.hbp -rebuild I think the starting issue is due to my qt environment not standard that i use to compile qgis. BTW in the past this command works. Thank you, best regards Marco ___ Harbour

Re: [Harbour] Re: hbide rev 14350 startup runtime error

2010-04-20 Thread marco bra
Pritpal, ok now, was double installation of libs one in /usr/local/lib/harbour/ and the updated lib in /usr/lib/harbour/ so removed the /usr/local/lib/harbour/ and compiled wtth hbmk2 hbide.hbp -rebuild -L/usr/lib/harbour and hbide works fine. Thank you

[Harbour] hbide create and testing package on Ubuntu

2010-04-20 Thread marco bra
Hi Pritpal i have succesfully created and installed the deb package of hbide in my Ubuntu (9.10 and 10.04) 32 bits The default installation path of the executable is /usr/bin/hbide But i think the hbide at start try to write something into same dir where is installed and obviously the Linux

Re: [Harbour] hbide create and testing package on Ubuntu

2010-04-20 Thread marco bra
Also without the deb installer you can test by yourself in your Ubuntu env the errors by manually copying the $HOME/src/harbour/contrib/hbide to the /usr/bin/ dir with this command: sudo cp $HOME/src/harbour/contrib/hbide/hbide /usr/bin/. sudo chown root.root /usr/bin/hbide To cheche your

Re: [Harbour] Re: Test of Hbide build r14331 on Linux Ubuntu 10.04 i get no more GPF errors

2010-04-16 Thread marco bra
You are near to have all working you need only to verify the harbour hbqt lib is compiled and installed on your system Please verify if there is the harbour hbqt lib in your system: - Update the locate files index database, to be sure it have latest installed or compiled files in it open a

Re: [Harbour] Re: Test of Hbide build r14331 on Linux Ubuntu 10.04 i get no more GPF errors

2010-04-16 Thread marco bra
My fault the MBaggharbour2_svn shell script don't create the hbqt lib i have tested and update it please download and run: mkdir $HOME/src cd $HOME/src wget http://www.elart.it/harbour/MBaggharbour2_svn chmod 700 MBaggharbour2_svn ./MBaggharbour2_svn or simply if you already have the directory

Re: [Harbour] Re: Test of Hbide build r14331 on Linux Ubuntu 10.04 i get no more GPF errors

2010-04-15 Thread marco bra
More short and easy from www.elart.it/links/harbourhowto_deb_en.php (i wrote that page): Ubuntu 9.10 install harbour and other stuffs First be sure is enabled the Universe repository from menu: System:Administration:Software Sources: Ubuntu software [tab] Then open terminal from Applications:

Re: [Harbour] Re: Test of Hbide build r14331 on Linux Ubuntu 10.04 i get no more GPF errors

2010-04-14 Thread marco bra
Pritpal, surely i will test on Ubuntu but i want to suggest you to have a self Linux environment: it require very simple steps: a) install Virtulbox on Win www.virtualbox.org/wiki/Downloads http://www.virtualbox.org/wiki/Downloadsb) download the ubuntu 10.04 iso from

Re: [Harbour] Re: Test of Hbide build r14331 on Linux Ubuntu 10.04 i get no more GPF errors

2010-04-14 Thread marco bra
@Francesco Perillo Installing Ubuntu in a virtual pc ( i suggest Virtualbox ) inside Windows or in a real pc with Windows in dual boot mode is very very very easy... @Viktor i suggest to Pritbal to install VirtualBox and Ubuntu 10.04 because it have the latest qt into repositories and it get

Re: [Harbour] Re: Test of Hbide build r14331 on Linux Ubuntu 10.04 i get no more GPF errors

2010-04-14 Thread marco bra
To get or force renew of an ip from dhcpserver Open a terminal from Application→Accessories→Terminal and type: sudo dhclient give the user login password when requested it will not replyed to the screen when you write it, then press enter to see the network conf type: ifconfig Usually the

Re: [Harbour] Re: Test of Hbide build r14331 on Linux Ubuntu 10.04 i get no more GPF errors

2010-04-14 Thread marco bra
I'd however strongly suggest to not try to fix problems blindly by installing newer versions of complete OS. This is the most silly thing we can do, unless our goal is to drop any notion to follow quality and to control our own codebase. I hope it isn't. I agree but i think might be a

[Harbour] hbide svn 14322 runtime error

2010-04-13 Thread marco bra
Trying to create a project on hbide compiled with (hbmk2 hbide.hbp -rebuild) on Linux Ubuntu 9.10 32 bits on choosing the folder icon to select the destination folder Hbide crash with this error: ** (unknown:5034): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed

Re: [Harbour] Re: Compiling CGI programs and RUN on Apache

2010-04-13 Thread marco bra
Also here on apache2 on Ubuntu 9.10 32 bits More detailed error... seems there is something wrong in sent header: [Tue Apr 13 14:46:33 2010] [error] [client 127.0.0.1] malformed header from script. Bad header=\x1b[0m\x1b[1;1H\x1b[?25hHTTP/1.0 200 O: testcgi Hth Best regard, Marco

Re: [Harbour] Re: Compiling CGI programs and RUN on Apache

2010-04-13 Thread marco bra
i test with this t1.prg FUNCTION Main() s_cNewLine := HB_OSNewLine() // s_cNewLine := chr(10) cContent := ; Content-type: text/html+ s_cNewLine + s_cNewLine + ; b Hello /b world br + ; I am

[Harbour] svn rev. 14322 zlib compile error

2010-04-12 Thread marco bra
Hi, all On Ubuntu 9.10 32 bits compiling Harbour (after a make clean) svn. rev. 14322 gcc -I. -I../../../../../include -Wall -W -O3 -DHB_LEGACY_TYPES_OFF -DHB_HAS_ZLIB -I/home/ubuntu/src/harbour/external/zlib -oioapi.o -c ../../../ioapi.c In file included from ../../../ioapi.h:45,

Re: [Harbour] Howto setup OS enviroment HBIDE

2010-04-12 Thread marco bra
2010/4/12 Bruno Luciani bruno.luci...@gmail.com I just try to create a project in linux , but i can't setup linux enviroment howto ? I'm interested and i have some spare time to help but please be more specific or give a sample so we can do the same thing you do... Best regards, Marco --

[Harbour] hbide r14323 some tests...

2010-04-12 Thread marco bra
On Ubuntu 10.04 32bits hbide, after compiling hbide r14323 with hbmk2 hbide.hbp -rebuild i report here some test - After Close and also Close all the function list isn't released i get old opened sources function listed if i exit and close and rerun HBIDE the function list is empty. - Opening and

Re: [Harbour] Installation of hbide

2010-04-11 Thread marco bra
2010/4/11 Andriy K andriy...@yahoo.de Hi! I installed Harbour on my Ubuntu 9.10 64-bit. I followed the instructions http://www.elart.it/links/harbourhowto_deb_en.php Everything was going well, except installation of hbide. I typed cd $HOME/src/contrib/hbide bud the directory did not

Re: [Harbour] Re: Ubuntu issue building hbpcre lib

2010-04-10 Thread marco bra
Teo, on an fresh installation of Ubuntu 10.04 32 bits, harbour Rev. 14306 and wxHarbour Rev. 574 from svn : After installing this deb packages: sudo apt-get install libwxbase2.8-dev libwxgtk2.8-dev wx-common so i have a wx-config --version - 2.8.10 Compiling with: hbmk2 wxharbour.hbp

Re: [Harbour] Introducing myself

2010-04-08 Thread marco bra
Hi Antonio which Linux distribution have you installed... or you are about to install...? I follow the Harbour project for many years using Linux (RedHat, Fedora then Ubuntu) i'm ready to help you. I think the right place is the harbour user list not this list... Hth Best regards Marco

[Harbour] Hbide Linux Ubuntu 32 bits error report...

2010-04-08 Thread marco bra
Hi Pritpal, i regulary update Harbour from svn and sometimes i compile and run Hbide and i send you report. So, quick test Hbide today: only open and then immediately close it without do nothing, i get: ** (unknown:9130): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed

[Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread marco bra
I cannot have hbpcre compiled and installed on my Harbour environment on Ubuntu 9.10 I compile Harbour sources with this setting: export HB_CONTRIBLIBS=hbqt hbct hbhpdf hblog hbxml hbmzip hbzip hbxbp hbtip hbvpdf hbgd hbpgsql hbcurl hbmysql hbsqlit3 hbssl hbodbc rddsql gtqtc hbmisc hbpcre and

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread marco bra
Many thanks to Premzek and Viktor for the clear answer. Surely i will send some note to the developer of wxHarbour BTW i was solving this compiling samples issue with this statement: make HBLIBSTYPE=shared The samples coming into the wxHarbour directory structure have singles GNUmakefile, one

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread marco bra
2010/4/8 Barry Jackson zen25...@zen.co.uk On 08/04/10 11:21, Barry Jackson wrote: So, now the problem seems to be the missing full path to hbmk2 Ignore that silly remark - hbmk2 is already in the path and should be found. Something strange though. I paused hbide just after it wrote

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread marco bra
Viktor i see here http://sourceforge.net/projects/wxharbour/develop you are an admin of the project I was playing with samples i like them, i like the gtk lib. Do you think wxHarbour might be a good GUI choice for my Ubuntu environment or it is in a too early state? Do you know some related

Re: [Harbour] Mouse whell problem!?

2010-04-05 Thread marco bra
Here, on GNU Linux distribution Ubuntu Lucid Lynx 10.04 32 bits and harbour -build Harbour 2.1.0dev (Rev. 14273) Copyright (c) 1999-2010, http://www.harbour-project.org/ Harbour Build Info --- Version: Harbour 2.1.0dev (Rev. 14273) Compiler: GNU C 4.4.3

Re: [Harbour] @...GET LISTBOX Problem

2010-04-01 Thread marco bra
Victor, thanks for the dosemu hints for Linux: my old Clipper is 5.2e so i cannot confirm your verify request. Seems hardly to find here someone that have the Clipper 5.3 to test the code :-( Best regards, Marco ___ Harbour mailing list (attachment

Re: [Harbour] Re: WVW

2010-04-01 Thread marco bra
Bruno, gtwvw (i never used it) is under the harbour/examples/gtwvw hbct: compatible functions and procedures with Clipper Tools for CA-Clipper, is a contrib library under harbour/contrib/hbct http://www.harbour-project.org/download_contrib.html to get this lib compiled on your Linux when you

Re: [Harbour] @...GET LISTBOX Problem

2010-03-25 Thread marco bra
Same here on Ubuntu 32 bits and Harbour build the return key doesn't validate the codeblock and don't skyp to the next read i must to press esc to get codeblock evaluation and next field read access. Here the p.prg code that i test compiled with hbmk2 -lgpm p.prg -rebuild Many thanks and best

Re: [Harbour] @...GET LISTBOX Problem

2010-03-25 Thread marco bra
Sorry i cannot compare i have only Harbour on Ubuntu 32 bits i don't have any Windows or Dos here... The only reference i have follow was http://www.itlnet.net/Programming/Program/Reference/c53g01c/ngb388e.html I'm testing the Mario H. Sabado code here

Re: [Harbour] SF.net SVN: harbour-project:[14188] trunk/harbour

2010-03-19 Thread marco bra
Ubuntu 9.10 32 bits Harbour built from svn. hbide recompiled with hbmk2 hbide.hbp -rebuild running hbide when i try to open a source .prg file i get this dialog error: Error BASE/1005 Message not found: XBPTREEVIEWITEM:_TOOLTIPTEXT Called from __ERRRT_SBASE(0) Called from

[Harbour] hbide Unrecoverable error 6005: Exception SIGSEGV on exit

2010-03-15 Thread marco bra
Hi Pritpal, on Ubuntu 9.10 32bit hbide when i exit from hbide i get this error: idemisc.prg:923:HBIDE_DBG(): HB_TR_ALWAYS xbeP_Close QMainWindow::saveState(): 'objectName' not set for QToolBar 0x8d8fcc8 '' idemisc.prg:923:HBIDE_DBG(): HB_TR_ALWAYS xbeP_Close

Re: [Harbour] SF.net SVN: harbour-project:[14142] trunk/harbour

2010-03-12 Thread marco bra
Today compiling harbour for Win (last day was compiling and installing fine) on Ubuntu 9.10 32 bits i get this error... ! Installing rdd.api on /tmp/hbwin/include ! Installing vm.api on /tmp/hbwin/include make[3]: «../../../../../lib/win/mingw/libsqlite3.a» è aggiornato. ! Installing

Re: [Harbour] libgpm ?

2010-03-11 Thread marco bra
2010/3/10 Bruno Luciani bruno.luci...@gmail.com when I have installes libgpm-devel in linux UBUNTU Harbour detect it , and generates gttrm with GPM support , but generates a lib named libgpm.a ?? I saw it in any moment , but i don' t see anymore , and have problems compiling programs

Re: [Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread marco bra
2010/3/9 Pritpal Bedi bediprit...@hotmail.com Viktor Szakáts wrote: Yes, I had it after recent 2 or 3 modifications, I had to make a full Harbour rebuild to fix it. Oh, I forget to mention that hbqt+ libs and hbsbp.lib needed to be rebuild. How about GPF at exit ? You are still

Re: [Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread marco bra
On Ubuntu 10.04 32 bits ( development post alpha3 ) hbide another error report on exit... Unrecoverable error 6005: Exception SIGSEGV at address 0x61 Called from HBQTUI:DESTROY(0) in ../../../THbQtUI.prg Called from IDEHARBOURHELP:DESTROY(245) in ideharbourhelp.prg Called from HBIDE:CREATE(537)

Re: [Harbour] hbIDE and Intellisense

2010-03-08 Thread marco bra
Bruno thank for the suggestion. On my GNU Linux Ubuntu computers i usually use vi terminal editor and sometimes gedit with the highlight mode set as c is a good idea to use kate (kate is the kde Desktop Environment default installed editor) to edit qt related sources files on Gnome (my

Re: [Harbour] Re: hbide (Rev. 14053): source code and function list...

2010-03-05 Thread marco bra
and going back to top it doesn't works good the source frame skip to requested function but the function starting code is not at top of source frame page. See the attached image Thank you Marco 2010/3/4 Pritpal Bedi bediprit...@hotmail.com marco bra wrote: Hi Pritpal, i was playing

Re: [Harbour] Still have problems to compile mysql test sample

2010-03-05 Thread marco bra
Bruno try this (tested on Ubuntu 9.10) sudo apt-get update sudo apt-get install libmysqlclient-dev edit the file gedit ~/src/harbour/contrib/hbmysql/hbmysql.hbc Change the row: {unix}libs=mysql to {unix}libs=mysqlclient and retry. Hope this helps. Marco

[Harbour] hbide (Rev. 14053): source code and function list...

2010-03-04 Thread marco bra
Hi Pritpal, i was playing with hbide editor and the function list on a .prg source file When i double click on a function listed on the functions list, the editor wrap to the function code, it wrap to the function starting code but it put it at bottom of the editor page. I suggest to have the

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-28 Thread marco bra
Pritbal with Harbour 2.1.0dev (Rev. 14023) all is working i get error on closing app: Unrecoverable error 6005: Exception SIGSEGV at address 0x61 Called from HBQTUI:DESTROY(0) in ../../../THbQtUI.prg Called from IDEHARBOURHELP:DESTROY(248) in ideharbourhelp.prg Called from XBPWINDOW:DESTROY(0) in

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread marco bra
Pritpal, some little debug as you can see below, i have put: hbide_dbg (cRootPath) and the len of result array hbide_dbg (a_) give me 0 length Changing at row 1588 aDir := directory( cRootPath + *., D ) to aDir := directory( cRootPath , D ) make hbide loading the directory structure and the

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread marco bra
2010/2/26 Pritpal Bedi bediprit...@hotmail.com Viktor Szakáts wrote: Why not simply with *? I never tried only *. To my absent mind it always sounded synonymous to *.*. I will experiment with it today. FYI the * aDir := directory( cRootPath + *, D ) file filter mask work on Linux

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread marco bra
2010/2/27 Pritpal Bedi bediprit...@hotmail.com marco bra wrote: aDir := directory( cRootPath + *, D ) file filter mask work on Linux Ubuntu 9.10. Implemented. BTW to populate the frame with doc contents i MUST restart hbide. Implemented. Can you test after r14005

Re: [Harbour] SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-25 Thread marco bra
2010/2/25 vouch...@users.sourceforge.net Revision: 13985 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13985view=rev Author: vouchcac Date: 2010-02-25 01:12:15 + (Thu, 25 Feb 2010) Log Message: --- 2010-02-24 16:46 UTC-0800 Pritpal Bedi

Re: [Harbour] SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-25 Thread marco bra
2010/2/25 marco bra marcobra.ubu...@gmail.com 2010/2/25 vouch...@users.sourceforge.net Revision: 13985 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13985view=rev Author: vouchcac Date: 2010-02-25 01:12:15 + (Thu, 25 Feb 2010) Log Message: --- 2010

Re: [Harbour] SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-25 Thread marco bra
2010/2/25 Viktor Szakáts harbour...@syenar.hu Hi Marco, On Ubuntu 9.10 32 bits hbide recompiled with hbmk2 hbide.hbp -rebuild deleted the hbide.ini file It's rather impossible that hbmk2 deleted hbide.ini, or any other file, which is not even referred to in the passed commands. (Of

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-25 Thread marco bra
As a very first trying to debug the main variables and i never see the terminal output of: ? -- *xxx + cRootPath is this function called, or might by hbide redirect the standard output ? FUNCTION hbide_fetchSubPaths( aPaths, cRootPath, lSubs ) LOCAL

Re: [Harbour] Re: SF.net SVN: harbour-project:[13964] trunk/harbour

2010-02-23 Thread marco bra
Pritbal ( i use two different Ubuntu 9.10 pc, with Harbour installed on different path, so sometimes you will see danilo and sometimes ubuntu in the path) By the way, it works if i put a relative path to hbide position ../../../harbour/doc or this absolute path /home/ubuntu/src/harbour/doc

Re: [Harbour] Re: SF.net SVN: harbour-project:[13964] trunk/harbour

2010-02-23 Thread marco bra
Also if i set in the path /home/ubuntu/src/harbour ( i can't populated result ) and then if i select the index tab and then i press enter i get: Unrecoverable error 6005: Exception SIGSEGV at address 0x10 Called from QT_QLISTWIDGETITEM_TEXT(0) Called from QLISTWIDGETITEM:TEXT(0) in

Re: [Harbour] SF.net SVN: harbour-project:[13955] trunk/harbour

2010-02-22 Thread marco bra
Version: Harbour 2.1.0dev (Rev. 13954) Compiler: GNU C 4.4.1 (32-bit) Platform: Linux 2.6.31-16-generic i686 I get this runtime error on Hbide pressing the Home icon on Document Viewer Dock Error BASE/1132 Bound error: array access Called from IDEHARBOURHELP:EXECEVENT(409) Called from

Re: [Harbour] SF.net SVN: harbour-project:[13955] trunk/harbour

2010-02-22 Thread marco bra
Same error on Rev. 13955 ... Best regards ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] SF.net SVN: harbour-project:[13957] trunk/harbour

2010-02-22 Thread marco bra
Hbide from rev. 13957 playing with Document Viewer Dock i set as Harbour installation root /home/ubuntu/src/harbour and i live the doc folder prefix empty pressing the green upper row i get this runtime error Unrecoverable error 6005: Exception SIGSEGV at address 0x5d Called from

Re: [Harbour] SF.net SVN: harbour-project:[13952] trunk/harbour

2010-02-22 Thread marco bra
Pritbal please consider. I agree with Renato I hope in something RAD functions/tools in hbide Congratulation. Thank you ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] Re: SF.net SVN: harbour-project:[13957] trunk/harbour

2010-02-22 Thread marco bra
This might be the issue my doc tree is not populated and i can press the buttons i was just trying to populate my doc. What about to disable navigation button if doc is not populated... Also can you please provide some example or tips to help user to populate the doc on Ubuntu. What mean

Re: [Harbour] Re: SF.net SVN: harbour-project:[13957] trunk/harbour

2010-02-22 Thread marco bra
2010/2/22 Pritpal Bedi bediprit...@hotmail.com marco bra wrote: This might be the issue my doc tree is not populated and i can press the buttons i was just trying to populate my doc. What about to disable navigation button if doc is not populated... Also can you please provide

Re: [Harbour] Re: SF.net SVN: harbour-project:[13963] trunk/harbour

2010-02-22 Thread marco bra
Harbour 2.1.0dev (Rev. 13964) compile and install fine. Thank you 2010/2/22 Viktor Szakáts harbour...@syenar.hu marco bra wrote: Rebuilding from a clean state Revision: 13963 make[3]: `../../../../../lib/linux/gcc/libhbqt.a' is up to date. ! Installing hbqt.ch on /usr/include

Re: [Harbour] SF.net SVN: harbour-project:[13964] trunk/harbour

2010-02-22 Thread marco bra
Hbide Ubntu 9.10 32 bits harbour -build Harbour 2.1.0dev (Rev. 13964) Copyright (c) 1999-2010, http://www.harbour-project.org/ Harbour Build Info --- Version: Harbour 2.1.0dev (Rev. 13964) Compiler: GNU C 4.4.1 (32-bit) Platform: Linux 2.6.31-16-generic i686 PCode

Re: [Harbour] SF.net SVN: harbour-project:[13965] trunk/harbour

2010-02-22 Thread marco bra
Selecting Project → Enviroment → Compiler Environments → Path to hbmk2 i get this error ... THbQtUI.prg:0:HBQ_DBG(): HB_TR_ALWAYS verticalLayout {|o,v| o[v]:addLayout(o[ horizontalLayout_4 ])} THbQtUI.prg:0:HBQ_DBG(): HB_TR_ALWAYS tabWidget{|o,v| o[v]:setCurrentIndex(0)}

Re: [Harbour] Re: SF.net SVN: harbour-project:[13964] trunk/harbour

2010-02-22 Thread marco bra
2010/2/23 Pritpal Bedi bediprit...@hotmail.com marco bra wrote: Trying to generate doc from document viewer: a) i set Harbour installation root: /home/danilo/src/harbour b) push on the refresh button (no feed back, no error, no generate doc) c) Playing with navigation buttons (all

Re: [Harbour] Error: Unresolved external '_HB_FUN_CURDRIVE'

2010-02-20 Thread marco bra
Hi, on Ubuntu 9.10 32bit Recompiling Harbour SVN Rev.: 13933 I get make[3]: `../../../../../bin/linux/gcc/hbrun' is up to date. gcc -L../../../../../lib/linux/gcc -L/usr/X11R6/lib -o../../../../../bin/linux/gcc/hbmk2 hbmk2.o -lhbcplr -lhbpp -lhbcommon -lhbextern -lhbdebug -lhbvmmt -lhbrtl

Re: [Harbour] SF.net SVN: harbour-project:[13907] trunk/harbour

2010-02-18 Thread marco bra
Hi, hbide runtime error on close app How i get this error: main menu File → Exit Error BASE/1004 No exported method: OWIDGET Called from OWIDGET(0) Called from IDEFINDINFILES:DESTROY(670) Called from HBIDE:CREATE(469) Called from MAIN(110) - my Harbour detail: harbour -build Harbour

Re: [Harbour-users] Re: Se puede generar desde harbour archivosExceldesde Linux nativo/Can be generated from harbor native Excel files from Linux.

2010-02-18 Thread marco bra
i'm interested too can you send... Thank you ___ Harbour-users mailing list (attachment size limit: 40KB) Harbour-users@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour-users

[Harbour] SVN Rev. 13897 error compiling hbdyn.c

2010-02-17 Thread marco bra
Ubuntu 9.10 32 bits Harbour from SVN Rev: 13897 gcc -I. -I../../../../../include -Wall -W -O3 -DHB_LEGACY_TYPES_OFF -DHB_HAS_PCRE -I/usr/include -DHB_HAS_ZLIB -I/usr/include -ohbdyn.o -c ../../../hbdyn.c ../../../hbdyn.c:778: error: expected ‘)’ before ‘*’ token ../../../hbdyn.c:779: error:

Re: [Harbour] mysql test sample either compile in LINUX

2010-02-16 Thread marco bra
Fixed by Victor http://thread.gmane.org/gmane.comp.lang.harbour.devel/26719 ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] hbmk2 libpq cannot be found linked contrib/hbpgsql/tests

2010-02-15 Thread marco bra
Hi, on 3 pc: 2 with Ubuntu 9.10 and 1 with Ubuntu 10.04 i get same link error... trying to compile contrib/hbpgsql/tests hbmk2 dbf2pg.prg hbmk2: Processing local make script: hbmk.hbm hbmk2: Processing configuration: /usr/bin/hbmk.cfg Harbour 2.1.0dev (Rev. 13880) Copyright (c) 1999-2010,

Re: [Harbour] SF.net SVN: harbour-project:[13776] trunk/harbour

2010-02-05 Thread marco bra
Ubuntu 9.10 hbide from svn. Rev. 13777 If i open the hbide then i try to close pressing the X on the hbide main window the close request come in front of me if i answer No hbide, hide the main window and don't show me anymore its interface but it is still running i must stop it with terminal

Re: [Harbour] mysql test sample either compile in LINUX

2010-02-05 Thread marco bra
Same here on Ubuntu 9.10 32 bits. with harbour -build Harbour 2.1.0dev (Rev. 13777) Copyright (c) 1999-2010, http://www.harbour-project.org/ Harbour Build Info --- Version: Harbour 2.1.0dev (Rev. 13777) Compiler: GNU C 4.4.1 (32-bit) Platform: Linux 2.6.31-16-generic i686

Re: [Harbour] Re: SF.net SVN: harbour-project:[13776] trunk/harbour

2010-02-05 Thread marco bra
Harbour r13779 - hbide Solved...! Thank you ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Debugging c code

2010-02-02 Thread marco bra
To get the support (or to report bug) about your Ubuntu issue please refer to the main https://launchpad.net/ubuntu Ubuntu site, be free to ask any kind of question here: https://answers.launchpad.net/ubuntu Hth ___ Harbour mailing list (attachment

Re: [Harbour] Re: SF.net SVN: harbour-project:[13738] trunk/harbour

2010-01-31 Thread marco bra
Same error on starting hbide with svn. Rev. 13740 Hth ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: SF.net SVN: harbour-project:[13738] trunk/harbour

2010-01-31 Thread marco bra
Can you change line #133 of idedocks.prg as ::oDlg:qtObject := HbQtUI():new( ::resPath + mainWindow.ui ) = ::oDlg:qtObject := HbQtUI():new( ::resPath + mainwindow.ui ) See the difference, W = w. Probably this should fix this issue, tell me. It works, solved... Thank you

Re: [Harbour] Re: hbide startup error...

2010-01-31 Thread marco bra
This solve the issue http://article.gmane.org/gmane.comp.lang.harbour.devel/25952 Hth ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] hbide startup error...

2010-01-29 Thread marco bra
Ubuntu 9.10 32bits hbide - svn rev. 13731 compiled with -rebuild parameter At start of hbide before any hbide graphics appear to me i get a dialog error window that show: Error BASE/1004 No exported method: SETMOUSETRACKING Called from SETMOUSETRACKING(0) Called from

[Harbour] Can be Harbour have tool like Glade working with it...?

2010-01-26 Thread marco bra
Just curious of your answers... I'm looking for some cross platform tool to quickly design user interface and then refine event methods and then compile it with harbour Something similar to this http://glade.gnome.org/ ( Glade + Python ) http://www.linuxjournal.com/article/7421 Can be a hbide

[Harbour] hbide change theme issue

2010-01-24 Thread marco bra
Running hbide on a pc with Ubuntu 9.10 i was playing with themes: but changing default theme, don't change theme. Thank you and best regards. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] OT: is there an Ubuntu expert who can help me?

2010-01-24 Thread marco bra
One of the best place to get answer on Ubuntu is https://answers.edge.launchpad.net/ubuntu Please send a question on that qa site... Thank you ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

[Harbour] SVN Rev. 13667 compile/install error

2010-01-22 Thread marco bra
Ubuntu 9.10 32bit svn: 13667 ! Installing ../../lib/linux/gcc/libhbpgsql.a on /usr/lib/harbour ! Using QT 'moc' executable: /usr/bin/moc (autodetected) make[3]: *** Nessuna regola per creare l'obiettivo «hbqt_hbqplaintextedit.o», necessario a «libhbqt.a». Arresto. make[2]: *** [descend] Errore 2

[Harbour] Testing send mail with Harbour: testmail.prg this is working with Ubuntu 9.10 and local lan mail server

2010-01-19 Thread marco bra
Here testmail.prg for testing the hbtip hb_SendMail function... hope can help some testing user... Thank you -- testmail.prg start - #include common.ch #include simpleio.ch // Compile with command: hbmk2 testmail.prg -lhbtip -rebuild procedure

[Harbour] hbide Rev. 13587 runtime error

2010-01-15 Thread marco bra
Version: Harbour 2.0.1dev (Rev. 13587) Compiler: GNU C 4.4.1 (32-bit) Platform: Linux 2.6.31-16-generic i686 --- hbide editor runtime error: When i select menu: edit → insert → external files at cursor i get a dialog window within the

[Harbour] svn Rev. 13591 compile error

2010-01-15 Thread marco bra
Svn Rev. 13591 compile error thank you gcc -I. -I../../../../../include -Wall -W -O3 -oexproptb.o -c ../../../exproptb.c In file included from ../../../exproptb.c:10: ../../../../../include/hbexprb.c: In function ‘hb_compExprUseIIF’: ../../../../../include/hbexprb.c:985: error:

[Harbour] svn. 13567: svn source compile error

2010-01-13 Thread marco bra
Ubuntu 9.10 32bits error compiling rev. 13567 Thank you an best regards ../../../../../bin/linux/gcc/harbour ../../../treport.prg -i../../../../../include -n1 -q0 -w3 -es2 -kmo -i- -l -gc3 ../../../treport.prg(203) Error E0030 Syntax error syntax error at '(' ../../../treport.prg(233) Warning

Re: [Harbour] SF.net SVN: harbour-project:[13539] trunk/harbour

2010-01-12 Thread marco bra
Ubuntu 9.10 32bits Hbide svn. 13539 What i have done open a simple prg source code try to play with menu i select menu: Build→Compile to PPO Here the dialog error rows: Error BASE/2017 Argument error: AEVAL Called from AEVAL(0) Called from IDEPROJMANAGER:BUILDPROJECT(936) Called from

Re: [Harbour] Sample Project HBIDE

2010-01-10 Thread marco bra
Massimo to get the hbide under heavy development i think the better way is to install harbour using svn under Ubuntu you can try to follow this my little howto page http://www.elart.it/links/harbourhowto_deb.php http://www.elart.it/links/harbourhowto_deb_en.php Then if you want a ready made

Re: [Harbour] SF.net SVN: harbour-project:[13525] trunk/harbour

2010-01-10 Thread marco bra
Be sure to upgrade form svn Rev. 13530 and retry... Hth ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

  1   2   >