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

No, this point just constructs a string to tell shell command the 
behavior of command line execution. For Windows it is "/C "
means execute and terminate.



> 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 ]
> ----------------------------------------------------------------------------------------------------
> 

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 not know what it is.

Can you check the value of        <cCmd> ?

-----
     enjoy hbIDEing...
        Pritpal Bedi 
http://hbide.vouch.info/
-- 
View this message in context: 
http://n2.nabble.com/HBIDE-Project-build-start-folder-problem-tp4861627p4873826.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