Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - 4.7 and path: (11 Items)
   
4.7 and path  
I`m trying to change the path used by the IDE by editing the file c:\eclipse\qde.ini, but it doesn`t seems to have any 
effect.

I added c:\ch to the path but it`s nowhere to be found:

c:\ch;%QNX_HOST%\usr\bin;%path%;

What have I missed.

Re: 4.7 and path  
It may not use this variable. Try to change environment variable.

Mario Charest wrote:
> I`m trying to change the path used by the IDE by editing the file c:\eclipse\qde.ini, but it doesn`t seems to have any
 effect.
>
> I added c:\ch to the path but it`s nowhere to be found:
>
> c:\ch;%QNX_HOST%\usr\bin;%path%;
>
> What have I missed.
>
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post57336
>
>   
RE: 4.7 and path  
I can`t because something is prefixing the PATH with the QNX_HOST stuff.  Even though I modify the PATH environment 
variable my change never ends up being at the front of PATH.

-----Message d'origine-----
De : Elena Laskavaia [mailto:community-noreply@qnx.com] 
Envoyé : 22 juin 2010 10:24
À : general-ide
Objet : Re: 4.7 and path

It may not use this variable. Try to change environment variable.

Mario Charest wrote:
> I`m trying to change the path used by the IDE by editing the file c:\eclipse\qde.ini, but it doesn`t seems to have any
 effect.
>
> I added c:\ch to the path but it`s nowhere to be found:
>
> c:\ch;%QNX_HOST%\usr\bin;%path%;
>
> What have I missed.
>
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post57336
>
>   



_______________________________________________

General
http://community.qnx.com/sf/go/post57437

Re: 4.7 and path  
I guess there is no way then. Only to copy it into QNX_HOST bin

Mario Charest wrote:
> I can`t because something is prefixing the PATH with the QNX_HOST stuff.  Even though I modify the PATH environment 
variable my change never ends up being at the front of PATH.
>
> -----Message d'origine-----
> De : Elena Laskavaia [mailto:community-noreply@qnx.com] 
> Envoyé : 22 juin 2010 10:24
> À : general-ide
> Objet : Re: 4.7 and path
>
> It may not use this variable. Try to change environment variable.
>
> Mario Charest wrote:
>   
>> I`m trying to change the path used by the IDE by editing the file c:\eclipse\qde.ini, but it doesn`t seems to have 
any effect.
>>
>> I added c:\ch to the path but it`s nowhere to be found:
>>
>> c:\ch;%QNX_HOST%\usr\bin;%path%;
>>
>> What have I missed.
>>
>>
>>
>>
>>
>> _______________________________________________
>>
>> General
>> http://community.qnx.com/sf/go/post57336
>>
>>   
>>     
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post57437
>
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post57444
>   
RE: 4.7 and path  
There are several places in IDE that we prefix QNX_HOST to the PATH env var. This is to ensure users are using the QNX 
version of the tools (like "sh").

Do you want to overwrite any thing from your QNX_HOST? If yes the logical way of doing it is to put it in the place of 
where the original is (make a copy first). Adding your customized tools to the "qde.ini" will not make it to be the 
first in the PATH.

Before you do that, you might want to ask why you want to overwrite things in QNX_HOST. If there better solution to your
 problem?

-----Original Message-----
From: Mario Charest [mailto:community-noreply@qnx.com] 
Sent: Tuesday, June 22, 2010 11:00 AM
To: general-ide
Subject: RE: 4.7 and path

I can`t because something is prefixing the PATH with the QNX_HOST stuff.  Even though I modify the PATH environment 
variable my change never ends up being at the front of PATH.

-----Message d'origine-----
De : Elena Laskavaia [mailto:community-noreply@qnx.com] 
Envoyé : 22 juin 2010 10:24
À : general-ide
Objet : Re: 4.7 and path

It may not use this variable. Try to change environment variable.

Mario Charest wrote:
> I`m trying to change the path used by the IDE by editing the file c:\eclipse\qde.ini, but it doesn`t seems to have any
 effect.
>
> I added c:\ch to the path but it`s nowhere to be found:
>
> c:\ch;%QNX_HOST%\usr\bin;%path%;
>
> What have I missed.
>
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post57336
>
>   



_______________________________________________

General
http://community.qnx.com/sf/go/post57437





_______________________________________________

