Re: [CMake] CMake, Qt4, Ubuntu and Phonon

2011-11-23 Thread Félix C . Morency
? Regards, -- Félix C. Morency, M.Sc. Plateforme d’analyse et de visualisation d’images Centre Hospitalier Universitaire de Sherbrooke Centre de recherche clinique Étienne-Le Bel Local Z5-3031 | 819.346.1110 ext 16634 On Tue, Nov 22, 2011 at 5:11 PM, Clinton Stimpson clin...@elemtech.com wrote

Re: [CMake] CMake, Qt4, Ubuntu and Phonon

2011-11-22 Thread Félix C . Morency
the FindQt4 module if the community agrees on this solution. Regards, -- Félix C. Morency, M.Sc. Plateforme d’analyse et de visualisation d’images Centre Hospitalier Universitaire de Sherbrooke Centre de recherche clinique Étienne-Le Bel Local Z5-3031 | 819.346.1110 ext 16634 -- Powered

[CMake] CMake, Qt4, Ubuntu and Phonon

2011-11-21 Thread Félix C . Morency
on this issue and alternative permanent solution to the problem. Regards, -- Félix C. Morency, M.Sc. Plateforme d’analyse et de visualisation d’images Centre Hospitalier Universitaire de Sherbrooke Centre de recherche clinique Étienne-Le Bel Local Z5-3031 | 819.346.1110 ext 16634 -- Powered

[CMake] Git support status in CMake/CTest/CDash

2009-03-02 Thread Félix C . Morency
Hi, I want to know if there are any progress on git support for CMake/CTest/CDash. Is this planned to be released soon? Regards, Félix C. Morency ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com

Re: [CMake] [PATCH] FreeBSD Lua5.x default install path

2008-10-23 Thread Félix C. Morency
of the field, but that's what happened. Thanks, Eric On 10/22/08, Alexander Neundorf [EMAIL PROTECTED] wrote: On Wednesday 22 October 2008, Félix C. Morency wrote: Hi, It appears that FreeBSD 7.1 (beta) installs Lua5.1 in the following default path: /usr/local/lib/lua51

[CMake] FindCurses missing stuff

2008-08-13 Thread Félix C. Morency
Hi, The current FindCurses module doesn't support the wide char version of the libraries (cursesw/ncursesw). I would like to hear your point of view about how to add this to the current module. Regards, Félix C. Morency ___ CMake mailing list CMake

[CMake] [PATCH] FindLua5x header documentation fix

2008-08-13 Thread Félix C. Morency
Hi, This is a small fix to FindLua5x header documentation. Cheers, Félix C. Morency ? findLua5x_headerDocFix.patch Index: FindLua50.cmake === RCS file: /cvsroot/CMake/CMake/Modules/FindLua50.cmake,v retrieving revision 1.4

Re: [CMake] Check if a target has been added

2008-07-10 Thread Félix C. Morency
Thank you Alexander, the LOCATION solution worked like a charm. Cheers, Félix C. Morency ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Check if a target has been added

2008-07-08 Thread Félix C. Morency
Hi, I posted a message yesterday and found out that the method wasn't quite effective. If there any way of checking if a target has already been added to the build chain (resetting it at each configure) ? I have lots of projects depending on the same target and this produces makefile warnings and

[CMake] CommandLine VS GUI

2008-07-07 Thread Félix C. Morency
the libraries. Is there any workaround for the problem ? Cheers, Félix C. Morency ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Potential CMake bug ?

2008-06-23 Thread Félix C. Morency
Hi, Here's the situation: Install is performed according to the ${CMAKE_INSTALL_PREFIX}: install( FILES ${someFile) DESTINATION ${someRelativePath} ) This works great and don't need admin rights to make package. The problem is that I can't install anything in /etc without redefining the

Re: [CMake] CodeBlocks generator issues

