[cmake-developers] [CMake 0011900]: CMake fails to copy Visual Studio macro files into folder with non-latin symbols

2011-02-27 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=11900 == Reported By:Yuri Assigned To:

Re: [CMake] BUG: Special chars in user name. Configure error.

2011-02-27 Thread Eric Noulard
2011/2/27 and...@sibmail.com: Hello i got some bug. I use W7 and username CC. So when i run Configure in gui under this user, Cmake throws an error:  cant build simple programm... and more unknown chars... (full error log attached) and this not error of compiler. But when i run it on other

[CMake] Complete quoting for parameters of some command examples

2011-02-27 Thread SF Markus Elfring
Hello, I have read the CMake documentation. http://cmake.org/Wiki/CMake/Language_Syntax#CMake_splits_arguments_unless_you_use_quotation_marks_or_escapes. Now I find that more parameters should be enclosed by quotation marks. Examples: - Frequently asked questions and corresponding answers

Re: [CMake] Multiple Package Generators and add_package command

2011-02-27 Thread Eric Noulard
2011/2/26 Orcun Gokbulut mador...@gmail.com: I'm trying to find out a way to generate multiple packages from a big project. There are some patches and hack available but I'm not experienced cmake user and I can not figure out how to use them. IMHO, an add_package command can be usefull

Re: [CMake] Is there an elegant way to get list of object files participating into a library?

2011-02-27 Thread Michael Hertling
On 02/27/2011 10:38 PM, Pere Mato Vila wrote: Hi, For the Windows platform I am generating the .DEF files with all defined symbols to be exported. For this I need to get the list of all object files (.obj) participating into a library. The question is whether this list is available

Re: [CMake] Is there an elegant way to get list of object files participating into a library?

2011-02-27 Thread Vladislav Vaintroub
-Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Pere Mato Vila Sent: Sonntag, 27. Februar 2011 22:38 To: cmake@cmake.org Subject: [CMake] Is there an elegant way to get list of object files participating into a library? Hi, For

[CMake] CMake Error: Error processing file

2011-02-27 Thread Stephen Thomas
Hello, I'm very new to cmake and I'm attempting to build the webcamtools package. While I've been able to get CMake to work properly on the host I'm working on I really need it to configure for cross-compiling to a embedded ARM TS-7800 board. In reading through various documentation I've

Re: [CMake] CMake Error: Error processing file

2011-02-27 Thread Eric Noulard
2011/2/28 Stephen Thomas sthomas...@gmail.com: Hello, I'm very new to cmake and I'm attempting to build the webcamtools package.  While I've been able to get CMake to work properly on the host I'm working on I really need it to configure for cross-compiling to a embedded ARM TS-7800 board.  

Re: [CMake] Is there an elegant way to get list of object files participating into a library?

2011-02-27 Thread Hendrik Sattler
Zitat von Vladislav Vaintroub vvaintr...@googlemail.com: For the Windows platform I am generating the .DEF files with all defined symbols to be exported. For this I need to get the list of all object files (.obj) participating into a library. Are you trying to export all symbols from