General
http://community.qnx.com/sf/go/post57444
RE: 4.7 and path  
At this point it is for diagnostic purposes.  There seems to be some conflict between a tool I`m using (CH from Soft 
Integration, a C/C++ interpreter) and QNX but I don`t know which files are causing grief. Curiously this is only showing
 up on Windows .    CH comes with it`s own shell like environment and supply all the commands found in a Unix shell. I 
think that will ch is running it`s invoking some of its executable but instead it ends up calling QNX`s app.

Thank Andy.


-----Message d'origine-----
De : Andy Jin [mailto:community-noreply@qnx.com] 
Envoyé : 22 juin 2010 13:25
À : general-ide
Objet : RE: 4.7 and path

There are several places in IDE that we prefix QNX_HOST to the PATH env var. This is to ensure users are using the QNX 
version of the tools (like "sh").

Do you want to overwrite any thing from your QNX_HOST? If yes the logical way of doing it is to put it in the place of 
where the original is (make a copy first). Adding your customized tools to the "qde.ini" will not make it to be the 
first in the PATH.

Before you do that, you might want to ask why you want to overwrite things in QNX_HOST. If there better solution to your
 problem?

-----Original Message-----
From: Mario Charest [mailto:community-noreply@qnx.com] 
Sent: Tuesday, June 22, 2010 11:00 AM
To: general-ide
Subject: RE: 4.7 and path

I can`t because something is prefixing the PATH with the QNX_HOST stuff.  Even though I modify the PATH environment 
variable my change never ends up being at the front of PATH.

-----Message d'origine-----
De : Elena Laskavaia [mailto:community-noreply@qnx.com] 
Envoyé : 22 juin 2010 10:24
À : general-ide
Objet : Re: 4.7 and path

It may not use this variable. Try to change environment variable.

Mario Charest wrote:
> I`m trying to change the path used by the IDE by editing the file c:\eclipse\qde.ini, but it doesn`t seems to have any
 effect.
>
> I added c:\ch to the path but it`s nowhere to be found:
>
> c:\ch;%QNX_HOST%\usr\bin;%path%;
>
> What have I missed.
>
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post57336
>
>   



_______________________________________________

General
http://community.qnx.com/sf/go/post57437





_______________________________________________

General
http://community.qnx.com/sf/go/post57444



_______________________________________________

General
http://community.qnx.com/sf/go/post57492
RE: 4.7 and path  
These are the four sub-directories under QNX_HOST the IDE prefixes to the PATH:

"usr/bin", "bin", "usr/sbin", "sbin"

Hope this helps you locate the executable in question.

-----Original Message-----
From: Mario Charest [mailto:community-noreply@qnx.com] 
Sent: Tuesday, June 22, 2010 1:31 PM
To: general-ide
Subject: RE: 4.7 and path

At this point it is for diagnostic purposes.  There seems to be some conflict between a tool I`m using (CH from Soft 
Integration, a C/C++ interpreter) and QNX but I don`t know which files are causing grief. Curiously this is only showing
 up on Windows .    CH comes with it`s own shell like environment and supply all the commands found in a Unix shell. I 
think that will ch is running it`s invoking some of its executable but instead it ends up calling QNX`s app.

Thank Andy.


-----Message d'origine-----
De : Andy Jin [mailto:community-noreply@qnx.com] 
Envoyé : 22 juin 2010 13:25
À : general-ide
Objet : RE: 4.7 and path

There are several places in IDE that we prefix QNX_HOST to the PATH env var. This is to ensure users are using the QNX 
version of the tools (like "sh").

Do you want to overwrite any thing from your QNX_HOST? If yes the logical way of doing it is to put it in the place of 
where the original is (make a copy first). Adding your customized tools to the "qde.ini" will not make it to be the 
first in the PATH.

Before you do that, you might want to ask why you want to overwrite things in QNX_HOST. If there better solution to your
 problem?

-----Original Message-----
From: Mario Charest [mailto:community-noreply@qnx.com] 
Sent: Tuesday, June 22, 2010 11:00 AM
To: general-ide
Subject: RE: 4.7 and path

I can`t because something is prefixing the PATH with the QNX_HOST stuff.  Even though I modify the PATH environment 
variable my change never ends up being at the front of PATH.

-----Message d'origine-----
De : Elena Laskavaia [mailto:community-noreply@qnx.com] 
Envoyé : 22 juin 2010 10:24
À : general-ide
Objet : Re: 4.7 and path

It may not use this variable. Try to change environment variable.

Mario Charest wrote:
> I`m trying to change the path used by the IDE by editing the file c:\eclipse\qde.ini, but it doesn`t seems to have any
 effect.
>
> I added c:\ch to the path but it`s nowhere to be found:
>
> c:\ch;%QNX_HOST%\usr\bin;%path%;
>
> What have I missed.
>
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post57336
>
>   



