Re: [CMake] CMAKE_LANG_OUTPUT_EXTENSION

2013-09-07 Thread Michael Wild
It would be useful if these variables were mentioned in the documentation for 
CMAKE_LANG_OUTPUT_EXTENSION. Otherwise this is hardly discoverable.

Michael

On 06.09.2013 21:28, Robert Maynard wrote:
 Both CMAKE_USER_MAKE_RULES_OVERRIDE{,_LANG} are both documented:
 
 http://cmake.org/cmake/help/v2.8.11/cmake.html#variable:CMAKE_USER_MAKE_RULES_OVERRIDE
 http://cmake.org/cmake/help/v2.8.11/cmake.html#variable:CMAKE_USER_MAKE_RULES_OVERRIDE_LANG
 
 If the documentation isn't sufficient, can you please suggest modifications.
 
 On Fri, Sep 6, 2013 at 8:32 AM, Michael Wild them...@gmail.com wrote:



 On Thu, Sep 5, 2013 at 8:22 AM, Michael Wild them...@gmail.com wrote:

 [snip long rant]


 Sorry, Alex. If had scrolled down a bit more in
 CMakeLANGInformation.cmake, I would have seen the hook variables
 CMAKE_USER_MAKE_RULES_OVERRIDE{,_LANG}. However, can I request that this
 be documented?


 Michael

 --

 Powered by www.kitware.com

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

 Kitware offers various services to support the CMake community. For more
 information on each offering, please visit:

 CMake Support: http://cmake.org/cmake/help/support.html
 CMake Consulting: http://cmake.org/cmake/help/consulting.html
 CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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

--

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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


Re: [CMake] Building CMake with Qt5

2013-09-07 Thread Alexander Neundorf
On Thursday 05 September 2013, Andreas Pakulat wrote:
 Hi,
 
 On Thu, Sep 5, 2013 at 12:22 AM, Jacky Alciné jackyalc...@gmail.com wrote:
  On Wed September 4 2013 1.14.17 PM Tanweer Rashid wrote:
   Hi,
   
   I am trying to build CMake 2.8.11 on my 64 bit Ubuntu 12.04. I am
   trying
  
  to
  
   use QT5.1, but CMake is saying that Qt is not correctly installed.
   
   I am wondering whether Qt5 is compatible with CMake and if I should
  
  revert
  
   to Qt4.8.
   
   The errors that I got are as follows:
   **
   make: `cmake' is up to date.
   loading initial cache file
  
  /home/trash001/Downloads/cmake-2.8.11.2/Bootstrap.cmk/InitialCacheFlags.c
  mak
  
   e Curses libraries were not found. Curses GUI for CMake will not be
  
  built.
  
   CMake Warning at Modules/FindQt4.cmake:657 (message):
 /home/trash001/ProgramFiles/Qt5.1.1/5.1.1/gcc_64/bin/qmake reported
 QT_INSTALL_LIBS as
  
  /home/trash001/ProgramFiles/Qt5.1.1/5.1.1/gcc_64/lib
  
 but QtCore could not be found there.  Qt is NOT installed correctly
 for
   
   the
   
 target build environment.
   
   Call Stack (most recent call first):
 Source/QtDialog/CMakeLists.txt:34 (find_package)
   
   CMake Error at Modules/FindQt4.cmake:661 (message):
 Could NOT find QtCore.  Check
 /home/trash001/Downloads/cmake-2.8.11.2/CMakeFiles/CMakeError.log for
  
  more
  
   details.
   
   Call Stack (most recent call first):
 Source/QtDialog/CMakeLists.txt:34 (find_package)
   
   -- Configuring incomplete, errors occurred!
   -
   Error when bootstrapping CMake:
   Problem while running initial CMake
   -
   trash001@MSVEDE09:~/Downloads/cmake-2.8.11.2$
   
   **
   
   Thanks,
  
  AFAIK, Qt5 hasn’t been configured officially with Cmake. The KDE guys
  probably
  have a fix though.
 
 Actually Qt5 ships with CMake modules itself already, i.e. you can do a
 find_package(Qt5) and all the fancy stuff as well.
 
 However as you can already see from the module name, they do not (and
 intentionally so) provide a drop-in replacement for Qt4. Thats why building
 CMake's Qt-based GUI with Qt5 does not work at the moment. At a minimum the
 find_package inside CMake's code would need to be changed to search for
 Qt5, but there might be more pitfalls.
 
 So until CMake's Qt-based UI is officially supporting to be built against
 Qt5 I'd build CMake without Qt support or against Qt4.

Are you sure ?
I haven't tried myself, but I think Stephen already has built cmake-gui with 
Qt5 and I thought this was also already merged in master.
But that was probably after 2.8.11.

Alex
--

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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

[CMake] Building cmake-gui on windoze from scratch...

2013-09-07 Thread Dick Munroe
Not exactly the right group to ask, but I can't find details on the web 
so...


Anyway, I'm trying to use the latest version of Intel Fortran which is 
V14.  As usual, cmLocalVisualStudio7Generator has to be updated to 
include yet another check for version and I have to build cmake from 
sources.


However, damned if I can figure out how to get cmake-gui built. I've got 
Qt installed.  When I configure the VS build, it seems to find the Qt 
libraries, but the built solution doesn't include cmake-gui.


I've poked through the files, grepped for cmake-gui but I can't find any 
specific instructions on getting cmake-gui built and I do this just 
often enough to forget how between events.


So what do I have to do the the configuration for 2.8.11.2 to get it to 
build cmake-gui?


Thanks in advance,

Dick Munroe

--

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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


[Cmake-commits] CMake branch, master, updated. v2.8.11.2-825-gbbfa1b2

2013-09-07 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  bbfa1b2bc5e42b9c78ad9710f34cd3d406c346f6 (commit)
  from  7d2adde2af756bc15139a92284ed96da5f758ce3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bbfa1b2bc5e42b9c78ad9710f34cd3d406c346f6
commit bbfa1b2bc5e42b9c78ad9710f34cd3d406c346f6
Author: Kitware Robot kwro...@kitware.com
AuthorDate: Sun Sep 8 00:01:04 2013 -0400
Commit: Kitware Robot kwro...@kitware.com
CommitDate: Sun Sep 8 00:01:04 2013 -0400

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 3f191c1..cd43543 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -2,5 +2,5 @@
 set(CMake_VERSION_MAJOR 2)
 set(CMake_VERSION_MINOR 8)
 set(CMake_VERSION_PATCH 11)
-set(CMake_VERSION_TWEAK 20130907)
+set(CMake_VERSION_TWEAK 20130908)
 #set(CMake_VERSION_RC 1)

---

Summary of changes:
 Source/CMakeVersion.cmake |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits