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/games:/usr/lib/qt4/bin:/home/baz/Scripts:/home/baz/bin:/home/baz/SVN/harbour/bin/linux/gcc:/home/baz/SVN/harbour/lib/linux/gcc:/home/baz/SVN/harbour/include
> 
If you will pause hbIDE, probably Qt might have stopped executing
the child process as well, no ? If yes, then try not to pause it here
but just comment out FERASE() and you will be able to view the contents.

To view environment setting, try to dump the path into output console
after process is started or just before "finished" is called.



> 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:/home/baz/SVN/harbour/include
> export PATH=$PATH:/usr/bin/gcc:/usr/lib/gcc
> 

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/
-- 
View this message in context: 
http://n2.nabble.com/HBIDE-Project-build-start-folder-problem-tp4861627p4871821.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to