_______________________________________________

General
http://community.qnx.com/sf/go/post57437





_______________________________________________

General
http://community.qnx.com/sf/go/post57444



_______________________________________________

General
http://community.qnx.com/sf/go/post57492




_______________________________________________

General
http://community.qnx.com/sf/go/post57496
Re: 4.7 and path  
You can try to substibute executable they call (ch?) with a scripts that 
sets its own patch.


Mario Charest wrote:
> At this point it is for diagnostic purposes.  There seems to be some conflict between a tool I`m using (CH from Soft 
Integration, a C/C++ interpreter) and QNX but I don`t know which files are causing grief. Curiously this is only showing
 up on Windows .    CH comes with it`s own shell like environment and supply all the commands found in a Unix shell. I 
think that will ch is running it`s invoking some of its executable but instead it ends up calling QNX`s app.
>
> Thank Andy.
>
>
> -----Message d'origine-----
> De : Andy Jin [mailto:community-noreply@qnx.com] 
> Envoyé : 22 juin 2010 13:25
> À : general-ide
> Objet : RE: 4.7 and path
>
> There are several places in IDE that we prefix QNX_HOST to the PATH env var. This is to ensure users are using the QNX
 version of the tools (like "sh").
>
> Do you want to overwrite any thing from your QNX_HOST? If yes the logical way of doing it is to put it in the place of
 where the original is (make a copy first). Adding your customized tools to the "qde.ini" will not make it to be the 
first in the PATH.
>
> Before you do that, you might want to ask why you want to overwrite things in QNX_HOST. If there better solution to 
your problem?
>
> -----Original Message-----
> From: Mario Charest [mailto:community-noreply@qnx.com] 
> Sent: Tuesday, June 22, 2010 11:00 AM
> To: general-ide
> Subject: RE: 4.7 and path
>
> I can`t because something is prefixing the PATH with the QNX_HOST stuff.  Even though I modify the PATH environment 
variable my change never ends up being at the front of PATH.
>
> -----Message d'origine-----
> De : Elena Laskavaia [mailto:community-noreply@qnx.com] 
> Envoyé : 22 juin 2010 10:24
> À : general-ide
> Objet : Re: 4.7 and path
>
> It may not use this variable. Try to change environment variable.
>
> Mario Charest wrote:
>   
>> I`m trying to change the path used by the IDE by editing the file c:\eclipse\qde.ini, but it doesn`t seems to have 
any effect.
>>
>> I added c:\ch to the path but it`s nowhere to be found:
>>
>> c:\ch;%QNX_HOST%\usr\bin;%path%;
>>
>> What have I missed.
>>
>>
>>
>>
>>
>> _______________________________________________
>>
>> General
>> http://community.qnx.com/sf/go/post57336
>>
>>   
>>     
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post57437
>
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post57444
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post57492
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post57496
>   
Re: 4.7 and path  
Hi, my name is Alex and I also have some issues with QNXMomenticsIDE4.7 and the path environmental variable

I installed it on my development machine which is running Windows XP in C:\Program Files\QNX_IDE_4.7\eclipse and when I 
run qde.exe it gives the following error messages which I attached in a JPEG to this message.

It's a problem with setting the PATH environmental variable correctly. I have tried all combinations with no success. 
Does anyone have some suggestions of what I can do to make this thing work?

Thank you,
A.
Attachment: Image path_error_IDE.JPG 92.35 KB
Re: 4.7 and path  
IDE does not contain compilers and tools for QNX. Do you have QNX SDP 
6.5 installed?


Alexandru Sicoe wrote:
> Hi, my name is Alex and I also have some issues with QNXMomenticsIDE4.7 and the path environmental variable
>
> I installed it on my development machine which is running Windows XP in C:\Program Files\QNX_IDE_4.7\eclipse and when 
I run qde.exe it gives the following error messages which I attached in a JPEG to this message.
>
> It's a problem with setting the PATH environmental variable correctly. I have tried all combinations with no success. 
Does anyone have some suggestions of what I can do to make this thing work?
>
> Thank you,
> A.
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post59772
>   
>
> ------------------------------------------------------------------------
>
Re: 4.7 and path  
Elena, I knew I was missing something! :)
Thanx very much....I've installed the development suite now rather than just the IDE. It all works now...

Cheers,
Alex