Re: [Harbour] Re: HBIDE Linux - launch application

2010-05-16 Thread Barry Jackson
On 16/05/10 20:48, Pritpal Bedi wrote: Barry Jackson wrote: -o/home/baz/hbr/hbhello/hellotest I can't figure out where in project properties this can be applied? Could you be more specific? 1. Open "Project Properties" 2. Click on "Flags" tab 3. Add or

Re: [Harbour] Re: HBIDE Linux - launch application

2010-05-16 Thread Barry Jackson
On 16/05/10 18:35, Pritpal Bedi wrote: Detected exeutable => hellotest Note tyoo "executable" Launch error: file not found - hellotest Can you try after modifying/applying -o switch in .hbp as -o/home/baz/hbr/hbhello/hellotest I can't figure out where in project proper

[Harbour] HBIDE Linux - launch application

2010-05-16 Thread Barry Jackson
Pritpal - I left this alone while you got more into Linux :-) Any progress ? This is the output of a simple hello world:- Project [ hellotest ]Launch [ Yes ]Rebuild [ No ]Started [

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

2010-05-02 Thread Barry Jackson
On 27/04/10 16:27, marco bra wrote: ls -la $(which hbide) I have just seen similar in Mandriva 2010.0 after running:- cd ~/SVN/harbour svn up make cd ~/SVN/harbour/contrib/hbide hbmk2 hbide.hbp hbmk2: Compiling Harbour sources... Harbour 2.1.0dev (Rev. 14322) snip [...@jackodesktop hbid

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

2010-04-14 Thread Barry Jackson
FWIW I would recommend Mandriva Linux 2010.0 1. It is stable. 2. It ships with qt 4.5.x as standard. 3. I have not seen a single gpf while testing hbide in it. 4. It ships with both KDE4 and Gnome D.E.s on one installation DVD.iso 5. Installation is straightforward and the system management contr

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

2010-04-13 Thread Barry Jackson
On 13/04/10 21:00, Przemysław Czerpak wrote: It would be nice if user can choose preferred terminal. As default hbide can use: "xterm -e " as most portable setting and user can change it i.e. to: "konsole -e" or "pterm -e" ... -eis the standard option in most of terminal emulators. Yes I ag

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

2010-04-13 Thread Barry Jackson
OK I have been playing and I now have hbide launching my non-GUI application in konsole in KDE using :- ELSE * qProcess:startDetached_2( cTargetFN ) cRunStr := "konsole --workdir " + oProject:wrkDirectory + " -e " + cTargetFN hb_run( cRunStr ) ENDIF I can close hbi

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

2010-04-13 Thread Barry Jackson
On 13/04/10 12:45, Viktor Szakáts wrote: I don't know, but if someone gives me some hints, it's very easy to implement in hbmk2. It already works for win, darwin and os2. For *nix it's AFAIK desktop dependent, and we should also have a default version which is plain terminal based. Here is my

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

2010-04-13 Thread Barry Jackson
On 13/04/10 11:05, Viktor Szakáts wrote: Of course nobody has to believe me, but probably the most convenient solution is to launch target using 'hbmk2 -hbrun my.hbp' (for standalone launch) or additional '-run' option (for build and launch operation). This way there is no need to detect target

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

2010-04-13 Thread Barry Jackson
On 13/04/10 09:30, Przemysław Czerpak wrote: On Tue, 13 Apr 2010, Pritpal Bedi wrote: I need a functionality where new process executes normally at its own and control is returned back to caller. How this can be achieved with hb_processRun() ? You have to read my message once again. I gave y

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

2010-04-12 Thread Barry Jackson
On 12/04/10 23:48, Pritpal Bedi wrote: experiment with qProcess:startDetached_2( cTargetFN ) Play with METHOD IdeProjManager:launchProject( cProject, cExe ) and let us know what parameters are passed and in what way. May be we need to initiate a shell command to execute the executable. I

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

2010-04-12 Thread Barry Jackson
On 11/04/10 20:52, Barry Jackson wrote: On 11/04/10 20:14, Pritpal Bedi wrote: Pritpal Bedi wrote: It should launch theoretically. But let us examine how I am initiating the launch. My ash project does not run now - I suspect a change in Harbour in the last few days has broken it as it

Re: [Harbour] hbIde error saving new project

2010-04-12 Thread Barry Jackson
On 12/04/10 19:20, José Luis Capel wrote: Hi, On my ubuntu 10.04 box I compiled and run successfully hbide (from svn of today). I have a problem when creating a new project: when clicking on "Save" I get this error: Error BASE/1132 Bound error: array access http://n2.nabble.com/HBIDE-Proje

Re: [Harbour] Re: HBIDE problem / redundancy

2010-04-11 Thread Barry Jackson
On 11/04/10 20:51, Pritpal Bedi wrote: Let us re-introduce it. Can you test after changing line 1236 cExeHbMk2 := "hbmk2" /* Needs that path is already set before calling hbmk2 */ => cExeHbMk2 := ::oProject:cPathMk2 + "hbmk2" - enjoy hbIDEing... Pritpal Bed

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

2010-04-11 Thread Barry Jackson
On 11/04/10 21:08, Pritpal Bedi wrote: First, do not mix two issues in one thread, open another. Sorry Can you guard idehome.prg#368 aadd( aHtm, '' + dtoc( dir_[ 1,3 ] ) + " " + dir_[ 1,4 ] ) with if ! empty( dir_ ) aadd( aHtm, '' + dtoc( dir_[ 1,3 ] ) + "

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

2010-04-11 Thread Barry Jackson
On 11/04/10 20:14, Pritpal Bedi wrote: Pritpal Bedi wrote: It should launch theoretically. But let us examine how I am initiating the launch. #if 1 qProcess := QProcess():new() qProcess:setWorkingDirectory( hbide_pathToOSPath( oProject:wrkDirectory ) ) IF !empty(

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

2010-04-11 Thread Barry Jackson
On 11/04/10 17:07, Viktor Szakáts wrote: Usage: /bin/bash [GNU long option] [option] ... /bin/bash [GNU long option] [option] script-file ... GNU long options: --debug Can you change cC := iif( hbide_getOS() == "nix", "-c ", "/C " ) to cC := iif( hbide_getOS() == "nix", "

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

2010-04-11 Thread Barry Jackson
On 09/04/10 17:43, Barry Jackson wrote: On 09/04/10 16:26, Pritpal Bedi wrote: IF hbide_getOS() == "nix" cArg := iif( empty( ::cBatch ), cC, cC + '".' + ::cBatch + "&& " ) cArg += cExeHbMk2 + " " + cHbpPath + cCmdParams + '"'

Re: [Harbour] Installation of hbide

2010-04-11 Thread Barry Jackson
On 11/04/10 12:10, Andriy K wrote: 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 exist. Then I

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

2010-04-09 Thread Barry Jackson
On 09/04/10 16:26, Pritpal Bedi wrote: IF hbide_getOS() == "nix" cArg := iif( empty( ::cBatch ), cC, cC + '".' + ::cBatch + "&& " ) cArg += cExeHbMk2 + " " + cHbpPath + cCmdParams + '"' ELSE *cArgs := '-c ". ' + /home/baz/tmp/ahrl8i.sh&& hbmk2 /home/

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

2010-04-09 Thread Barry Jackson
On 09/04/10 16:26, Pritpal Bedi wrote: You are constructing wrongly. Very likely :-) I will study the differences later, but just for now :- Project [ ash ]Launch [ No ]Rebuild [ No ]

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

2010-04-09 Thread Barry Jackson
On 09/04/10 11:35, Przemysław Czerpak wrote: On Fri, 09 Apr 2010, Przemysław Czerpak wrote: Hi, it should look. Your comment above suggests that it should be enough to make: cCmd := '/bin/sh' cArgs := '-c ". /home/baz/tmp/ahrl8i.sh&& hbmk2 /home/baz/hash/ash.hbp"' cArgs += ' -q -t

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

2010-04-09 Thread Barry Jackson
On 09/04/10 10:08, Pritpal Bedi wrote: No hope for me then :-( Don't be disheartened. We will succeed one day. OK I made some progress - lots more tests after hacking IdeProjManager:buildProject I made a script:- /home/baz/hash/test_hb.sh and hard coded cArg to be "test_hb.sh" and remov

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

2010-04-09 Thread Barry Jackson
On 08/04/10 23:58, Pritpal Bedi wrote: Barry Jackson wrote: /bin/bash: is sent by Qt and I do not know what it is. That is similar format to bash error message format e.g. [...@jackodesktop ~]$ qwertyuiop bash: qwertyuiop: command not found [...@jackodesktop ~]$ sh is normally a

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

2010-04-08 Thread Barry Jackson
On 08/04/10 21:54, Pritpal Bedi wrote: The is important: /bin/bash: /home/baz/tmp/h2zifo.sh&& hbmk2 /home/baz/hash/ash.hbp -q -trace -info -lang=en : No such file or directory This output is sent by QProcess:read() method when an error is generated. /bin/bash: is sent by Qt and I do no

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

2010-04-08 Thread Barry Jackson
On 08/04/10 20:16, Pritpal Bedi wrote: Can you dump the "Output Console" log showing above lines ? Yes - no problem, now however I think I am seeing the actual command line below the "script exists" line. Just to be sure there was nothing odd going on in my set-up I have since started with

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

2010-04-08 Thread Barry Jackson
On 08/04/10 16:27, Pritpal Bedi wrote: Please add path to Harbour bin as the last line ( in hbide.env ) {content} export PATH=$PATH:/home/baz/SVN/harbour/ It appears script is not "executed" at all. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ I just test

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

2010-04-08 Thread Barry Jackson
On 08/04/10 16:27, Pritpal Bedi wrote: Barry Jackson wrote: I paused hbide just after it wrote (and closed) the temp script. I found the script and ran it after displaying PATH and looking at the script:- [...@jackodesktop tmp]$ echo $PATH /usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr

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

2010-04-08 Thread Barry Jackson
On 08/04/10 13:49, marco bra wrote: Please read http://www.troubleshooters.com/linux/prepostpath.htm try: source 7aqf54.sh to get the PATH exported var changed not only into that script Hth, best regards Marco Thanks Marco - interesting read, that is the reason my test failed. Alex - Mayb

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

2010-04-08 Thread Barry Jackson
On 08/04/10 12:40, Viktor Szakáts wrote: Ops, I think I've been there. The problem is with parallel execution of script and HBIDE. HBIDE will call external process, but continue to run, so it will instantly delete the script, so the script will not run. I remember fixing this once. Try removing

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

2010-04-08 Thread Barry Jackson
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 (and closed) the temp script. I found the script

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

2010-04-08 Thread Barry Jackson
On 08/04/10 09:32, Pritpal Bedi wrote: Barry Jackson wrote: "DUMMY" is selectable and appears on status bar Yes, selectable, but do not select. Select GCC. OK With [DUMMY] entry in compiler env. and GCC selected it does now make temp script which is correct. (Remove the du

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

2010-04-08 Thread Barry Jackson
On 08/04/10 01:41, Pritpal Bedi wrote: And show me the log. "DUMMY" is selectable and appears on status bar I assume that by "log" you are referring to the console output:- Project [ ash ]

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

2010-04-07 Thread Barry Jackson
On 08/04/10 00:41, Pritpal Bedi wrote: Barry Jackson wrote: The code in this IF conditional (in METHOD IdeEnvironments:prepareBatch( cEnvName ) ) is being skipped. "GCC" *is* being passed to the METHOD. IF ( n := ascan( ::aEnvrns, {|e_| e_[ 1 ] == cEnvName } ) )> 0

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

2010-04-07 Thread Barry Jackson
On 07/04/10 23:23, Pritpal Bedi wrote: And this is what Ia m trying to figure-out, WHY ? Why it is blank. The code in this IF conditional (in METHOD IdeEnvironments:prepareBatch( cEnvName ) ) is being skipped. "GCC" *is* being passed to the METHOD. IF ( n := ascan( ::aEnvrns, {|e_| e_[ 1 ]

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

2010-04-07 Thread Barry Jackson
On 07/04/10 23:27, Pritpal Bedi wrote: BTW did you changed the .env as [GCC] {hb_comp} gcc {content} export HB_COMPILER=gcc {content} export PATH=$PATH:/home/baz/SVN/harbour/bin/linux/gcc {content} export PATH=$PATH:/home/baz/SVN/harbour/lib/linux/gcc {content} export PATH=$PATH:/home/b

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

2010-04-07 Thread Barry Jackson
On 07/04/10 23:09, Barry Jackson wrote: Function does not exist - file stops at line 2067 ! OK found it - line 1218 :-) Barry ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org

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

2010-04-07 Thread Barry Jackson
On 07/04/10 22:11, Pritpal Bedi wrote: To debug more: ::cBatch := ::oEV:prepareBatch( ::cWrkEnvironment ) 1. Check what is the value of ::cWrkEnvironment GCC 2. Check what is the value of ::cBatch ( a temporary file name ) Blank line about 30-40 characters long. 3. Explore what is wrong w

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

2010-04-07 Thread Barry Jackson
On 07/04/10 17:50, Pritpal Bedi wrote: Can you try this: [ COMMON ] PLATFORM = linux COMPILER = gcc [ GCC ] {hb_comp} gcc export HB_COMPILER=gcc export PATH=$PATH:/home/baz/SVN/harbour/bin/linux/gcc export PATH=$PATH:/home/baz/SVN/harbour/lib/linux/gcc export PATH=$PATH:/h

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

2010-04-07 Thread Barry Jackson
On 07/04/10 15:28, Pritpal Bedi wrote: Barry Jackson wrote: Path to hbmk2 /home/baz/SVN/harbour/bin/linux/gcc Path to hbide.env /home/baz/hbr The main window is empty. The main window is empty. It should not. It was full but everything in there was Windows related so I assumed I

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

2010-04-07 Thread Barry Jackson
On 07/04/10 10:44, Barry Jackson wrote: On 07/04/10 01:51, vouch...@users.sourceforge.net wrote: Revision: 14277 hbide crashes on launch after this update http://i115.photobucket.com/albums/n287/barjac_2006/hbide6.png Rgds, Barry After clean checkout of hbide and rebuild it now runs OK

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

2010-04-07 Thread Barry Jackson
On 07/04/10 01:51, vouch...@users.sourceforge.net wrote: Revision: 14277 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14277&view=rev Author: vouchcac Date: 2010-04-07 00:51:15 + (Wed, 07 Apr 2010) Log Message: --- 2010-04-06 17:40 UTC-0800 Pritpal

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

2010-04-07 Thread Barry Jackson
On 07/04/10 00:20, Pritpal Bedi wrote: Have you set the environment via right-toolbar icon? I reduced that to:- Path to hbmk2 /home/baz/SVN/harbour/bin/linux/gcc Path to hbide.env /home/baz/hbr The main window is empty. I was launching hbide from a desktop icon with no start folder set,

[Harbour] HBIDE Tab focus

2010-04-06 Thread Barry Jackson
When opening a new tab using the right side tool bar, a newly opened tab does not acquire focus, but opens under any previously open tab. This is a bit annoying. :-( Rgds, Barry ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-pro

[Harbour] HBIDE Project build start folder problem

2010-04-06 Thread Barry Jackson
I am now trying to actually use hbide to build a project. When invoked from the hbide GUI it fails to build:- Project [ ash ]Launch [ Yes ]Rebuild [ Yes ]Started [ 22:43:44 ] -

Re: [Harbour] mpkg_rpm.sh broken in current SVN

2010-04-04 Thread Barry Jackson
On 03/04/10 17:13, Viktor Szakáts wrote: It will install Harbour binaries into the source tree. Add 'bin' dir to the PATH or just call hbmk2 directly and you're done. Brgds, Viktor Thank-you, thank-you - I thought there had to be a better way! It's much easier and faster. :-) Rgds, Barry

Re: [Harbour] Re: HBIDE default *.exe invalid for Linux

2010-04-04 Thread Barry Jackson
On 04/04/10 22:28, Barry Jackson wrote: On 04/04/10 15:15, Pritpal Bedi wrote: Barry Jackson wrote: In the "compiler environments" dialog, the path to hbmk2 file browser defaults to *.exe which is invalid in Linux. An attempt to enter *.* in the file name box causes a RTE.

Re: [Harbour] Re: HBIDE default *.exe invalid for Linux

2010-04-04 Thread Barry Jackson
On 04/04/10 15:15, Pritpal Bedi wrote: Barry Jackson wrote: In the "compiler environments" dialog, the path to hbmk2 file browser defaults to *.exe which is invalid in Linux. An attempt to enter *.* in the file name box causes a RTE. Should be fixed after r14267. Thanks for the

[Harbour] HBIDE default *.exe invalid for Linux

2010-04-04 Thread Barry Jackson
In the "compiler environments" dialog, the path to hbmk2 file browser defaults to *.exe which is invalid in Linux. An attempt to enter *.* in the file name box causes a RTE. http://i115.photobucket.com/albums/n287/barjac_2006/hbide4.png Rgds, Barry ___

Re: [Harbour] Re: [Pritpal] HBIDE editor tabs illegible

2010-04-03 Thread Barry Jackson
On 03/04/10 14:26, Pritpal Bedi wrote: Barry Jackson wrote: However the edit window tab labels are still the same in Linux. Try to change *px values and do some experiments. And please report back what values are right for linux. OK it's sorted. The problem was the KDE styl

Re: [Harbour] Re: [Pritpal] HBIDE editor tabs illegible

2010-04-03 Thread Barry Jackson
On 25/02/10 23:45, Pritpal Bedi wrote: Barry Jackson wrote: One other point. Double clicking functions in the function pane finds the function, but it places the first line of the function at the bottom of the edit window, so always has to be scrolled up. :-( This depends on the current

Re: [Harbour] mpkg_rpm.sh broken in current SVN

2010-04-01 Thread Barry Jackson
On 01/04/10 12:34, Viktor Szakáts wrote: Hi, Use 'export HB_INSTALL_PREFIX={hb_top}' to avoid the whole burden of installer creation and installation. Brgds, Viktor Thanks Viktor, I found the revision that breaks it. 14221. > Use 'export HB_INSTALL_PREFIX={hb_top}' Sorry but I will need a

[Harbour] mpkg_rpm.sh broken in current SVN

2010-04-01 Thread Barry Jackson
I checked out rev.14200 and it builds and creates all rpms OK. rev.14262 fails with :- RPM build errors: File not found: /home/baz/rpm/BUILDROOT/harbour-2.1.0-devmdv20100.i386/usr/lib/harbour/libsddsqlt3.a Any help please as I would like to look at the current build of hbide. In the meantim

Re: [Harbour] rpm build fail - current SVN

2010-03-30 Thread Barry Jackson
On 30/03/10 17:57, Barry Jackson wrote: RPM build errors: File not found: /home/baz/rpm/BUILDROOT/harbour-2.1.0-devmdv20100.i386/usr/lib/harbour/libsddsqlt3.a [...@localhost harbour]$ Any ideas? Thanks, Barry ___ Harbour mailing list (attachment size

[Harbour] rpm build fail - current SVN

2010-03-30 Thread Barry Jackson
RPM build errors: File not found: /home/baz/rpm/BUILDROOT/harbour-2.1.0-devmdv20100.i386/usr/lib/harbour/libsddsqlt3.a [...@localhost harbour]$ Any ideas? Thanks, Barry ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project

Re: [Harbour] Re: Anyone using hbqt ?

2010-02-26 Thread Barry Jackson
On 26/02/10 06:45, Przemysław Czerpak wrote: On Thu, 25 Feb 2010, Barry Jackson wrote: Hi, Right now implementing NG format oriented hbQT's help. Anyone found an NG reader (that works) for Linux? I'm using Expert Guide from Dave Person. best regards, Przemek Thanks Przemek - I

Re: [Harbour] Re: Anyone using hbqt ?

2010-02-25 Thread Barry Jackson
On 25/02/10 23:41, Pritpal Bedi wrote: Right now implementing NG format oriented hbQT's help. Anyone found an NG reader (that works) for Linux? ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-pro

Re: [Harbour] Re: [Pritpal] HBIDE editor tabs illegible

2010-02-25 Thread Barry Jackson
On 25/02/10 23:14, Barry Jackson wrote: The otherway around is there. Follow right-click on "Projects" node. OK found it! The projects panel was appearing UNDER the functions panel, so I saw no change! I will keep playing. One other point. Double clicking functions in the fun

Re: [Harbour] Re: [Pritpal] HBIDE editor tabs illegible

2010-02-25 Thread Barry Jackson
On 25/02/10 16:33, Pritpal Bedi wrote: Barry Jackson wrote: I can find no way to open multiple .prg files. It is there. When fole-open dialog is presented, select multiple files with ctrl+click, and then presee open. No - it's not working here. With CTRL held down, clicking a file

[Harbour] xhgtk - undefined reference to `hb_gcAlloc'

2010-02-25 Thread Barry Jackson
[...@jackodesktop classes]$ hbmk2 about.prg -lxhgtk hbmk2: Processing configuration: /usr/bin/hbmk.cfg Harbour 2.1.0dev (Rev. 13988) Copyright (c) 1999-2010, http://www.harbour-project.org/ Compiling 'about.prg'... Lines 5186, Functions/Procedures 2 Generating C source output to 'about.c'... Done.

Re: [Harbour] Re: Anyone using hbqt ?

2010-02-25 Thread Barry Jackson
On 25/02/10 16:18, Pritpal Bedi wrote: I understand the question. hbIDE is a powerful application demonstration ( if we take it in this context ) which exposes many-many constructs of Qt. Certainly, but for the beginner ( or old Clipper person like me ) that's too big a step. What else yo

[Harbour] [Pritpal] HBIDE editor tabs illegible

2010-02-25 Thread Barry Jackson
In Mandriva Linux 2010.0 I am seeing this:- http://i115.photobucket.com/albums/n287/barjac_2006/hbide1.png The tab titles are not readable. Also there is no response to File->new->project. I can find no way to open multiple .prg files. Like - navigate to a folder and open *.prg and then save as a

[Harbour] harbour-static missing from rpm build ?

2010-02-24 Thread Barry Jackson
I just built rpms from current SVN with make_rpm.sh and harbour-static is not created. I have:- harbour-2.1.0-devmdv20100 harbour-cairo-2.1.0-devmdv20100 harbour-contrib-2.1.0-devmdv20100 harbour-curl-2.1.0-devmdv20100 harbour-debug-2.1.0-devmdv20100 harbour-firebird-2.1.0-devmdv20100 harbour-gd

Re: [Harbour] Append From SDF|DELIMITED problem

2010-01-30 Thread Barry Jackson
On 30/01/10 14:23, Vitomir Cvitanovic wrote: Hi, Recently I have found the problem trying to import some SDF/Delimited files. My program is working compiled with Clipper, but not working compiled with Harbour... Environment: Harbour rev. 13584 Local computer: WinXP SP2 / SP3 (Problematic File): c

Re: [Harbour] decimal number in achoice causes error

2010-01-27 Thread Barry Jackson
On 27/01/10 18:54, AbeB wrote: proc main mary := {; "11" ,; "22" ,; "33" ,; "44" ,; "55" ,; "66" ,; "77" ,; "88" ,; "99" ,; "aa" ,; "bb" ,; "cc" ,; } //scroll down all the way& up all the way ACHOI

Re: [Harbour] Mary Christmas

2009-12-25 Thread Barry Jackson
On 24/12/09 14:47, Przemysław Czerpak wrote: Hi All, I would like to wish all of you Mary Christmas !!! best regards, Przemek Thank you to you and all the developers for a wonderful new Harbour 2.0. Merry Christmas and a Happy New Year to one and all! Barry. ___

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-12-10 Thread Barry Jackson
On 09/11/09 23:00, Viktor Szakáts wrote: Hi Teo, Please think about this, and try to find a way you can help, after all, you got an excellent, stable, robust, feature-rich and industrial level product *for free*, which can help to even create profit (cash), save time (which is also money). In s

Re: [Harbour] User forum broken - redirect loop

2009-11-16 Thread Barry Jackson
On 16/11/09 19:41, Viktor Szakáts wrote: Hi Barry, Here, it works as expected (with your login) up to the point I try to submit a post, where this happens: 'Safari can’t open the page. Too many redirects occurred trying to open “https://sourceforge.net/apps/phpbb/harbour-project/posting.php?m

Re: [Harbour] Testing Linux

2009-11-14 Thread Barry Jackson
On 13/11/09 15:03, Mario H. Sabado wrote: Hi Guy, Message: 9 Date: Fri, 13 Nov 2009 08:06:07 +0100 From: Guy Roussin Subject: Re: [Harbour] Testing Linux To: "Harbour Project Main Developer List." Message-ID:<4afd055f.40...@teledetection.fr> Content-Type: text/plain; charset=ISO-8859-1

Re: [Harbour] User forum broken - redirect loop

2009-11-11 Thread Barry Jackson
On 11/11/09 14:28, Viktor Szakáts wrote: You have to use https to be able to login. Brgds, Viktor Yes - logging in to :- https://sourceforge.net/apps/phpbb/harbour-project/index.php is no problem. The page header welcomes me by name and there is a log out button. The forum is there but I have

Re: [Harbour] User forum broken - redirect loop

2009-11-11 Thread Barry Jackson
On 10/11/09 18:39, Viktor Szakáts wrote: Thank you very much. Brgds, Viktor On 2009 Nov 10, at 19:34, Barry Jackson wrote: On 10/11/09 13:33, Viktor Szakáts wrote: Hi Barry, Pls report such problems on sf.net support channels. Brgds, Viktor https://sourceforge.net/apps/trac/sourceforge

Re: [Harbour] Starting in the use of Harbor with Ubuntu

2009-11-11 Thread Barry Jackson
On 11/11/09 00:44, Bruno Luciani wrote: 2009/11/10 Guillermo Varona Silupú mailto:gvar...@ec-red.com>> [SPA] Iniciandome en el uso de Harbour con Ubuntu Hola, estoy iniciandome en el uso de Harbour bajo Ubuntu y solicito su amable atención a las siguientes preguntas: 1. Qué

Re: [Harbour] Making lib with hbmk2

2009-11-11 Thread Barry Jackson
On 09/11/09 23:37, Barry Jackson wrote: This used to work a few months back:- $ hbmk2 @barry -hblib -obarry Now it compiles all the .prg files in barry.hbm to .c and stops with no lib created. Has the syntax changed? I have not been following the list very closely recently. [...@jackodesktop

Re: [Harbour] User forum broken - redirect loop

2009-11-10 Thread Barry Jackson
On 10/11/09 13:33, Viktor Szakáts wrote: Hi Barry, Pls report such problems on sf.net support channels. Brgds, Viktor https://sourceforge.net/apps/trac/sourceforge/ticket/6402 ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbou

[Harbour] User forum broken - redirect loop

2009-11-10 Thread Barry Jackson
I have cookies enabled and have tried from different systems/browsers. Hit reply button and. -- Redirect Loop Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked. The browser has stopped trying to

[Harbour] Making lib with hbmk2

2009-11-09 Thread Barry Jackson
This used to work a few months back:- $ hbmk2 @barry -hblib -obarry Now it compiles all the .prg files in barry.hbm to .c and stops with no lib created. Has the syntax changed? I have not been following the list very closely recently. [...@jackodesktop lib]$ hbmk2 @barry -hblib -obarry hbmk2:

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

2009-11-09 Thread Barry Jackson
You haven't installed harbour-static-*.rpm. best regards, Przemek True. - Sorry (it was off the screen in the package manager and I missed it) All working OK now. Thanks again for your help. Cheers, Barry ___ Harbour mailing list Harbour@harbour-pro

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

2009-11-09 Thread Barry Jackson
On 09/11/09 16:52, Teo Fonrouge wrote: On Nov 9, 2009, at 10:33 AM, dru...@users.sourceforge.net wrote: Revision: 12840 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12840&view=rev Author: druzus Date: 2009-11-09 16:33:44 + (Mon, 09 Nov 2009) Log Message: --- 20

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Barry Jackson
On 09/11/09 15:48, Alex Strickland wrote: Viktor Szakáts wrote: So to sum up technical problems, the only one which I believe is reasoned is the speed of our sf.net forum compared to others. I think that slow performance alone isn't a reason to chose other forums, It's not j

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Barry Jackson
Barry, Please try again (rebuild your Harbour rpms) with SVN after this entry: 2009-11-09 17:33 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) best regards, Teo Teo - I have had a reply on the forum from Przemek. I will clean out everything, update SVN and re-build from scratch. Than

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Barry Jackson
On 09/11/09 15:22, Teo Fonrouge wrote: On Nov 9, 2009, at 9:16 AM, Barry Jackson wrote: On 09/11/09 14:49, Massimo Belgrano wrote: if Your search an active harbour group:i suggest visit at http://www.hmgforum.com/viewforum.php?f=7 <http://www.hmgforum.com/viewforum.php?f=7> is presen

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Barry Jackson
On 09/11/09 14:49, Massimo Belgrano wrote: if Your search an active harbour group:i suggest visit at http://www.hmgforum.com/viewforum.php?f=7 is present also Wiki for harbour at http://www. hmgforum

Re: [Harbour] Re: DbSeek() Problem with latest SVN

2009-11-09 Thread Barry Jackson
On 09/11/09 06:40, Mario H. Sabado wrote: Hi Przemek, Mario H. Sabado wrote: Hi Przemek, I had encountered problem with the latest SVN with DbSeek(). It always return .F. in my case after reindexing and re-creating index. I'm using DBFNTX and BCC62 under WinXP SP3. Thanks for any advise. Best

Re: [Harbour] Error compilin demoqt in linux

2009-06-29 Thread Barry Jackson
Viktor Szakáts wrote: Again no idea. I doubt this is a hbmk2 problem, since simple hello program works as expected. Brgds, Viktor It builds and runs OK here in Mandriva Linux 2009.1 after commenting two lines in the pragma section:- /*---

Re: [Harbour] Install paths in Linux

2009-06-16 Thread Barry Jackson
Davor Siklic wrote: Barry Jackson napsal(a): If Harbour is built from SVN using make_gnu.sh and make_gnu.sh install, the install defaults to /usr/local/bin /usr/local/lib/harbour and /usr/local/include/harbour. If rpms are made using mpkg_rpm.sh then the resulting rpms install Harbour in /usr

[Harbour] Install paths in Linux

2009-06-16 Thread Barry Jackson
If Harbour is built from SVN using make_gnu.sh and make_gnu.sh install, the install defaults to /usr/local/bin /usr/local/lib/harbour and /usr/local/include/harbour. If rpms are made using mpkg_rpm.sh then the resulting rpms install Harbour in /usr/bin /usr/lib/harbour and usr/include/harbour.

Re: [Harbour] Harbour forum tryout

2009-06-15 Thread Barry Jackson
Bruno Luciani wrote: Viktor , I just try to upload a 5.73 kb and 50x62 pixel image and don' t work , the error is that the image have 0 pixel x 0 pixel size ?? Bruno Try .jpg/.jpeg I had that problem when I used .png Rgds, Barry ___ Harbour mailing

Re: [Harbour] Harbour forum tryout

2009-06-14 Thread Barry Jackson
Viktor Szaka'ts wrote: On 2009.06.14., at 22:59, Barry Jackson wrote: Having placed a topic on the forum and tested it I would like to make a few suggestions. 1. Please enable email "topic reply notifications" as this is one of the main advantages of a forum. These can be enab

Re: [Harbour] Harbour forum tryout

2009-06-14 Thread Barry Jackson
Having placed a topic on the forum and tested it I would like to make a few suggestions. 1. Please enable email "topic reply notifications" as this is one of the main advantages of a forum. These can be enabled/disabled on a per user basis so I can think of no reason for not doing this. 2. Since

Re: [Harbour] Harbour forum tryout

2009-06-13 Thread Barry Jackson
Francesco Saverio Giudice wrote: Hi Vailton, Il 12/06/2009 19.56, Vailton Renato ha scritto: Here at home the sf.net works correctly. Adjust some details in the forum and I want to comment on the sections created because even if we change the URI can build a structure similar to that found toda

Re: [Harbour] Harbour forum tryout

2009-06-12 Thread Barry Jackson
Viktor Szakáts wrote: There has been a Harbour Developers forum created on the Forums. I'm not sure this is a very good idea, as it will split development flow and information between this list and the forum. So, for developers it can mean double effort to track what's happening and potentially

Re: [Harbour] Harbour forum tryout

2009-06-10 Thread Barry Jackson
Viktor Szakáts wrote: Here we have this one: http://apps.sourceforge.net/phpbb/harbour-project/ It will get a new URL pretty soon, so it will look lighter: http://sourceforge.net/phpbb/harbour-project/ Vailton and possibly others interested in forum, could you take a look at it if it fits our n

[Harbour] RPM build error

2009-06-10 Thread Barry Jackson
After SVN update today to rev.11296 Using mpkg_rpm.sh I get one error:- RPM build errors: File not found: /home/baz/RPM/BUILDROOT/harbour-2.0.0-beta1mdv20091.i386/usr/lib/harbour/libhbmsql.a Rgds, Barry ___ Harbour mailing list Harbour@harbour-pr

Re: [Harbour] Problem linking. /usr/bin/ld: cannot find....

2009-05-23 Thread Barry Jackson
Barry Jackson wrote: I wonder if anyone can help me. This compiles and links OK in an older installation of Mandriva Linux and Harbour which is set up the same AFAIK. I have other applications building OK in this new installation with both hbmk and hbmk2, however I cannot link this one which

[Harbour] Problem linking. /usr/bin/ld: cannot find....

2009-05-23 Thread Barry Jackson
I wonder if anyone can help me. This compiles and links OK in an older installation of Mandriva Linux and Harbour which is set up the same AFAIK. I have other applications building OK in this new installation with both hbmk and hbmk2, however I cannot link this one which has an external C librar

Re: [Harbour] rpm builds fail

2009-05-20 Thread Barry Jackson
Przemyslaw Czerpak wrote: Yes. You haven't installed rpmbuild in your system. best regards, Przemek Thanks! - sorry abt direct mail - I hit reply! Regards, Barry ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/m

[Harbour] rpm builds fail

2009-05-20 Thread Barry Jackson
[...@jackodesktop harbour]$ ./mpkg_rpm_from_svn.sh Checked out revision 11090. --without: unknown option [...@jackodesktop harbour]$ [...@jackodesktop harbour]$ ./mpkg_rpm.sh --without: unknown option [...@jackodesktop harbour]$ Any ideas? ___ Harbou

Re: [Harbour] How can create a library with hbmk2?

2009-05-19 Thread Barry Jackson
Guillermo Varona Silupú wrote: Massimo Belgrano escribió: hbmk2 myprg.PRG myprg2.PRG -hblib -omylib.lib Thank you Massimo, I have just discovered in a previous post of yours and it works fine. Best Regards GVS ___ Harbour mailing list Harbour@harbo

Re: [Harbour] Harbour nomination for sf.net best project/best dev tool

2009-05-18 Thread Barry Jackson
Anyone else getting this after responding to the confirmation email? Error Could not find nomination with that confirmation hash, or nominations are already confirmed. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.

Re: [Harbour] Downloading from SVN

2009-03-31 Thread Barry Jackson
Assuming that you are in Linux, make sure that you have subversion installed, then make a folder /SVN and from within it in a terminal :- u...@localhost SVN]$ svn co https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour Rgds Barry Kleyber wrote: Kleyber wrote:

  1   2   >