Re: [CMake] windows mobile visual studio 2005 project files

2007-11-29 Thread Alexander Adam
Hi Alex :) Sorry, I think my previous mail was sent only to you, not the list at all. Anyway, one main issue I remember we've had with making mobile platform support is that cmake wants to compile some simple files to check the compiler.. and as WinCE doesn't support int main() .. nor does it

Re: [CMake] statically linked executables

2007-11-29 Thread Daniel Rueckert
Bill Hoffman wrote: Daniel Rueckert wrote: Alan W. Irwin wrote: On 2007-11-28 21:57- Daniel Rueckert wrote: Bill Hoffman wrote: Daniel Rueckert wrote: Hi, I am trying to build some statically linked executables on a linux box. I have added the -static option to the linker flags and

[CMake] Fortran Flags

2007-11-29 Thread Baptiste Derongs
Hello all, I'm currently trying to compile some fortran programs. I need to pass them some flags (actually mpif90 script flags). I give flags by setting Fortran_FLAGS ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CMake with Lua Experiment

2007-11-29 Thread Bill Hoffman
Jesper Eskilson wrote: Many systems (even the *really* large ones) are actually very simple to their layout; projects are often isomorphic so that each CMakeLists.txt is more or less just a list of files to compile. But other systems (both large and small) are simply to complicated to maintain

Re: [CMake] setting a CMAKE_CXX_FLAGS without clearing out all the other flags

2007-11-29 Thread David Cole
I do something like this in one CMakeLists file and it works for me: IF(MSVC) #force treat warnings as errors: /WX #force warning level 4 # FOREACH(lang C CXX) IF(${CMAKE_${lang}_FLAGS} MATCHES /W[1-3]) STRING(REGEX REPLACE /W[1-3] /W4 /WX CMAKE_${lang}_FLAGS

Re: [CMake] Using the WiX Generator for CPack

2007-11-29 Thread David Cole
It does not yet exist. If you would like to contribute one, I would be happy to coordinate getting it into the CMake code base. If not, it may just be an idea for some time to come... :-) David On 11/25/07, Marcus [EMAIL PROTECTED] wrote: Hi, A CPack WiX Generator is mentioned on this page

Re: [CMake] Using the WiX Generator for CPack

2007-11-29 Thread Félix C. Morency
://public.kitware.com/pipermail/cmake/attachments/20071129/bcf35c6f/attachment.html -- ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Re: Fortran Flags

2007-11-29 Thread Alan W. Irwin
On 2007-11-29 11:22+0100 Baptiste Derongs wrote: Hum...sorry for that, too fast on the keyboard... Hello all, I'm currently trying to compile some fortran programs. I need to pass them some flags (actually mpif90 script flags). I give flags by setting CMAKE_Fortran_FLAGS variable. I

Re: [CMake] cross compiling

2007-11-29 Thread Alexander Neundorf
On Thursday 29 November 2007, Jesse Corrington wrote: I am trying to make a platform module to generate symbian build files, so I was reading the cmake wiki article about cross compiling. It seems to make pretty good sense, but I have a few questions before I get started. -After making the

Re: [CMake] windows mobile visual studio 2005 project files

2007-11-29 Thread Alexander Neundorf
On Thursday 29 November 2007, Alexander Adam wrote: Hi Alex :) Sorry, I think my previous mail was sent only to you, not the list at all. Anyway, one main issue I remember we've had with making mobile platform support is that cmake wants to compile some simple files to check the compiler..

Re: [CMake] Using the WiX Generator for CPack

2007-11-29 Thread Hendrik Sattler
Zitat von Félix C. Morency [EMAIL PROTECTED]: Message: 1 Date: Thu, 29 Nov 2007 09:09:12 -0500 From: David Cole [EMAIL PROTECTED] Subject: Re: [CMake] Using the WiX Generator for CPack To: Marcus [EMAIL PROTECTED] Cc: cmake@cmake.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain;

Re: [CMake] CMake with Lua Experiment

2007-11-29 Thread Brandon Van Every
On Nov 29, 2007 2:18 AM, Jesper Eskilson [EMAIL PROTECTED] wrote: Brandon Van Every wrote: On Nov 28, 2007 2:47 AM, Pau Garcia i Quiles [EMAIL PROTECTED] wrote: Talking about Ruby, could someone please paste his wishlist about variable scoping for CMake? (ie what would you like to add:

Re: [CMake] cross compiling

2007-11-29 Thread Jesse Corrington
The inf and mmp files are the build files for symbian. They are similar to a make file, but simpler and with a different sytax. These are what I need to generate. Currently I am very confused as to where I will need to write the code/script to generate these files. I am hearing that I only need to

Re: [CMake] cross compiling

2007-11-29 Thread Salvatore Iovene
On Nov 29, 2007 8:19 PM, Jesse Corrington [EMAIL PROTECTED] wrote: The inf and mmp files are the build files for symbian. They are similar to a make file, but simpler and with a different sytax. These are what I need to generate. Currently I am very confused as to where I will need to write the

Re: [CMake] CMake with Lua Experiment

2007-11-29 Thread Brandon Van Every
On Nov 29, 2007 12:37 PM, Brandon Van Every [EMAIL PROTECTED] wrote: We all have our points of view about how important various things are. Alexander has gone on record as anti-complexity; he Considers Programming Harmful in a build system. I don't agree with him; I figure if I need scope

[CMake] Re: CMake Digest, Vol 43, Issue 105

2007-11-29 Thread Félix C. Morency
Hendrik, I know that the current generators aren't portable. What I'm talking about is I think it would be a good idea to have one (and only one) installer generator that supports multiple platforms in order to: 1) Support only one installation program 2) Use the same installation syntax for

