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

2011-11-23 Thread Félix C . Morency
roach? 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 wrote: > On

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

2011-11-22 Thread Félix C . Morency
patch 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 --

[CMake] CMake, Qt4, Ubuntu and Phonon

2011-11-21 Thread Félix C . Morency
input 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 -- Power

[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.k

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

2008-10-23 Thread Félix C. Morency
les were not found for a > reason they didn't understand. Maybe it wasn't the most appropriate > use of the field, but that's what happened. > > > Thanks, > Eric > > > > On 10/22/08, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > > On Wednesday 2

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

2008-10-22 Thread Félix C. Morency
d the correct path suffix for the library to be found under FreeBSD 7.1 (beta). Cheers, Félix C. Morency Index: FindLua50.cmake === RCS file: /cvsroot/CMake/CMake/Modules/FindLua50.cmake,v retrieving revision 1.5 diff -r1.5 FindLua50.

[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

[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

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
7;t contain 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 CMAK

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. Mor

[CMake] CodeBlocks generator issues

2008-03-02 Thread Félix C. Morency
ebug such a target...". I guess those issues come from 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 ___

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@cmak

Re: [CMake] Waf build tool

2007-12-17 Thread Félix C. Morency
don't like the way 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;

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

Re: [CMake] SET_TARGET_PROPERTIES question on MacOSX

2007-12-04 Thread Félix C. Morency
(/usr/lib) if possible ? Libs handling 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

[CMake] SET_TARGET_PROPERTIES question on MacOSX

2007-12-04 Thread Félix C. Morency
x27;s framework within my 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.

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

2007-11-29 Thread Félix C. Morency
syntax 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 no

Re: [CMake] Using the WiX Generator for CPack

2007-11-29 Thread Félix C. Morency
gt; Some people were talking about using the InstallJammer installer into CPack: http://www.installjammer.com/ WiX does not seem to be portable to other platform than Windows. Regards, Félix C. Morency > :-) > David > > > On 11/25/07, Marcus <[EMAIL PROTECTED]> wrote: >

[CMake] GNU Make warnings

2007-11-28 Thread Félix C. Morency
very 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] 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] CTest XML-RPC submission problem

2007-11-20 Thread Félix C. Morency
nly one causing 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] 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

[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. Mo

[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] Re: CTest Patch

2007-10-24 Thread Félix C. Morency
e bug #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/lis

[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
t does 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 mai

[CMake] Project, dependendies and Dart2 questions

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

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") >

[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]>: > >

[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] CPack MacOSX support

2007-10-11 Thread Félix C. Morency
lly supported ? > > Regards, > Félix C. 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 &

[CMake] CPack MacOSX support

2007-10-11 Thread Félix C. Morency
formations about those tools. Regards, Félix C. Morency ___ 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 > > ) > > SET (MY_H > > ) > > SOURCE_GROUP (name_of_group > FILES > ${MY_CPP} > ) &

[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

[CMake] Re: Interresting dependency problem

2007-09-27 Thread Félix C. Morency
example if I have time or if someone asks for it. Please give me 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] Interresting dependency problem

2007-09-27 Thread Félix C. Morency
ld 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 -- Message: 3 Da

[CMake] Interresting dependency problem

2007-09-26 Thread Félix C. Morency
e the questions: 1. What solution do you think is the best: "A main master script" that knows every dependencies of every projects VS "Completly indenpendant build script" that we could simply include if we need them and their dependencies ? Please justify. 2. How can I achieve the first solution with CMake ? (Is it possible ?) 3: Is there any better solution that I don't see ? I would really like to know what you think about this problematic. Regard, 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
Yes this is it Javier, thank you. Excuse my poor english. Félix 2007/9/26, Javier Gonzalez <[EMAIL PROTECTED]>: > > Sean McBride wrote: > > On 9/25/07 12:06 PM, Félix C. Morency said: > > > > > >> I'm trying to create a MacOSX bundle with my appli

Re: [CMake] CPack MacOSX bundle

2007-09-26 Thread Félix C. Morency
ticaly 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:0

[CMake] CPack MacOSX bundle

2007-09-25 Thread Félix C. Morency
elp please. 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
uot;cmake -E cmake_link_script 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