2008-03-03 Thread Félix C. Morency
Philip, You seem to be right. Changing the build target to the name of my project did the trick. I can now run and debug the program successfully. Thank you, Félix C. Morency On 3/2/08, Philip Lowman [EMAIL PROTECTED] wrote: On Sun, Mar 2, 2008 at 7:06 PM, Félix C. Morency [EMAIL PROTECTED

[CMake] CodeBlocks generator issues

2008-03-02 Thread Félix C. Morency
CMake since all those features work with what I call a pure CodeBlocks project. Are those issues already known and if yes, are you planning on fixing them with the release of the 2.6.0 version ? Regards, Félix C. Morency ___ CMake mailing list CMake

Re: [CMake] Re: Migration to subversion

2007-12-23 Thread Félix C. Morency
And what about Bazaar (the tool used by Ubuntu/Caronical) ? http://bazaar-vcs.org/ Regards, Félix C. Morency Message: 2 Date: Sat, 22 Dec 2007 18:53:10 -0500 From: Brandon Van Every [EMAIL PROTECTED] Subject: Re: [CMake] Re: Migration to subversion To: cmake@cmake.org Message-ID: [EMAIL

Re: [CMake] Waf build tool

2007-12-17 Thread Félix C. Morency
it is implemented. Regards, Félix C. Morency Date: Mon, 17 Dec 2007 19:38:28 -0500 From: Brandon Van Every [EMAIL PROTECTED] Subject: Re: [CMake] Waf build tool To: cmake@cmake.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1 On Dec 16, 2007 1:11 PM, Gonzalo Garramuño

Re: [CMake] SET_TARGET_PROPERTIES question on MacOSX

2007-12-05 Thread Félix C. Morency
Mike, Thank again for your answers. I checked your tool and it seems to work great here. I will add some more features (QT4 sublibs) to it and send you the patch asap. I will follow your advices and concentrate my efforts on making my bundle the good way. Regards, Félix C. Morency On Dec 4

[CMake] SET_TARGET_PROPERTIES question on MacOSX

2007-12-04 Thread Félix C. Morency
bundle with the INSTALL( DIRECTORY...) command. Is there any better way to do this ? I think the current tools work great with CMake generated libs/projects/framework but I think there is a lack in third libs/projects/framework party inclusion support. Regards, Félix C. Morency

Re: [CMake] SET_TARGET_PROPERTIES question on MacOSX

2007-12-04 Thread Félix C. Morency
under OSX is a real PITA. I will give you my feedback soon. Regards, Félix C. Morency On Dec 4, 2007 4:08 PM, Mike Jackson [EMAIL PROTECTED] wrote: Welcome to the can of worms called install_name_tool on OS X. Yes, you can change 3rd party libs.. with one BIG caveat. Who ever compiled it needs

Re: [CMake] Using the WiX Generator for CPack

2007-11-29 Thread Félix C. Morency
to be portable to other platform than Windows. Regards, Félix C. Morency :-) David On 11/25/07, Marcus [EMAIL PROTECTED] wrote: Hi, A CPack WiX Generator is mentioned on this page in the wiki: http://www.cmake.org/Wiki/CPack:Generator_Information Does this generator actually

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

2007-11-29 Thread Félix C. Morency
for every platform within CMake Although using native system installer isn't a bad idea, it could be nice to support cross-platform installers. Anyway, I found this idea on the CMake bug/feature tracker. It is not from me. Regards, Félix C. Morency It does not yet exist. If you would like

[CMake] GNU Make warnings

2007-11-28 Thread Félix C. Morency
annoying since it is detected as a compilation warning by Dart2 and it pollute my logs. Regards, Félix C. Morency ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] CTest XML-RPC submission problem

2007-11-20 Thread Félix C. Morency
this problem. I'm using CMake 2.4.7 Regards, Félix C. Morency ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Re: CTest XML-RPC submission problem

2007-11-20 Thread Félix C. Morency
Hi, I little update to notice you that if I submit the file with the DartClient.jar (Dart2) application, everything is working fine. Regards, Félix C. Morency ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] CMAKE_SYSTEM_PROCESSOR question

2007-11-09 Thread Félix C. Morency
Hi, I'm using ${CMAKE_SYSTEM_PROCESSOR} in my cmake configure script but when I call the script with CTest (ctest -S ...), it complains that this variable is empty. Is there any way to override this ? Regards, Félix C. Morency ___ CMake mailing list

[CMake] Copyonly symlink ?

2007-11-01 Thread Félix C. Morency
Hi, With the CONFIGURE_FILES( ... COPYONLY ) command, is it possible to make a symlink to the file on system that supports symlink and really copy the file on system that doesn't support symlink ? If not, is there another way to do this ? Regards, Félix C. Morency

[CMake] Re: CTest Patch

2007-10-24 Thread Félix C. Morency
#0005936. It would be wise tho to change the way the SVN executable is called by setting this variable to the english locale before. What do you guys think ? Regards, Félix C. Morency ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo

[CMake] Re: CTest Patch

2007-10-24 Thread Félix C. Morency
Hi, I added usefull information on using SVN with CMake/CTest on the Wiki: http://www.cmake.org/Wiki/CMake_Scripting_Of_CTest#CTest_Scripting Feel free to give me feedback and to add/change the information if its not correct enought. Regards, Félix C. Morency

[CMake] CTest patch

