Re: [CMake] CDT generator - CDT 8.0.1 [Visual Studio compiler support]

2011-10-20 Thread Alexander Neundorf
On Thursday 20 October 2011, Nicholas Yue wrote:
 2011/10/20 Alexander Neundorf a.neundorf-w...@gmx.net
 
  On Wednesday 19 October 2011, Nicholas Yue wrote:
   On 19/10/11 10:20 AM, Alexander Neundorf wrote:
Yes, this is currently only implemented for gcc and for the Intel
compiler.
   
   I am noticing the indexer problem using the generated .cproject and
   .project using GCC on OS X too, I think the problem is not specific to
   Windows.
  
  Which version of cmake are you using ?
  If it's not 2.8.6, please verify that it still has the same problem with
  cmake
  2.8.6.
 
 Hi Alex,
 
   CMake 2.8.6 does not have the include-path/indexer problem any more
 (tested on Linux)
 
 Regards

That's good to hear.

Alex

P.S. please always keep the mailing list on CC

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] CDT generator - CDT 8.0.1 [Visual Studio compiler support]

2011-10-19 Thread Alexander Neundorf
On Wednesday 19 October 2011, Nicholas Yue wrote:
 On 19/10/11 10:20 AM, Alexander Neundorf wrote:
  Yes, this is currently only implemented for gcc and for the Intel
  compiler.
 
 I am noticing the indexer problem using the generated .cproject and
 .project using GCC on OS X too, I think the problem is not specific to
 Windows.

Which version of cmake are you using ?
If it's not 2.8.6, please verify that it still has the same problem with cmake 
2.8.6.

Alex
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] CDT generator - CDT 8.0.1 [Visual Studio compiler support]

2011-10-18 Thread Nicholas Yue
On 10 October 2011 03:00, Alexander Neundorf a.neundorf-w...@gmx.netwrote:

 On Friday 07 October 2011, Nicholas Yue wrote:
  Hi,
 
Using CMake 2.8.4, I see Eclipse CDT4 generator support for NMake
 
With the recent release of CDT 8.X, there is Visual Studio compiler
  as a new/separate toolchain.
 
Are there plans to support that as a generator?

 Not sure anything special is needed for that.
 Did you try it already ?


Hi Alex,

  Sorry for the slow reply.

  Yes, I have tried that.

  The generated .cproject and .project files seems to be missing the include
path definitions

  I noticed this indirectly when I tried to use the Indexer in CDT 8.0.1,
the include path from the CMakeLists.txt didn't seems to make it to the
generated .cproject and .project files so the indexer does not know where to
look for the necessary headers for the given project. This means that the
auto-completion feature is not taken advantage of.

Regards
-- 
Nicholas Yue
Graphics - RenderMan, Visualization, OpenGL, HDF5
Custom Dev - C++ porting, OSX, Linux, Windows
http://au.linkedin.com/in/nicholasyue
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CDT generator - CDT 8.0.1 [Visual Studio compiler support]

2011-10-18 Thread Alexander Neundorf
On Wednesday 19 October 2011, Nicholas Yue wrote:
 On 10 October 2011 03:00, Alexander Neundorf a.neundorf-w...@gmx.netwrote:
  On Friday 07 October 2011, Nicholas Yue wrote:
   Hi,
   
 Using CMake 2.8.4, I see Eclipse CDT4 generator support for NMake
 
 With the recent release of CDT 8.X, there is Visual Studio compiler
   
   as a new/separate toolchain.
   
 Are there plans to support that as a generator?
  
  Not sure anything special is needed for that.
  Did you try it already ?
 
 Hi Alex,
 
   Sorry for the slow reply.
 
   Yes, I have tried that.
 
   The generated .cproject and .project files seems to be missing the
 include path definitions
 
   I noticed this indirectly when I tried to use the Indexer in CDT 8.0.1,
 the include path from the CMakeLists.txt didn't seems to make it to the
 generated .cproject and .project files so the indexer does not know where
 to look for the necessary headers for the given project. This means that
 the auto-completion feature is not taken advantage of.

Yes, this is currently only implemented for gcc and for the Intel compiler.

Is there a way to query cl.exe or the preprocessor or something else 
appropriate for the builtin include dirs and macros, so it prints them to 
stdout ?

Alex
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] CDT generator - CDT 8.0.1 [Visual Studio compiler support]

2011-10-09 Thread Alexander Neundorf
On Friday 07 October 2011, Nicholas Yue wrote:
 Hi,
 
   Using CMake 2.8.4, I see Eclipse CDT4 generator support for NMake
 
   With the recent release of CDT 8.X, there is Visual Studio compiler
 as a new/separate toolchain.
 
   Are there plans to support that as a generator?

Not sure anything special is needed for that.
Did you try it already ?

Alex
--
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


[CMake] CDT generator - CDT 8.0.1 [Visual Studio compiler support]

2011-10-06 Thread Nicholas Yue
Hi,

  Using CMake 2.8.4, I see Eclipse CDT4 generator support for NMake

  With the recent release of CDT 8.X, there is Visual Studio compiler
as a new/separate toolchain.

  Are there plans to support that as a generator?

Regards
-- 
Nicholas Yue
Graphics - RenderMan, Visualization, OpenGL, HDF5
Custom Dev - C++ porting, OSX, Linux, Windows
http://au.linkedin.com/in/nicholasyue
--
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake