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 fresh new SVN and re-built harbour. I have also read a lot of Viktor's messages about paths and env vars etc. and removed all but the path to harbour and qt4 in my main environment.
I have not used install, just make.

I have just been playing with :-
      cC   := iif( hbide_getOS() == "nix", "", "/C " )
and tried with :-
      cC   := iif( hbide_getOS() == "nix", "sh ", "/C " )
and :-
      cC   := iif( hbide_getOS() == "nix", ".", "/C " )

Sadly none work and all produce the same file not found error. I would have expected the "sh " to have solved this.

You are right - the script is not being run.
I added the line:-

{content} echo "this ran" > /home/baz/hash/ash_hbide.txt

to the script and the file has not appeared.

Output :-

----------------------------------------------------------------------------------------------------
Project [ ash ]    Launch [ No ]    Rebuild [ No ]    Started [ 21:01:35 ]
----------------------------------------------------------------------------------------------------

/home/baz/tmp/h2zifo.sh : Exists
/home/baz/tmp/h2zifo.sh && hbmk2 /home/baz/hash/ash.hbp -q -trace -info -lang=en
----------------------------------------------------------------------------------------------------
Starting in: home/baz/hash : /home/baz/hash/
/bin/bash: /home/baz/tmp/h2zifo.sh && hbmk2 /home/baz/hash/ash.hbp -q -trace -info -lang=en : No such file or directory

----------------------------------------------------------------------------------------------------
Exit Code [ 127 ] Exit Status [ 0 ] Finished at [ 21:01:35 ] Done in [ 0.12 Secs ]
----------------------------------------------------------------------------------------------------

Not sure why, but no matter how I cut and paste the above, the text wraps but the ------ lines do not. Nothing is wrapped in the hbide window.

Current hbide.env:-
      [ COMMON ]
PLATFORM  =  linux
COMPILER  =  gcc

      [GCC]
{hb_comp} gcc
{content} export PATH=$PATH:/home/baz/SVN/harbour/bin/linux/gcc
{content} echo "this ran" > /home/baz/hash/ash_hbide.txt

      [ DUMMY ]
{hb_comp} gcc
{content} export HB_COMPILER=gcc

Rgds,
Barry
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to