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’ve abandoned this idea for 8.3. I tried making a separate plug-in but quickly found out that our LLVM plug-in depends on it which raised the point that this is probably an API change. I then tried to add the UI to the gnu.ui plug-in only to come to the realization that this plug-in isn’t actually a UI plug-in. Making it one without moving the build definitions to a core plug-in will mess up headless builds. Sigh.

We have Andrew’s method below which we can use for now. Not very discoverable. Mind you neither is a deeply buried preference. I have another idea that’ll cover this which I’ll be talking about at the CDT Summit at EclipseCon.

Doug.

From: Doug Schaefer <dschaefer@xxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Monday, January 13, 2014 at 2:52 PM
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] UI for setting MinGW location

Yeah, that’s probably what I was remembering. And, yeah, that’s not quite at the standard of UX I am trying to reach ;)

D

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

Hi Doug,
You can set MINGW_HOME variable in preferences then the wizard will find the toolchain. There is a screenshot at http://wiki.eclipse.org/CDT/User/NewIn82#Improved_toolchain_detection. Note that $MINGW_HOME/bin gets prepended to the $PATH in project with MinGW toolchain.

Thanks,
Andrew


On Mon, Jan 13, 2014 at 2:09 PM, Doug Schaefer <dschaefer@xxxxxxx> 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@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top