[CMake] mastering cmake book

2007-11-29 Thread Jesse Corrington
I went to order this book, but there is no order button on the page, like there was for the other kitware books. I couldn't find it at any other online retailer. How can I get this book. Thanks. Jesse ___ CMake mailing list CMake@cmake.org

Re: [CMake] cross compiling

2007-11-29 Thread Jesse Corrington
I definitely want to go the first route of adding support to generate mmp and inf files. We are using the carbide plugin for eclipse which loads those files, so it's needed. I don't really know much more about the tool chain stuff, I just had read a previous mailing list email where someone was

[CMake] cmake cvs

2007-11-29 Thread Jesse Corrington
I am trying to get the cmake source with cvs, but I keep getting connection refused. I am using this command *cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/CMake login *and the password cmake. Any ideas? ___ CMake mailing list CMake@cmake.org

Re: [CMake] mastering cmake book

2007-11-29 Thread Leopold Palomo-Avellaneda
A Dijous 29 Novembre 2007 19:46, Jesse Corrington va escriure: I went to order this book, but there is no order button on the page, like there was for the other kitware books. I couldn't find it at any other online retailer. How can I get this book. Thanks.

Re: [CMake] cmake cvs

2007-11-29 Thread Mike Jackson
I get that same message if I come from behind certain firewalls. I usually have to go find a local free wifi access point to download/ update. Other than that.. no idea. -- Mike Jackson Senior Research Engineer Innovative Management Technology Services On Nov 29, 2007, at 2:18 PM, Jesse

Re: [CMake] Fwd: I am writing a for-WINCE new cmGlobalVisualStudio8WinceGenerator()

2007-11-29 Thread Jesse Corrington
Are you going to be supporting MSVC project file generation for windows mobile 5 and 6? I really need this support. Thanks. Jesse On Nov 29, 2007 11:47 AM, Victor Huang [EMAIL PROTECTED] wrote: Hi, Guys, I am designing a new ::cmGlobalVisualStudio8WinceGenerator(), which customizes certain

Re: [CMake] global variable passing up via INTERNAL cache

2007-11-29 Thread James Bigler
Ha, ha. I just had this problem. This week in fact. The problem is that if you initialize the list it won't work. The following code worked for me. You have to have two variables. One for the building and one for the storing/using. MACRO(APPEND_VALUE VALUE) SET(temp_value

[CMake] verbose ADD_CUSTOM_TARGET

2007-11-29 Thread James Bigler
Is it possible to force a custom target to be verbose in makefile mode? I know I can turn it on or off for a given project, but I want to do for only a single target (a custom target, in fact). Thanks, James ___ CMake mailing list CMake@cmake.org

Re: [CMake] verbose ADD_CUSTOM_TARGET

2007-11-29 Thread Jesper Eskilson
James Bigler wrote: Is it possible to force a custom target to be verbose in makefile mode? I know I can turn it on or off for a given project, but I want to do for only a single target (a custom target, in fact). If you're using GNU make you can use target-specific variables:

Re: [CMake] global variable passing up via INTERNAL cache

2007-11-29 Thread Tal Blum
I only use one variable and I define 2 macros. The second macro is used to initialize the list before I call APPEND_INTERNAL_LIST(). Notice that I do not use a temp variable that is shared between calls and can cause problems. # A macro for passing lists between different directories # through

Re: [CMake] Re: CMake Digest, Vol 43, Issue 105

2007-11-29 Thread Hendrik Sattler
Am Donnerstag 29 November 2007 schrieb Félix C. Morency: What I'm talking about is I think it would be a good idea to have one (and only one) installer generator that supports multiple platforms in order to: 1) Support only one installation program 2) Use the same installation syntax for

Re: [CMake] windows mobile visual studio 2005 project files

2007-11-29 Thread Hendrik Sattler
Am Donnerstag 29 November 2007 schrieb Alexander Adam: You can't build the following ? int main() {return 0;} So what is the most simple executable you can build ? Well, for windows mobile, you're required to have a _WinMain startup entry, otherwise you can't build as Windows CE doesn't

RE: [CMake] Intel fortran compiler, cmake and windows

2007-11-29 Thread Dunlavy, Daniel M
Hi Alin, I have posted the same problem on this list and the response was that my Intel Fortran Compiler was probably not setup correctly. But I do not think that is the case. Either way, here is my work-around for this problem: 1) Install the Intel Fortran Compiler to a directory with no

Re: [CMake] Intel fortran compiler, cmake and windows

2007-11-29 Thread Arjen Markus
Alin M Elena wrote: Hi, I try to use cmake (cvs 29/11/2007), intel fortran compiler (10.1 september build) on a windows vista machine. The intel fortran compiler works. I have tested it in both command line and visual studio 2005 professional modes. Cmake works fine with Microsoft c++ and