2007-10-23 Thread Félix C. Morency
I didn't break anything. Regards, Félix C. Morency cmCTestUpdateHandler.cxx.patch Description: Binary data ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] CTest continuous build

2007-10-22 Thread Félix C. Morency
not perform the build when the project is up to date (even if the lib doesn't exist) (I have to verify if it does it when there is changes). Is there any way to tell CTest to always perform the build ? Regards, Félix C. Morency ___ CMake mailing list CMake

[CMake] Project, dependendies and Dart2 questions

2007-10-18 Thread Félix C. Morency
exist ? Regards, Félix C. Morency ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Re: [Dart] Submission question

2007-10-17 Thread Félix C. Morency
Hi Bill, Even if the project hasn't been build, the Experimental project only do a submission without rebuilding. I tried to set the dependencies by hand but it wasn't successfull. Any ideas ? Regards, Félix C. Morency 2007/10/16, Bill Hoffman [EMAIL PROTECTED]: Félix C. Morency wrote: Hi

Re: [CMake] Re: [Dart] Submission question

2007-10-17 Thread Félix C. Morency
2007/10/17, Félix C. Morency [EMAIL PROTECTED]: Hi, I have those two lines in my CMakeLists.txt: ENABLE_TESTING() INCLUDE(CTest) And those lines in my CTestConfig.cmake: SET (CTEST_PROJECT_NAME TestProject) SET (CTEST_NIGHTLY_START_TIME 21:00:00 EDT) SET (CTEST_DROP_METHOD xmlrpc

[CMake] CPack MacOSX support

2007-10-11 Thread Félix C. Morency
about those tools. Regards, Félix C. Morency ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CPack MacOSX support

2007-10-11 Thread Félix C. Morency
. Morency 2007/10/11, David Cole [EMAIL PROTECTED]: On 10/11/07, Félix C. Morency [EMAIL PROTECTED] wrote: 1. Is there any way to include 3rd party libraries in a generated bundle (.app) with CMake/CPack (.dmg) ? Currently, the 3rd party are out of the bundle and this is quite ungood

[CMake] RE: CPack MacOSX support

2007-10-11 Thread Félix C. Morency
Hi, Actually the library isn't build by CMake. It is a 3rd party library already builded (a .dylib actually) so it doesn't answer the question, sorry. Regards, Félix ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Headers listing in Visual Studio

2007-10-04 Thread Félix C. Morency
Thank you all, it does work perfectly. Félix C. Morency 2007/10/3, Ben Ratzlaff [EMAIL PROTECTED]: Here is how I do it: SET (MY_CPP source files ) SET (MY_H header files ) SOURCE_GROUP (name_of_group FILES ${MY_CPP} ) SOURCE_GROUP (name_of_group\\headers FILES

[CMake] Headers listing in Visual Studio

2007-10-03 Thread Félix C. Morency
with ADD_CUSTOM_COMMAND( OUTPUT ${PROJECT_NAME} MAIN_DEPENDENCY ${PROJ_HDRS} ) but only the last header file listed in ${PROJ_HDRS} appears in the IDE. Could someone help please ? Also, could we do the same thing with generated MOC files (QT4) ? Thank you, Félix C. Morency

Re: [CMake] Interresting dependency problem

2007-09-27 Thread Félix C. Morency
on an automatically written cmake script. I would like to know more about it and how it can be acheived. The use of pkgconfig is prohibited, just like shell scripts and env. variables. The solution has to be as portable as it can be (win32, linux, macosx, etc.) Thank you again, Félix C. Morency

[CMake] Re: Interresting dependency problem

2007-09-27 Thread Félix C. Morency
your feedback about it. Thank you for reading me, Félix C. Morency ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CPack MacOSX bundle

2007-09-26 Thread Félix C. Morency
with the installer (.dmg). Of what I understood of my readings, NSStatusItem is for placing the application in the status bar. I am really a MacOSX noob so excuse my misunderstanding Regards, Félix C. Morency 2007/9/26, Sean McBride [EMAIL PROTECTED]: On 9/25/07 12:06 PM, Félix C. Morency said: I'm trying

[CMake] Interresting dependency problem

2007-09-26 Thread Félix C. Morency
think about this problematic. Regard, Félix C. Morency ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] CPack MacOSX bundle

2007-09-25 Thread Félix C. Morency
. Thank you, Félix C. Morency ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Library linking cmake's bug with QT4

2007-09-14 Thread Félix C. Morency
CMakeFiles/PETHardwareHandlers.dir/link.txt, it does link well and build the lib. Any hints ? Regards, Félix C. Morency ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake