Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] UI for setting MinGW location

I’ll see if I can do that. We probably should have a MinGW plug-in and keep it there. There are MinGW cross compilers from Linux but the CrossGCC plug-ins are probably better for that (I think). I don’t have too much time to get this in for feature freeze this week so will be careful.

Doug.

From: Sergey Prigogin <eclipse.sprigogin@xxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Monday, January 13, 2014 at 2:33 PM
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] UI for setting MinGW location

Will it only show on Windows?

-sergey


On Mon, Jan 13, 2014 at 11:28 AM, Doug Schaefer <dschaefer@xxxxxxx> wrote:
Preference is easiest to use (UX first). I’ll do one up.

I’ll also add a Category for Toolchains under Build so that we can add settings for other toolchains as well.

Doug.

From: Marc-André Laperle <marc-andre.laperle@xxxxxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Monday, January 13, 2014 at 2:22 PM
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] UI for setting MinGW location

Hi Doug,

There is no UI for that. One way is to add the mingw\bin folder to the PATH environment variable. But a preference would be more straightforward IMO. Alternatively, I use the Cross GCC toolchain to set the path, but then you lose some MinGW-specific things from the toolchain.

Marc-Andre

On 14-01-13 02:09 PM, Doug Schaefer wrote:
Hey gang,

Do we have any UI for setting the MinGW location? I vaguely remember something being there but maybe not.

If not, does anyone mind me adding in a preference where users can set one? I just downloaded Qt which includes MinGW but CDT can’t find it since it’s inside the Qt install.

As a result, the toolchain isn’t listed when I go to create a Qt project.

Thanks.


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxxhttps://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top