Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 113949] C++ Compiler Integration : total lack of "It just works!" philosophy - VERY BAD

https://bugs.eclipse.org/bugs/show_bug.cgi?id=113949 
Product/Component: CDT / cdt-releng


dschaefer@xxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mirza@xxxxxxxxx
         AssignedTo|cdt-launch-inbox@xxxxxxxxxxx|cdt-releng-inbox@xxxxxxxxxxx
          Component|cdt-launch                  |cdt-releng




------- Comment #3 from dschaefer@xxxxxxx  2006-09-18 10:29 -------
(In reply to comment #2)
> I think this bug can be summerized as: "For Windows platform, include MinGW in 
> deafult Eclipse/CDT installation". This makes sense because, as opose to Linux
> where standard channel for C/C++ toolchain installation exists (whatever
> package manager), on Windows there is nothing like that. Programs on Windows
> are supposed to be installed including stuff that they need to run properly.
> For CDT that means: One compiler, one make program and one debugger should be
> readily available and after Eclipse/CDT setup.

Tools vendors are free to bundle whichever compiler they need with Eclipse and
the CDT and most do. Unfortunately we do not have a vendor distributing a
developement environment for Windows itself. The CDT itself is not legally
allowed to distribute any of the gnu tools due to restrictions on GPL licensed
software on the Eclipse site. It would be cool if someone built something like
that on sourceforge, or something.

My current plan, though, is to add support for Microsoft's new Windows SDK
which includes everything to build Windows apps from other IDEs. Again we won't
be able to legally distribute the Windows SDK, but at least we'll be able to
bring the number of installs down to two and be able use the registry entries
of the SDK to configure the build settings.



-- 
Configure bugzilla e-mail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top