|
Re: CDT hangs invoking build command [message #62418 is a reply to message #62154] |
Mon, 17 February 2003 19:50 |
Eclipse User |
|
|
|
Originally posted by: nospam_sevoy.rational.com
Dave,
I have not seen that kind of behaviour related to INCLUDE and LIB. I was
having a similar problem but it was related to my PATH. All I did was
create a batch file to set the PATH var to contain only the path to my
Cygwin stuff then 'start'ed Eclipse. I left everything else in my
environment alone. I'm not 100% sure, but I think the GCC wrappers
ignore the INCLUDE and LIB environment variables anyway.
Dave Kelsey wrote:
> I am using CDT 1.0 and Eclipse 2.01. I have found that if I set the
> Include environment variable or the Lib environment variable to point to
> my Microsoft compiler directories, CDT hangs invoking the build command
> and I have to kill eclipse through the task manager.
>
> I know I can sort this out within a make file to reference them but I
> was wondering if this was expected behaviour or unexpected behaviour ?
>
> Regards
> Dave Kelsey
>
>
>
|
|
|
Re: CDT hangs invoking build command [message #62440 is a reply to message #62154] |
Mon, 17 February 2003 20:34 |
Eclipse User |
|
|
|
Originally posted by: nospam_sevoy.rational.com
Actually, let me a be a bit more specific. I make sure my Cygwin stuff
appears *first* in my PATH, i.e.
@echo off
set PATH=<drive>:\Cygwin\bin;<drive>:\Cygwin\usr\local\bin;%PATH%
start eclipse
This was sufficient for me.
Dave Kelsey wrote:
> I am using CDT 1.0 and Eclipse 2.01. I have found that if I set the
> Include environment variable or the Lib environment variable to point to
> my Microsoft compiler directories, CDT hangs invoking the build command
> and I have to kill eclipse through the task manager.
>
> I know I can sort this out within a make file to reference them but I
> was wondering if this was expected behaviour or unexpected behaviour ?
>
> Regards
> Dave Kelsey
>
>
>
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04018 seconds