[CMake] Fwd: CMake WebKit-EFL: initial preview

2010-04-20 Thread Gustavo Sverzut Barbieri
Resendind with links instead to cope with mail list 40kb limit. http://people.profusion.mobi/~gustavo/WebKit-EFL-CMake.patch http://people.profusion.mobi/~gustavo/WebKit-EFL-CMake_All-Missing-Patches.patch Sorry about the inconvenience. -- Forwarded message -- From: Gustavo

Re: [CMake] Cmake 2.8.1 error

2010-04-20 Thread Yonggang Luo
Patch for reserving spaces in predefined macros. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo ForReservingSpacesInMacrosForCDT4.patch Description: Binary data ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] I'm confused with Find*.cmake and *-config.cmake

2010-04-20 Thread Michael Hertling
On 04/19/2010 10:07 PM, Benoit Thomas wrote: I'm using an external library which is already compiled. I have wrapped the library in a MyLib.cmake and use it in cmake as an imported library. It works fine, but since the include line uses relative path, it changes from projects to projects

Re: [CMake] Assembler flag support

2010-04-20 Thread Matthias Goesswein
Hello! I've submitted the bug report (http://public.kitware.com/Bug/view.php?id=10577) I also added an example project, which uses the gnu assembler, so you could reproduce the problem. Cheers, Matthias. Am 19.04.2010 22:32, schrieb Alexander Neundorf: On Friday 16 April 2010, Matthias

[CMake] Find_Library with Windows libs

2010-04-20 Thread Micha Renner
Hello -, I want to use Msing32-library on Windows FIND_LIBRARY(MSIMG32_LIBRARY Msimg32) If I run the cmake-gui it cannot find the library. There are no problems if cmake runs inside the visual studio. Are there some enviroment variables I have to set for the gui-version? Micha

[CMake] Append an option to CMAKE_C_FLAGS_DEBUG

2010-04-20 Thread Mathieu Dubois
Hello, I'm a new CMake user under Linux and I like it. I have a simple question concerning CMAKE_C_FLAGS_DEBUG. I have made a library and I would like it to print more information when compiled when CMAKE_BUILD_TYPE=Debug. I think that the best way is to define a DEBUG preprocessor variable

Re: [CMake] Append an option to CMAKE_C_FLAGS_DEBUG

2010-04-20 Thread Michael Wild
On 20. Apr, 2010, at 10:31 , Mathieu Dubois wrote: Hello, I'm a new CMake user under Linux and I like it. I have a simple question concerning CMAKE_C_FLAGS_DEBUG. I have made a library and I would like it to print more information when compiled when CMAKE_BUILD_TYPE=Debug. I think

[CMake] Slash, Backslash trouble with MSYS and Windows Compiler/Linker

