Re: [CMake] Cmake for PA

2013-03-15 Thread D K
Thanks, this is something new for me. Is there a way by which i can invoke cmake.in file to compile ? Keith On Fri, Mar 15, 2013 at 2:51 PM, David Cole wrote: > The source tree for it appears to be here: > > http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/ > > It does not appear to ha

Re: [CMake] Cmake for PA

2013-03-15 Thread David Cole
The source tree for it appears to be here: From: D K Sent: ‎March‎ ‎15‎, ‎2013 ‎5‎:‎18‎ ‎PM To: cmake@cmake.org Subject: [CMake] Cmake for PA Hey, I want to use cmake to build Pulse Audio , not sure if there is one that exists today. Any input is appreciated as to how can i do it .

Re: [CMake] Cmake for PA

2013-03-15 Thread David Cole
The source tree for it appears to be here: http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/ It does not appear to have a CMakeLists.txt file, although there are some .cmake.in files at the top level. Have you asked in the Pulse Audio community? (Do they have a mailing list or

[CMake] Cmake for PA

2013-03-15 Thread D K
Hey, I want to use cmake to build Pulse Audio , not sure if there is one that exists today. Any input is appreciated as to how can i do it . thanks, Keith -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please k

[CMake] Generate XML Documentation (/doc) flag?

2013-03-15 Thread zkhan
I'm using CMake to build, amongst others, C++/CLI projects. I would like to be able to set the "Generate XML Documentation Files" flag (Configuration Properties > C/C++ > Output Files) for those projects. I was able to set the /clr flag earlier by just adding it manually and so I tried the same t

Re: [CMake] how to export header-only library (2.8.11)?

2013-03-15 Thread Theodore Papadopoulo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/14/2013 08:33 PM, Stephen Kelly wrote: > Matthew Woehlke wrote: > >> Now that 2.8.11 supports interface include_directories on >> targets, is there a way to create a library target that can be >> exported that has no actual library, but *does* d

Re: [CMake] cmake for cygwin at 64bit

2013-03-15 Thread marco atzeri
On 3/15/2013 4:41 PM, Bill Hoffman wrote: On 3/15/2013 11:31 AM, marco atzeri wrote: ok, found. I do not need to malloc the space for the win32_path assigning again the pointer does not work. Next step, to check if no other issues on 64bit Yes, that would do it... If you allocate new memory

Re: [CMake] cmake for cygwin at 64bit

2013-03-15 Thread Bill Hoffman
On 3/15/2013 11:31 AM, marco atzeri wrote: ok, found. I do not need to malloc the space for the win32_path assigning again the pointer does not work. Next step, to check if no other issues on 64bit Yes, that would do it... If you allocate new memory then the information never gets passed back

Re: [CMake] cmake for cygwin at 64bit

2013-03-15 Thread marco atzeri
On 3/15/2013 4:00 PM, marco atzeri wrote: On 3/15/2013 3:24 PM, Bill Hoffman wrote: On 3/15/2013 7:17 AM, marco atzeri wrote: Dear Bill, we are starting to port packages on cygwin at 64 bit http://cygwin.com/ml/cygwin-apps/2013-03/msg00070.html Of course a cmake version for that platform will

Re: [CMake] cmake for cygwin at 64bit

2013-03-15 Thread marco atzeri
On 3/15/2013 3:24 PM, Bill Hoffman wrote: On 3/15/2013 7:17 AM, marco atzeri wrote: Dear Bill, we are starting to port packages on cygwin at 64 bit http://cygwin.com/ml/cygwin-apps/2013-03/msg00070.html Of course a cmake version for that platform will be helpful; I tried to build the current s

Re: [CMake] how to get install/strip target ?

2013-03-15 Thread Martin Koller
On Friday 15 March 2013 15:25:13 Eric Noulard wrote: > 2013/3/15 Martin Koller : > > On Wednesday 13 March 2013 22:43:01 Alexander Neundorf wrote: > >> On Wednesday 13 March 2013, Martin Koller wrote: > >> > cmake 2.8.10, Linux: > >> > > >> > What do I need to do to have cmake creating a make insta

Re: [CMake] how to get install/strip target ?

2013-03-15 Thread Eric Noulard
2013/3/15 Martin Koller : > On Wednesday 13 March 2013 22:43:01 Alexander Neundorf wrote: >> On Wednesday 13 March 2013, Martin Koller wrote: >> > cmake 2.8.10, Linux: >> > >> > What do I need to do to have cmake creating a make install/strip target ? >> >> I guess you do have an install target ? >

Re: [CMake] cmake for cygwin at 64bit

2013-03-15 Thread Bill Hoffman
On 3/15/2013 7:17 AM, marco atzeri wrote: Dear Bill, we are starting to port packages on cygwin at 64 bit http://cygwin.com/ml/cygwin-apps/2013-03/msg00070.html Of course a cmake version for that platform will be helpful; I tried to build the current source and the first obstacle is that the de

Re: [CMake] how to get install/strip target ?

2013-03-15 Thread Martin Koller
On Wednesday 13 March 2013 22:43:01 Alexander Neundorf wrote: > On Wednesday 13 March 2013, Martin Koller wrote: > > cmake 2.8.10, Linux: > > > > What do I need to do to have cmake creating a make install/strip target ? > > I guess you do have an install target ? > AFAIK install/strip should be a

Re: [CMake] Toolchain file: Texas Instrument C6000 Code Generation Tools

2013-03-15 Thread Laszlo Papp
On Fri, Mar 15, 2013 at 9:52 AM, Florian Reinhard < florian.reinh...@googlemail.com> wrote: > I'm testing the next branch at the moment. > Changes i noticed: > setting the following options is no longer required (yay!): > SET (CMAKE_C_COMPILER_WORKS 1) > SET (CMAKE_CXX_COMPILER_WORKS 1) > #skip

Re: [CMake] Possible to get target's _GUID_CMAKE value at cmake time?

2013-03-15 Thread zkhan
After playing around with this more, I realized that this method wouldn't always work because I can't expect the GUIDs to be available on a fresh run of CMake. So I went the route that I had seen suggested previously, which is to explicitly set the GUID values myself. So in the CMakeLists.txt for

Re: [CMake] Build several targets using cmake --build

2013-03-15 Thread Gregoire Aujay
Hello, Thanks again. In my case I cannot use your script. I have the constraint to be 'outside cmake' so I do not know any of internal values like CMAKE_MAKE_PROGRAM. I can only call 'cmake --build' to build stuff. I filed a feature request : http://www.cmake.org/Bug/view.php?id=14014 Regards

Re: [CMake] Build several targets using cmake --build

2013-03-15 Thread J Decker
My ugly macro looks like... Build project macro creates targets 'build${PROJECT}' which can be depended on each other... It writes to a output batch file, and then calls that batch. The batch file contains a cmake execution for that target, and then ${CMAKE_MAKE_PROGRAM} command. --

Re: [CMake] FindCurses does not find unicode/wide flavors

2013-03-15 Thread ChangZhuo Chen
Thank for the suggestion, now libchewing can use cmake to link the unicode/wide curses library. However, is it possible to implement this in official cmake so that others won't suffer the same pain? Or is there any problem in the patch providing by [1]? [1] http://www.cmake.org/Bug/view.php?id=10

Re: [CMake] Build several targets using cmake --build

2013-03-15 Thread J Decker
If the dependencies are already satisfied, and the cmake_make_program can run mutliple in parallel, then it works great. I have a cmake script that builds other cmake top level projects; and this ends up building in parallel on visual studio. can't do it with any other compiler I use for windows

[CMake] cmake for cygwin at 64bit

2013-03-15 Thread marco atzeri
Dear Bill, we are starting to port packages on cygwin at 64 bit http://cygwin.com/ml/cygwin-apps/2013-03/msg00070.html Of course a cmake version for that platform will be helpful; I tried to build the current source and the first obstacle is that the deprecated "cygwin_conv_to_win32_path" functi

Re: [CMake] Toolchain file: Texas Instrument C6000 Code Generation Tools

2013-03-15 Thread Florian Reinhard
I'm testing the next branch at the moment. Changes i noticed: setting the following options is no longer required (yay!): SET (CMAKE_C_COMPILER_WORKS 1) SET (CMAKE_CXX_COMPILER_WORKS 1) #skip ABI checks SET (CMAKE_DETERMINE_C_ABI_COMPILED 1) SET (CMAKE_DETERMINE_CXX_ABI_COMPILED 1) SET (CMAKE_D

Re: [CMake] Build several targets using cmake --build

2013-03-15 Thread Gregoire Aujay
Hello, Thanks for your replies. I understand that I can only 'cmake --build' one target at a time. I think that the solutions you propose do not benefit from tools, like ninja, that have parallel build capabilities. I'll file a feature request. Regards, Greg -Original Message- From: N

Re: [CMake] FInd threads - iOS

2013-03-15 Thread Sergei Nikulov
2013/3/15 Casey Basichis > Hi Sergei, > > Thanks for the the tip on the environment. > > I tried that command but I'm now getting a different error. > > cmake /Prog/Frameworks/soci/src/ > -DCMAKE_IOS_SDK_ROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iP

Re: [CMake] FInd threads - iOS

2013-03-15 Thread Casey Basichis
Hi Sergei, Thanks for the the tip on the environment. I tried that command but I'm now getting a different error. cmake /Prog/Frameworks/soci/src/ -DCMAKE_IOS_SDK_ROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk -DCMAKE_TOOLCHAIN_FILE=/Pr