Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » mingw and cygwin on a Windows XP machine (newbee question!)
mingw and cygwin on a Windows XP machine (newbee question!) [message #164929] Wed, 01 March 2006 23:54 Go to next message
Eclipse UserFriend
Originally posted by: b.hall.irl.cri.nz

I have both mingw and cygwin on a Windows XP machine.
Today I installed the latest Eclipse, with the CDT, and wrote a 'Hello
World' test program successfully.

I would like Eclipse to use the mingw complier. However, looking through
the project's settings Eclipse seems to have created its own PATH
variable with c:/cygwin/bin ahead of a suitable path to the mingw binaries.

I can't figure out how to tell Eclipse that I do not want c:/cygwin/bin
in the path (editing doesn't seem to be enabled).

Moreover, my Windows environment variables do not refer to either cygwin
or mingw directories!

Any suggestions would be appreciated
Re: mingw and cygwin on a Windows XP machine (newbee question!) [message #165320 is a reply to message #164929] Tue, 07 March 2006 09:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: user.domain.invalid

Blair,

I filed this as a bug and was told by the developers that the gnu.ui CDT
tool chain is for CYGWIN only and if we want something that will work
well with MINGW and MSYS we should go do it ourselves.

I would be interested. I would like to see Eclipse work with QT 4.

Greg

Blair Hall wrote:
> I have both mingw and cygwin on a Windows XP machine.
> Today I installed the latest Eclipse, with the CDT, and wrote a 'Hello
> World' test program successfully.
>
> I would like Eclipse to use the mingw complier. However, looking through
> the project's settings Eclipse seems to have created its own PATH
> variable with c:/cygwin/bin ahead of a suitable path to the mingw binaries.
>
> I can't figure out how to tell Eclipse that I do not want c:/cygwin/bin
> in the path (editing doesn't seem to be enabled).
>
> Moreover, my Windows environment variables do not refer to either cygwin
> or mingw directories!
>
> Any suggestions would be appreciated
>
Re: mingw and cygwin on a Windows XP machine (newbee question!) [message #165628 is a reply to message #165320] Thu, 09 March 2006 16:55 Go to previous message
Eclipse UserFriend
Originally posted by: ceder666.gmail.com

Set Path to cover C:/MinGW/bin, and in
Properties -> C/C++ Build -> Tool Settings,
set the Command for compiler, linker, assembler to C:/MinGW/bin/g++, etc.
Previous Topic:Dignus System/C, C++
Next Topic:separate hpp from cpp
Goto Forum:
  


Current Time: Thu Sep 25 03:33:38 EDT 2025

Powered by FUDForum. Page generated in 0.05479 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top