2010-04-20 Thread Matthias Goesswein
Hello! I`m using the Softune-Compiler under CMake with MSYS on Windows. (I'v e written the Plattform files by myself) The Softune Compiler (For Fujitsu Microcontrollers) requires Backslashes for paths in the options, but Cmake generates slashes as it is usual in MSYS. e.g. The linker must

[CMake] creating symlinks on install

2010-04-20 Thread Michael Surette
I am using CMake 2.8.1 and have the following in my main CMakeLists.txt --- install(DIRECTORY ${FLTK_SOURCE_DIR}/FL DESTINATION ${PREFIX_INCLUDE} USE_SOURCE_PERMISSIONS PATTERN .svn EXCLUDE ) if(CMAKE_HOST_UNIX) install(SCRIPT ${FLTK_SOURCE_DIR}/CMake/install-symlinks.cmake)

Re: [CMake] creating symlinks on install

2010-04-20 Thread Clinton Stimpson
On 04/20/2010 08:26 AM, Michael Surette wrote: I am using CMake 2.8.1 and have the following in my main CMakeLists.txt --- install(DIRECTORY ${FLTK_SOURCE_DIR}/FL DESTINATION ${PREFIX_INCLUDE} USE_SOURCE_PERMISSIONS PATTERN .svn EXCLUDE ) if(CMAKE_HOST_UNIX) install(SCRIPT

[CMake] LaTex Find Module available

2010-04-20 Thread Michael Jackson
Does anyone have a Find*.cmake file that would find LaTex by any chance and be willing to share it? ___ Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software

Re: [CMake] LaTex Find Module available

2010-04-20 Thread Michael Jackson
Must have been CMake 2.8. I'm still using 2.6.4. I guess I should move up one day.. -- Mike Jackson www.bluequartz.net On Apr 20, 2010, at 11:17 AM, Moreland, Kenneth wrote: CMake comes with a FindLATEX.cmake module that will find the latex, pdflatex, and related files. I have also

Re: [CMake] Minimal Info.plist

2010-04-20 Thread Ben Medina
That seems to be how everyone does it, so I guess I'll follow suit. What's throwing me off is the wiki says this about the Bundle generator: Rationale: de-facto standard mechanism for distributing bundles. Unless that's only specifically referencing the previous sentence about distributing a

Re: [CMake] LaTex Find Module available

2010-04-20 Thread Moreland, Kenneth
FindLATEX.cmake has been part of CMake for many years now. It should be in 2.6.4. -Ken On 4/20/10 9:29 AM, Michael Jackson mike.jack...@bluequartz.net wrote: Must have been CMake 2.8. I'm still using 2.6.4. I guess I should move up one day.. -- Mike Jackson www.bluequartz.net On Apr 20,

Re: [CMake] LaTex Find Module available

2010-04-20 Thread Michael Jackson
Of course you are right. I just scanned the directory too fast. Thanks. I am taking some ideas from the UseLatex.cmake file as I am originally having DOxygen generate the LaTex files, then have the pdf2tex to convert the file as needed. Thanks for all the help -- Mike Jackson On Apr 20,

Re: [CMake] Minimal Info.plist

2010-04-20 Thread David Cole
The Bundle generator is a (sort of silly) create a bundle from a command line executable at packaging time mechanism. You do not want to use it unless that is exactly what you are trying to do. If you're building a regular Mac Bundle application and you already have your Bundle built at build

Re: [CMake] Minimal Info.plist

2010-04-20 Thread Timothy Shead
On 4/20/10 10:11 AM, Ben Medina wrote: What's throwing me off is the wiki says this about the Bundle generator: Rationale: de-facto standard mechanism for distributing bundles. Unless that's only specifically referencing the previous sentence about distributing a compressed disk image. Which

Re: [CMake] Minimal Info.plist

2010-04-20 Thread Clinton Stimpson
On Tuesday 20 April 2010 11:44:27 am Timothy Shead wrote: On 4/20/10 10:11 AM, Ben Medina wrote: What's throwing me off is the wiki says this about the Bundle generator: Rationale: de-facto standard mechanism for distributing bundles. Unless that's only specifically referencing the previous

Re: [CMake] Minimal Info.plist

2010-04-20 Thread Timothy Shead
On 4/20/10 12:53 PM, Clinton Stimpson wrote: On Tuesday 20 April 2010 11:44:27 am Timothy Shead wrote: On 4/20/10 10:11 AM, Ben Medina wrote: What's throwing me off is the wiki says this about the Bundle generator: Rationale: de-facto standard mechanism for distributing bundles. Unless that's

Re: [CMake] Cmake 2.8.1 error

2010-04-20 Thread Alexander Neundorf
On Tuesday 20 April 2010, 罗勇刚 wrote: Well, can you give me the right to commit? No, I can't, I don't have the access to these parts to do that. Then I can commit a series of patches. or it's to noise. You could get a login at http://gitorious.org, create a clone of the cmake project, push

Re: [CMake] I'm confused with Find*.cmake and *-config.cmake

2010-04-20 Thread Benoit Thomas
On 2010-04-20 03:27, Michael Hertling wrote: On 04/19/2010 10:07 PM, Benoit Thomas wrote: I'm using an external library which is already compiled. I have wrapped the library in a MyLib.cmake and use it in cmake as an imported library. It works fine, but since the include line uses

[CMake] BundleUtilities Question on Linux: Libraries Not Found during fixup?

2010-04-20 Thread kent williams
Well I found the magic incantation on OS X to get fixup_bundle work. Now I'd like it to work on Linux. What's happening is I get many of these messages: warning: cannot resolve item 'not' The problem comes, as near as I can figure out, from when ldd is run to discover the library prerequisites.

Re: [CMake] Cmake 2.8.1 error

2010-04-20 Thread Alexander Neundorf
On Tuesday 20 April 2010, 罗勇刚 wrote: Patch for reserving spaces in predefined macros. How did you create this patch ? Looks very weird here: ÿþd i f f - - g i t a / M o d u l e s / C M a k e F i n d E c l i p s e C D T 4 . c m a k e b / M o d u l e s / C M a k e F i n d E c l i p s e C

Re: [CMake] BundleUtilities Question on Linux: Libraries Not Found during fixup?

2010-04-20 Thread Clinton Stimpson
I've already made a patch to fix this problem and put it in the bug tracker (along with a couple other patches). Clint On Tuesday 20 April 2010 01:42:50 pm kent williams wrote: Well I found the magic incantation on OS X to get fixup_bundle work. Now I'd like it to work on Linux. What's

Re: [CMake] BundleUtilities Question on Linux: Libraries Not Found during fixup?

2010-04-20 Thread Arnaud GELAS
Hi Kent, Have you tried to export the paths (to the dynamic libraries) before making the package? (Note it works on my project) my 2cts, Arnaud On 04/20/2010 03:42 PM, kent williams wrote: Well I found the magic incantation on OS X to get fixup_bundle work. Now I'd like it to work on

Re: [CMake] Minimal Info.plist

2010-04-20 Thread Clinton Stimpson
On Tuesday 20 April 2010 12:59:42 pm Timothy Shead wrote: On 4/20/10 12:53 PM, Clinton Stimpson wrote: On Tuesday 20 April 2010 11:44:27 am Timothy Shead wrote: On 4/20/10 10:11 AM, Ben Medina wrote: What's throwing me off is the wiki says this about the Bundle generator: Rationale:

Re: [CMake] Minimal Info.plist

2010-04-20 Thread Clinton Stimpson
On Tuesday 20 April 2010 03:05:48 pm Timothy Shead wrote: On 4/20/10 1:53 PM, Clinton Stimpson wrote: Can you give me an example using DragNDrop to combine two CMake-built executables into a single bundle? My impression (perhaps dated) is that I'd have to do some magic around making one of

Re: [CMake] Minimal Info.plist

2010-04-20 Thread David Cole
On Tue, Apr 20, 2010 at 5:11 PM, Clinton Stimpson clin...@elemtech.comwrote: On Tuesday 20 April 2010 03:05:48 pm Timothy Shead wrote: On 4/20/10 1:53 PM, Clinton Stimpson wrote: Can you give me an example using DragNDrop to combine two CMake-built executables into a single bundle? My

[CMake] why are includes not used from installed prefix?

2010-04-20 Thread lux-integ
I am a novice with cmake dabbling with KDE4 and a little with blender) (on X86_64(only) Linux. Some of our applications are installed in prefix /opt For KDE4 compilation for example I noticed that libraries are detected ( reported correctly by cmake ) but often 'make' fails as the

Re: [CMake] [cmake-developers] pushing just a specific commit ?

2010-04-20 Thread Michael Wild
On 20. Apr, 2010, at 23:37 , Brad King wrote: Alexander Neundorf wrote: Hi, I have two small commits in my local cmake git repository. Both are working, but I'd like to push only of them right now. I haven't found out how to do this. That's what I tried: ... File .git/COMMIT_EDITMSG

[Cmake-commits] CMake branch, master, updated. 7849674012189c4337d05dbc5b2926d3c12951fe

2010-04-20 Thread cmake-commits
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 7849674012189c4337d05dbc5b2926d3c12951fe (commit) from