Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Build C/C++ projects in docker containers

My bad, the second option "Unix Makefiles" is working only the " Eclipse CDT4 - Unix Makefiles" is not working

[@@ THALES GROUP INTERNAL @@]


-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of jeremy Soumagne
Sent: Tuesday, August 28, 2018 11:53 AM
To: cdt-dev@xxxxxxxxxxx
Subject: Re: [cdt-dev] Build C/C++ projects in docker containers

Hi,

I currently have the same issue using CDT 9.5.2 when creating a CDT project
using CMake command line (eg: cmake -G "Eclipse CDT4 - Unix Makefiles"
../zlib) and importing the project to Eclipse.
The imported project in Eclipse does not have the 'CDT Builder Project' in
Project Nature, therefore it is not possible to select a container for the
build.

I also tried to create a "Unix Makefiles" project with CMake and import it
to Eclipse. This time it is possible to select a Container for the build but
the weirdly the cmake commands are still not done in the container


Best Regards,
Jeremy




--
Sent from: http://eclipse.1072660.n5.nabble.com/Eclipse-CDT-Development-f46177.html
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top