Zitat von protein <[EMAIL PROTECTED]>:
Since Dev C++ is a nice free IDE in windows and is developing rapidly.
Is it possible that one day cmake will support Dev C++ project file
generation?
Probably not unless you write such a generator. The youngest entry in
devcpp CVS is 23 month old and th
Hi,
Since Dev C++ is a nice free IDE in windows and is developing rapidly.
Is it possible that one day cmake will support Dev C++ project file
generation?
Thanks!
Yi
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
FindBoost.cmake
As one of the authors of it, I am happy to maintain the existing
FindBoost.cmake in the modules directory. I use Linux, QNX-Neutrino and
XP/Vista. However if Andreas Schneider wants to inroduce his version and
maintain it I am happy with this. Although the copyright on it should
On Wednesday 25 July 2007 23:07:44 Andy Dingfelder wrote:
> Great.
> I will try and see about getting the latest version.
>
> Is anyone here running Gentoo?
>
> The way I got cmake 2.4 was by running emerge, and clearly that is not
> going to work with the cvs builds.
> So, I assume I need to set u
On 2007-07-25 14:46-0400 Brandon Van Every wrote:
On 7/25/07, Alan W. Irwin <[EMAIL PROTECTED]> wrote:
CMAKE_MODULE_MINIMUM_REQUIRED(VERSION 1.1.0 FATAL_ERROR)
Having 1 CMake version number that everyone cares about, and 1 CMake
Module version number that everyone cares about, will simply co
Great.
I will try and see about getting the latest version.
Is anyone here running Gentoo?
The way I got cmake 2.4 was by running emerge, and clearly that is not
going to work with the cvs builds.
So, I assume I need to set up a portage overlay for emerging a
development version but I would rat
On 7/25/07, Sergei Riaguzov <[EMAIL PROTECTED]> wrote:
Can this be solved somehow? What I want is my POST_BUILD event zipping my
DLL be called in case the DLL produced by add_library exists.
You don't want a POST_BUILD event, you want 2 build rules. You want
an ADD_CUSTOM_TARGET that zips up
Hi,
our project consists of multiple applications built against our own
generic library. Every application and the library is stored in the
same repository. For each application we have individual CMakeLists.txt
and the generic library is checked out via svn:externals.
The project directory l
On 7/25/07, Hendrik Sattler <[EMAIL PROTECTED]> wrote:
Hi,
Reading through the updated
http://www.cmake.org/HTML/Documentation.html, there are several
problems:
1.
UsePkgConfig is not marked deprecated. One may get the idea that both
FindPkgConfig and UsePkgConfig are needed.
Please file that
On 7/25/07, Alan W. Irwin <[EMAIL PROTECTED]> wrote:
CMAKE_MODULE_MINIMUM_REQUIRED(VERSION 1.1.0 FATAL_ERROR)
Having 1 CMake version number that everyone cares about, and 1 CMake
Module version number that everyone cares about, will simply confuse
everybody as to what the heck they're requirin
Hi,
I am runnig ctest -S test.cmake with arguments (ctest -S
test.cmake,qtopia,Release
for example)
For the moment I use this kind of code to extract the argument:
IF(${CTEST_SCRIP_ARG} MATCHES qtopia)
SET(QT_TYPE "qtopia")
ENDIF(${CTEST_SCRIP_ARG} MATCHES qtopia)
It works so far but now I'd l
Hi all,
As luis pointed out, one of my main concern was the time taken to run the
complete test suite before commiting. It painfully slow for the time being,
and people that are developping in ITK need to do it almost several times a
day. I can not make so many coffee breaks :-D
My basic assumpti
On 2007-07-25 11:58-0400 Mike Jackson wrote:
I agree that some sort of consistency among all the modules is needed.
Consistent APIs help keep developer productivity high and the amount of
"surprises" to a minimum. When and how to aline the modules to a consistent
state is another whole debate.
Am Mittwoch 25 Juli 2007 17:40 schrieb Andreas Schneider:
> If someone is using GTK2 I've created a nice Module too. But it isn't
> used at WengoPhone at the moment and I'm not a Gnome guy. Maybe someone
> else wants to take and maintain it.
>
> http://cmake-modules.googlecode.com/svn/trunk/Modules
On 7/25/07, Bill Hoffman wrote:
Mike Jackson wrote:
>
>
> I think Kitware should layout the "rules" for writing a module
> including naming conventions, formatting of the module, various
> options, and all that stuff. THEN a DEMO Module needs to be written
> that follows ALL the guidelines and s
Quoting "Miguel A. Figueroa-Villanueva" <[EMAIL PROTECTED]>:
+1 to both
Hello,
As co-author (with Jan Woetzel) of the FindwxWidgets I'd be happy to
maintain it.
I also recently made changes to the FindLATEX and FindImageMagick in
my local repository. I'd be happy to apply the changes if acce
Mike Jackson wrote:
My own thoughts on this:
While I am not sure I would be able to maintain any modules directly,
I would be MORE than happy to serve as a "Mac OS X" consultant for
those who maintain modules and do not have access to OS X equipment.
I agree that some sort of consistency amo
Since these Ada language support modules are now confirmed to work on Linux,
Mac OS X, and MinGW, I would like to donate them to CMake, and also I would
be willing to be the official maintainer of these modules as per the module
maintainer system that Bill has just announced.
Alan
___
My own thoughts on this:
While I am not sure I would be able to maintain any modules directly,
I would be MORE than happy to serve as a "Mac OS X" consultant for
those who maintain modules and do not have access to OS X equipment.
I agree that some sort of consistency among all the modules
Miguel A. Figueroa-Villanueva wrote:
Hello,
As co-author (with Jan Woetzel) of the FindwxWidgets I'd be happy to
maintain it.
I also recently made changes to the FindLATEX and FindImageMagick in
my local repository. I'd be happy to apply the changes if accepted by
the list and maintain the modu
Bill Hoffman wrote:
>
> If you are interested in maintaining an existing module in CMake, please
> respond to the list.
>
Hi Bill,
I would maintain the FindBoost.cmake Module.
http://cmake-modules.googlecode.com/svn/trunk/Modules/Boost/FindBoost.cmake
I've improved the FindPerlLibs.cmake Modu
Hello,
As co-author (with Jan Woetzel) of the FindwxWidgets I'd be happy to
maintain it.
I also recently made changes to the FindLATEX and FindImageMagick in
my local repository. I'd be happy to apply the changes if accepted by
the list and maintain the modules.
I like this idea, but I have a c
On 2007-07-25 11:49+0200 Camek, Alexander wrote:
Hi Alan,
Thanks for your help.
It works all now fine. Ass on my head, I have forgotten to enable the Ada
language.
Now it finds all the things correct.
What I can say, it seems to work all correct under Windows MinGW.
That is excellent news s
Hendrik Sattler wrote:
Zitat von Bill Hoffman <[EMAIL PROTECTED]>:
Hendrik Sattler wrote:
http://www.cmake.org/HTML/Install.html:
- Somehow, the combination of MSYS+mingw32 is always forgotten as a
valid alternative to cygwin. With this combination, you can also
build cmake from CVS (althou
CMake has been steadily growing in popularity over the past years. The
bug tracker has many bugs in it related to CMake FindXXX modules.
Since the CMake developers often do not have access to machines with
the software installed, or experience with finding/using many of the
packages found in the
Hendrik Sattler wrote:
Hi,
http://www.cmake.org/HTML/Install.html:
- Somehow, the combination of MSYS+mingw32 is always forgotten as a
valid alternative to cygwin. With this combination, you can also build
cmake from CVS (although running bootstrap did not build the
CMakeSetup.exe or maybe I
Hi,
Reading through the updated
http://www.cmake.org/HTML/Documentation.html, there are several
problems:
1.
UsePkgConfig is not marked deprecated. One may get the idea that both
FindPkgConfig and UsePkgConfig are needed.
2.
There are several FindSDL_* modules vs. one FindQt4 and one
F
On Monday 09 July 2007 15:39, Alexander Neundorf wrote:
> On Monday 09 July 2007 15:22, Hendrik Sattler wrote:
...
> > > 5. There is absolutely no information about the component stuff. How
> > > can I use it or can only cpack do that?
> >
> > Still there.
>
> AFAICT this is not yet finished/intend
On Wednesday 25 July 2007 00:19, Andy Dingfelder wrote:
> I'm wondering if someone could help me with a simple change to the
> helloworld example
>
> I have gotten the helloworld to work with either windows output or
> linux output, by changing the base CMakeLists.txt file but am struggling
> on ho
Hi Gaetan,
I agree that it is an interesting feature to be able to run several tests
simultaneously.
It is true that *the large majority* of ITK tests do not depend on the
output from
previous tests. There are however some exceptions, for example, the hole
filling
filters apply their computation
Selon Mathieu Malaterre <[EMAIL PROTECTED]>:
> Hi Alex "hanfei",
>
> I believe there is nothing in the ADD_TEST to declare dependencies.
> So chance is that you would run a test (depending on output from
> another) *before* the dependant test is run.
>
> Is this correct ?
But that's also the
Stephan Menzel wrote:
Hello,
I'd like to create a custom doxygen target for a project. The relevant parts
look like that:
/
doc/Doxyfile.in
lib/[files with all the documentation]
build/
CMakeLists.txt
Now what I'd like to have is a doxygen target where I can do something like
this:
That's correct...
Also, tests that pop up GUI windows and then do "screen analysis" to verify
that the test passes will quite often not work well in conjunction with each
other if two of them are run simultaneously...
On 7/25/07, Mathieu Malaterre <[EMAIL PROTECTED]> wrote:
Hi Alex "hanfei",
From the CMake CVS repository. CVS HEAD has the cross-compiling
functionality in it right now...
HTH,
David
On 7/24/07, Andy Dingfelder <[EMAIL PROTECTED]> wrote:
The example on http://www.cmake.org/Wiki/CMake_Cross_Compiling says that
this is supported by CMake starting with version 2.6.0 (
Hello,
I'd like to create a custom doxygen target for a project. The relevant parts
look like that:
/
doc/Doxyfile.in
lib/[files with all the documentation]
build/
CMakeLists.txt
Now what I'd like to have is a doxygen target where I can do something like
this:
$ cd build
$ cmake ..
Hi!
I have a problem with POST_BUILD events. I have a target:
add_library(blabla MODULE ${HDRS} ${SRCS}
smth like that. Then lately I add a POST_BUILD event:
add_custom_command(TARGET blabla POST_BUILD
COMMAND ${7ZIP_BIN}/7z.exe a -tzip blablablabla
)
so now I create a NMakefile and a Vis
Hi Alan,
Thanks for your help.
It works all now fine. Ass on my head, I have forgotten to enable the Ada
language.
Now it finds all the things correct.
What I can say, it seems to work all correct under Windows MinGW.
One other wish. Is it possible to change the .abs to in
order to allow out
Hi Alex "hanfei",
I believe there is nothing in the ADD_TEST to declare dependencies.
So chance is that you would run a test (depending on output from
another) *before* the dependant test is run.
Is this correct ?
-Mathieu
On 7/24/07, Dr. Alex. GOUAILLARD <[EMAIL PROTECTED]> wrote:
hi all,
38 matches
Mail list logo