Re: [CMake] making executible in mixed C/fortran project

2010-11-12 Thread Michael Hertling
On 11/12/2010 05:37 PM, luxInteg wrote: > On Friday 12 November 2010 13:17:50 Michael Hertling wrote: >> On 11/12/2010 02:46 PM, luxInteg wrote: >>> Greetings, >>> >>> I am learning cmake >>> >>> I am building an executable which needs to first compile a C program >>> and then recompiling the o

Re: [CMake] making executible in mixed C/fortran project

2010-11-12 Thread luxInteg
On Friday 12 November 2010 13:17:50 Michael Hertling wrote: > On 11/12/2010 02:46 PM, luxInteg wrote: > > Greetings, > > > > I am learning cmake > > > > I am building an executable which needs to first compile a C program > > and then recompiling the object file with another file in fortran

[CMake] How to compile PHP with cmake in windows?

2010-11-12 Thread Mr Shore
Hi there! Anyone tried this and got good results? After google I only found those ugly way to compile PHP in its traditional way,glad if anyone can provide some info on this.. ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] un circle dependency

2010-11-12 Thread Michael Hertling
On 11/12/2010 02:47 PM, luxInteg wrote: > On Thursday 11 November 2010 21:55:31 Alexander Neundorf wrote: >> On Thursday 11 November 2010, luxInteg wrote: >>> Greetings >>> >>> I am learning cmake. >>> >>> I think I now know how to generate libraries and executables but I >>> have >>> >>> not

Re: [CMake] making executible in mixed C/fortran project

2010-11-12 Thread Michael Hertling
On 11/12/2010 02:46 PM, luxInteg wrote: > Greetings, > > I am learning cmake > > I am building an executable which needs to first compile a C program and > then recompiling the object file with another file in fortran. > > > Here is an excerpt from a unix makefile I am attempt to port t

[CMake] How to install openbabel python bindings by using the new cmake installer (problem selecting a particular python version).

2010-11-12 Thread Hector Martinez-Seara
Dear all, I'm trying to install openbabel in linux which in its last version (2.3.0) uses cmake installer. I haven't been able to compile it with biddings with python 3.1 when using the -DPYTHON_BINDINGS=ON option. I have python 2.7 and 3.1 installed in my system and the python command points to py

[CMake] making executible in mixed C/fortran project

2010-11-12 Thread luxInteg
Greetings, I am learning cmake I am building an executable which needs to first compile a C program and then recompiling the object file with another file in fortran. Here is an excerpt from a unix makefile I am attempt to port to cmake as part of my cmake turotial. fileC.o: fileC.c

Re: [CMake] un circle dependency

2010-11-12 Thread luxInteg
On Thursday 11 November 2010 21:55:31 Alexander Neundorf wrote: > On Thursday 11 November 2010, luxInteg wrote: > > Greetings > > > > I am learning cmake. > > > > I think I now know how to generate libraries and executables but I > > have > > > > not yet grasped how the tree and directo

[CMake] discussion about bug 8165

2010-11-12 Thread David Cole
The thread you replied is meant for bug number listing only. I've started a new thread to continue this discussion. It should really be recorded in the bug notes since it's specific to that bug... http://public.kitware.com/Bug/view.php?id=8165 On Fri, Nov 12, 2010 at 3:24 AM, David Hunter wrote:

[CMake] Fwd: Bug fix requests for the *next* release of CMake...

2010-11-12 Thread David Hunter
I would second this, I have been manually removing the CMAKE_INTDIR by hand, I'm not sure why it's even there for C++ compiles. I prefer my compile lines as clean and simple as possible and I don't use this compile line define anywhere. If I want a compile line define to indicate what CMAKE_INT doe