Re: [CMake] GSOC 2018 CMake Project for Kodi

2018-03-08 Thread mike lojkovic
Alright, signing up for a community college course does suffice. I'm definitely interested in this project. My actual computer is going to be down for at least a few more days. The damn thing sprung a leak, and Performance pcs is out of the right tubes. (using mobile for now) I should be back up a

[CMake] Building cmake with CMAKE_FIND_ROOT_PATH - binary containing dash within RPATH

2017-12-15 Thread Mike Bergmann
(CMAKE_LIBRARY_PATH /home/mdb/Toco/sdk/bsp/local/lib) within CMakeLists.txt If I patch the cmake binary using chrpath to contain the path without the dash it seems to work. What's the dash within the RPATH for? How do I get rid of this dash? Thanks a lot Mike -- Powered by www.kitware.com Please

[CMake] Building dependency project as static lib and exe.

2017-05-06 Thread mike lojkovic
I have a project that uses lua. cmake is able to build lua statically and shared, without issue. (shared for debug static for releases on Windows) The only issue is when I'm doing a release build I need to also build the lua.exe, so I can process and embed my lua scripts in the exe. add_custom_com

[CMake] Saving clang output to file when cmake is used with CLion

2017-04-12 Thread mike lojkovic
I have a script I'm using to figure out which headers should be in my precompiled header. It requires the clang -H flag passed to work. I'm able to get the output on the console without issue, but can't figure out how to just pass clang's output to a file for my script to analyze. redirecting the c

[CMake] Is it possible to patch a make project with CMakeLists.txt, through external_project_add?

2017-03-14 Thread mike lojkovic
So, I'm trying to get my project to work on Windows, as well as Linux. Currently, everything compiles fine on Linux. I've gotten it to compile in the past on Windows, but since then have reinstalled Windows, and forgotten the precise steps needed to manually setup Lua, so CMake can find it. So, I a

[CMake] Ctest logs error but returns zero exit code.

2017-01-06 Thread Mike Nicholson
accordingly. I’d be happy to contribute a patch but before investing the time to do so I’d like to understand if this is expected behavior and if so the reasoning behind it. Thanks, Mike Nicholson -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http

Re: [CMake] Windows path too long

2016-09-08 Thread mike lojkovic
Can you change to windows 10? If you are on 10, you can turn the restriction off. Otherwise, I believe there's complicated ways to shorten the path. http://m.slashdot.org/story/311861 On Sep 7, 2016 8:07 AM, "David Cole via CMake" wrote: > I suppose the obvious "use shorter paths and names" is

Re: [CMake] Support for colored makefile output with tmux

2016-03-26 Thread Mike Lui
Liew wrote: > On 26 March 2016 at 09:30, Dan Liew wrote: > > On 26 March 2016 at 01:15, Mike Lui wrote: > >> When I use tmux and set my TERM to either 'tmux' or 'tmux-256color', I > don't > >> get colorized output of from cmake generated Ma

[CMake] Support for colored makefile output with tmux

2016-03-25 Thread Mike Lui
When I use tmux and set my TERM to either 'tmux' or 'tmux-256color', I don't get colorized output of from cmake generated Makefiles. Is this a known issue? On 4.4.5-1-ARCH w/ CMake 3.5.0 -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.

Re: [CMake] OS-X app bundle - executable name vs bundle name

2014-02-05 Thread Mike Krus
bash script (also processed via CONFIGURE) which runs a combination of qt's macdeployqt (for the qt frameworks), dylibbundler (from macport) and install_name_tool to make sure all the bundle is completely relocatable. It'll will also codesign the whole lot and create a nice dmg for the

[CMake] Can't add /usr/include headers directory when using cmake

2014-01-15 Thread Mike Gorchak
Hi all, I'm using QNX and cmake works fine under it, except for one thing. By default compilation under QNX looks like cross-compilation even if you work using x86 platform and compiling for x86 platform too. By default gcc does not has /usr/include directory as default directory for headers, ins

Re: [CMake] Repeated Cmake runs with ParaView on OsX with Ninja CMake 2.8.12.1

2014-01-06 Thread Mike Krus
Hi I'm getting the same behaviour with CMake 2.1.12.X on my own project. The behaviour has been reported on the ninja mailing list. Doesn't seem to be clear where the issue is… Mike On 28 Dec 2013, at 17:52, Utkarsh Ayachit wrote: > I'm seeing a strange behavior since

[CMake] Generator Toolset fails

2013-05-29 Thread Mike
Hello, I'm trying to generate a Visual Studio 11 solution using v100 toolset and it is failing to compile a test program: I run cmake -G "Visual Studio 11 Win64" -T "v100" -- The C compiler identification is MSVC 16.0.40219.1 -- The CXX compiler identification is MSVC 16.0.40219.1 -- Check for w

[CMake] Generated Files Dependencies

2013-05-27 Thread Mike Krus
f all the other files in the library, so if I change the .proto file, the .cc and .h get regenerated (good), but then my entire library gets recompiled (not just the files that #include the generated .h file, bad!). Is there an easy way of stopping this? Is it a CMake bug? Cheers, Mike

[CMake] find_library not using CMAKE_LIBRARY_ARCHITECTURE on Windows

2013-01-22 Thread Mike
For the MSVC builds of my project, I have pre-built libraries set up with the following layout: ext/ libname/ include/ lib/ vc90/ vc100/ vc110/ libname-config.cmake libname-config-version.cmake And so on. It seemed like a good way to go, to build my own *-config sc

Re: [CMake] ASM on the Mac

2012-11-05 Thread Mike Krus
/FlowScalarField64.asm.o ../../products/4DMove/tools/sediment/src/FlowScalarField64.asm nasm: fatal: unrecognized debug format `/Library/Frameworks' for output format `bin' Any ideas why it's picking up those definitions? On 5 Nov 2012, at 15:54, Mike Krus wrote: Hi got some issues compi

[CMake] ASM on the Mac

2012-11-05 Thread Mike Krus
ct file already and trying to link it rather than compile it. Any suggestions? Mike Mike Krus (PhD) - Principal Software Engineer Midland Valley Exploration 144 West George Street Glasgow G2 2HG, UK Tel: +44 141 332 2681 Fax: +44 141 332 6792 -- Powered by www.kitware.com Visit oth

Re: [CMake] Rebuild custom command when source file changes

2012-04-06 Thread Mike
ll post about the results once I've worked it out. Mike On 6 April 2012 10:00, Mike wrote: > Hello, > > I have a custom build command which executes an internal resource compiler > and I am having trouble getting it to rebuild whenever one of the files > being packaged is chang

[CMake] Rebuild custom command when source file changes

2012-04-06 Thread Mike
xe ARGS -i ${rsm_infile} -o ${rsm_outfile} -v 0 VERBATIM ) This works when ${rsm_infile} changes, but not when the files in ${rsm_input_files} (or, rather, ${rsm_files_as_deps}) change. What am I missing? Thanks, Mike -- Powered by www.kitware.com Visit other Kitware open-sou

[CMake] Building CMake for HP NonStop

2012-04-03 Thread Mike Clapper
Hello, I am trying to bootstrap CMake-2.8.7 to HP NonStop using the OSS environment. The environment provided by OSS is very similar to Linux and Unix. The underlying hardware is IA64. Using the documents on the CMake site, I can get bootstrap to complete but the subsequent make fails. I have

Re: [CMake] Different targets for different configurations

2012-03-23 Thread Mike Krus
On 23/03/2012 09:10, Mike Krus wrote: Technically, that command could run when CMake is invoked (ie before any build invocation). In that case, if the generator is Visual Studio, I would simple run the script twice, once with parameters compatible for debug, once for release... Is there a way to

Re: [CMake] Different targets for different configurations

2012-03-23 Thread Mike Krus
ated at "build time" and not at CMake time. well I can only use those for parameters for the command. I would want to specify a configuration dependant OUTPUT value. I suppose I could do 2 commands, add a target for each of them. But then how to do I do configuration dependent DEPEND

[CMake] Different targets for different configurations

2012-03-22 Thread Mike Krus
_LINK_LIBRARIES lets me specify different libs) Cheers, Mike ADD_CUSTOM_COMMAND( OUTPUT ${PROJECT_BINARY_DIR}/${CMAKE_BUILD_TYPE}$(CONFIGURATION)setupdone.txt COMMENT "Preparing build environment" COMMAND ${PYTHON_EXECUTABLE} ${PROJECT_BINARY_DIR}/SetupScript.p

[CMake] PCH & Qt (UIC)

2012-03-07 Thread Mike Krus
be included in our .h files. Would be nice, but we have a lot of legacy code to go through... I've tried to hack the script above to add the ui_*.h files as dependencies of the generated gch file, but it does not seem to work... Anybody got this to work? Cheers, Mike -- Mike Kr

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

2011-10-24 Thread Mike Wittman
http://public.kitware.com/Bug/view.php?id=8438 -Mike On 10/21/2011 01:20 PM, David Cole wrote: As an esteemed colleague has pointed out, those with "reporter" level account in Mantis may not edit bugs other than their own directly. So. if you are in that boat, but would like to

[CMake] ctest_update fails

2011-10-03 Thread Mike Owens
y problems. Also svn status says that there isn't any problems with the source directory. Are there any known problems with ctest_update with cmake 2.8.5? -- Mike Owens signature.asc Description: This is a digitally signed message part -- Powered by www.kitware.com Visit other Kitware

Re: [CMake] Adding a custom line to CMake's makefiles?

2011-09-09 Thread Mike Wittman
execution -- the documentation below is from 1998.) If you still don't believe :) try putting the following in a Makefile and running MAKEFLAGS=j3 make all: r1 r2 r3 r1 r2 r3: echo rule $@; sleep 5 -Mike On 09/09/2011 02:55 PM, Jean-Christophe Fillion-Robin wrote: Reading through

Re: [CMake] Adding a custom line to CMake's makefiles?

2011-09-09 Thread Mike Wittman
If you are building on Linux, try MAKEFLAGS=j8 make distcheck I have successfully used the MAKEFLAGS environment variable to propagate parallel build invocations through scripts that invoke make with fixed options. -Mike On 09/09/2011 09:21 AM, Clifford Yapp wrote: I can finally give a

[CMake] Invitation to connect on LinkedIn

2011-05-06 Thread Mike Maul via LinkedIn
LinkedIn Mike Maul requested to add you as a connection on LinkedIn: -- Robert, I'd like to add you to my professional network on LinkedIn. - Mike Accept invitation from Mike Maul http://www.linkedin.com/e/-nf7vxk-gndtdt

Re: [CMake] [cmake-developers] Bug fix requests for the *next* release of CMake...

2011-03-29 Thread Mike Wittman
I'll third that. I'd like to see 8438 addressed as well. -Mike On 03/29/2011 02:56 PM, Tyler wrote: > Eric, those all look good, but I'd like to particularly +1 this one: > > http://public.kitware.com/Bug/view.php?id=8438 > > I've hacked around this defici

Re: [CMake] CPack 101

2010-12-23 Thread Mike McQuaid
be able to do common tasks using INSTALL(SOMETHING) to e.g. run fixup for you without having to use another script or INSTALL(CODE). -- Mike McQuaid http://mikemcquaid.com ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://w

Re: [CMake] CPack 101

2010-12-23 Thread Mike McQuaid
rs to pick apart. I would agree with this. There's probably a fair amount of wiki organisation that could be done (which I guess I could help with too) and some of it could be rolled into the main CMake documentation perhaps (such as variable descriptions). I too would love more development/

Re: [CMake] CPack 101

2010-12-23 Thread Mike McQuaid
iling list.  Write some tested, documented code and > contribute it. Great, I think I understand how to do that a bit better now. It would be great if the contents of your email above was included here: http://www.cmake.org/cmake/project/getinvolved.html and also possibly on

Re: [CMake] CPack 101

2010-12-23 Thread Mike McQuaid
less code writing. > Again, let me stress, no offense taken. There is no way you can offend me, > unless you start calling me names for no reason. Reasonable discussion > always welcome. So can I call you names as long as I have a good reason? ;) -- Mike McQuaid http://mikemcquaid.com

Re: [CMake] CPack 101

2010-12-23 Thread Mike McQuaid
I don't cause any offense here either. I'm passionate about CMake because I like the tool and want to make it better. -- Mike McQuaid http://mikemcquaid.com ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://w

Re: [CMake] CPack 101

2010-12-23 Thread Mike McQuaid
o). I agree. I think the install-time/CPack/dependency stuff needs some work. -- Mike McQuaid http://mikemcquaid.com ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please k

Re: [CMake] CPack 101

2010-12-23 Thread Mike McQuaid
is stuff but I create bugs and they are ignored and then post on the mailing list and no-one from Kitware comments. I really appreciate that everyone is very busy but it feels like the CPack developers think it's good enough as-is and aren't particularly interested in attracted new

Re: [CMake] FindQt4 doesn't provide plugin variables

2010-12-21 Thread Mike McQuaid
ds like a perfect argument for this module existing in some form. This is definitely something non-intuitive about using CMake with Visual Studio. It would be good if these sort of rough edges could be sorted out with modules. -- Mike McQuaid http://mikemcquaid.com _

Re: [CMake] FindQt4 doesn't provide plugin variables

2010-12-21 Thread Mike McQuaid
ugins "belong" to what modules. -- Mike McQuaid http://mikemcquaid.com ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the

Re: [CMake] FindQt4 doesn't provide plugin variables

2010-12-21 Thread Mike McQuaid
rly) intelligently loops through and adds variables for every single plugin. Would love to get it merged. -- Mike McQuaid http://mikemcquaid.com ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/open

[CMake] InstallRequiredSystemLibraries cannot install just debug libraries

2010-12-21 Thread Mike McQuaid
eport about this: http://public.kitware.com/Bug/view.php?id=11141 -- Mike McQuaid http://mikemcquaid.com ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messag

[CMake] CMAKE_SKIP_INSTALL_RULES doesn't work

2010-12-21 Thread Mike McQuaid
either the documentation or the code fixed to use the documented variable. I've filed a bug report about this: http://public.kitware.com/Bug/view.php?id=11127 I'm happy to work on a patch if we can agree on a best approach. -- Mike McQuaid ht

[CMake] CPACK_NSIS_MUI_ICON only used when CPACK_NSIS_MUI_UNIICON also set

2010-12-21 Thread Mike McQuaid
ional, let me know and I'll create a patch. I also filed a bug about this: http://public.kitware.com/Bug/view.php?id=11143 -- Mike McQuaid http://mikemcquaid.com ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

[CMake] FindQt4 doesn't provide plugin variables

2010-12-21 Thread Mike McQuaid
sites cannot help with this. I've created an initial patch here: http://public.kitware.com/Bug/view.php?id=11145 I think this is another thing that will help in the deployment of Qt applications using CPack. -- Mike McQuaid http://mikemcquaid.com _

Re: [CMake] How to detect whether CMake scripts are executing under / within CPack environment?

2010-12-20 Thread Mike McQuaid
;m trying to use it for some open-source projects and producing decent Mac KDE binary packages. This is a problem that I keep running into again and again and currently there isn't a nice solution. When I show people INSTALL(CODE) blocks or external scripts required for the above, they go "

Re: [CMake] How to detect whether CMake scripts are executing under / within CPack environment?

2010-12-20 Thread Mike McQuaid
my experience, literally every time I've used CPack for a project or recommended it to others they've required this functionality. That's not to say that it is used in every single project using CPack out there but it seems to be necessary to a lot of users. -- Mike McQuaid http://mikem

Re: [CMake] How to detect whether CMake scripts are executing under / within CPack environment?

2010-12-20 Thread Mike McQuaid
On 20 December 2010 12:34, David Cole wrote: > On Sun, Dec 19, 2010 at 3:50 PM, Mike McQuaid wrote: > When you find yourself in the "must escape too much" situation in an > INSTALL(CODE scenario you should switch to writing out a script that you > then include with an

Re: [CMake] How to detect whether CMake scripts are executing under / within CPack environment?

2010-12-19 Thread Mike McQuaid
t; ) However, you then need to put all your CMake logic in INSTALL(CODE ...) logic. Either later tonight or tomorrow I'll post my suggestions to this list for possible patches I will try and get included to improve this situation as INSTALL(CODE ...) escaping isn't trivial. -- Mike Mc

Re: [CMake] makefile to CMakeLists.txt, possible?

2010-09-02 Thread Mike McQuaid
to run CMake ONCE (as you said developers rarely ever touch CMake files). If you want to use Makefiles, fine, but without benchmarks your argument is pretty meaningless FUD against CMake and other makefile generators. -- Cheers, Mike McQuaid http://mikemcquaid.com _

Re: [CMake] makefile to CMakeLists.txt, possible?

2010-09-02 Thread Mike McQuaid
ve worked on don't keep any generated files in version control, be it from the makefile generator, code generator or binary files. -- Cheers, Mike McQuaid http://mikemcquaid.com ___ Powered by www.kitware.com Visit other Kitware open-source pro

Re: [CMake] Using mingw from cygwin terminal (/cygwin directory problems)

2010-08-31 Thread Mike McQuaid
efiles. Basically, your options are using the version of mingw provided with cygwin or using the CMake Windows version and remembering to specify mingw-make as the generator from the GUI. -- Cheers, Mike McQuaid http://mikemcquaid.com ___ Powered by

Re: [CMake] Using mingw from cygwin terminal (/cygwin directory problems)

2010-08-31 Thread Mike McQuaid
ant to > have to use it), but when I run cmake is still picks up /usr/bin/c++.exe at > the default and tries to compile using /home for all the paths. To do this you need to use a version of CMake compiled in Cygwin. I'm pretty sure a binary package is available in the package manag

Re: [CMake] Different configurations with Visual Studio

2010-08-26 Thread Mike McQuaid
/else statements depending on your platform and just use a different build directory for each platform, then each will have a different build folder but also a different CMake cache so the variables will be parsed differently. -- Cheers, Mike McQuaid http://mikemcquaid.com/ ___

Re: [CMake] several questions about cmake

2010-08-25 Thread Mike McQuaid
; what it is, and if other unix users have issues, we can fix the cmake > file then.  The typical sloppiness of someone not dealing with their > native platform, I guess :) > > There are other problems with converting this file, but I want to > start w

Re: [CMake] Windows debugger command project settings

2010-08-22 Thread Mike McQuaid
install target, then > run the regular one, having put the install location of the libraries into > your RUNTIME_LIBRARY_DIRS) Another alternative would be to use InstallRequiredSystemLibraries, BundleUtilities and/or GetPrerequisites. -- Cheers

Re: [CMake] BundleUtilities naming and easing packaging

2010-08-20 Thread Mike McQuaid
creates a binary package for distribution. In this case, they will have the various libraries already on their system but the end-user of the package won't. As a result, they will want to ensure that these are all distributed. In short, the difference between 2) and 3) only really ma

[CMake] BundleUtilities naming and easing packaging

2010-08-20 Thread Mike McQuaid
velop these features, if they'd be accepted. It was suggested that both would require Kitware buy-in before I should start working on them. Thanks! -- Cheers, Mike McQuaid http://mikemcquaid.com ___ Powered by www.kitware.com Visit other Kit

Re: [CMake] vcproj2cmake.rb script: announcing new version / hosting questions

2010-06-14 Thread Mike Jackson
Put the scripts in the cmake wiki and put it into the public domain. Easiest for all. - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio On Jun 13, 2010, at 16:33, Andreations

[CMake] How to determine the fortran compiler

2010-06-03 Thread Mike Jackson
What is the accepted way to determine the fortran compiler vendor? Nothing is jumping out at me in the docs. Thanks - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio

Re: [CMake] Help: How to show Qt src file in out-source folder build mode for Eclipse CDT project

2010-05-09 Thread Mike Jackson
If you look on the wiki there is another method that does support out of source builds. You have to generate makefiles first then manually create the eclipse projects. - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net

Re: [CMake] Effort to create a new generator (tup)

2010-05-07 Thread Mike Shal
nice not to have to worry if you miss a dependency (since you'll get an error message). I think this is better than standard make, which may just silently work in such cases, and give you problems with future clean or parallel builds. Maybe with CMake you don't have these issues. -Mike __

Re: [CMake] Effort to create a new generator (tup)

2010-05-07 Thread Mike Shal
t > a CMakeLists.txt file (the input to cmake), run tup, and have the right > stuff happen. Is the normal mode of operation to run 'cmake' followed by 'make'? Do you not need to run 'cmake' ever again because 'make' is setup to re-create the Makefiles from

Re: [CMake] Effort to create a new generator (tup)

2010-05-05 Thread Mike Shal
in everything getting re-built as a final test. In your case, I guess this would mean copying the library, and temporarily changing the test case to use the copy instead of the main library. I can see how that would get annoying though, so maybe it would

Re: [CMake] Effort to create a new generator (tup)

2010-05-05 Thread Mike Shal
On 5/5/10, Bill Hoffman wrote: > On 5/5/2010 3:39 PM, Mike Shal wrote: > > > On Tue, May 4, 2010 at 5:47 PM, Bill Hoffman > kitware.com> wrote: > > > > > On 4/22/2010 3:47 PM, Gustavo Sverzut Barbieri wrote: > > > > > > > As we never

Re: [CMake] Effort to create a new generator (tup)

2010-05-05 Thread Mike Shal
t I wrote tup. What part of making a CMake generator do you think would tax tup? (Apologies if I break the threading - I just signed up to the list and tried to reply from the archived message). Thanks, -Mike ___ Powered by www.kitware.com Visit other

Re: [CMake] cmake: could NOT find Boost

2010-05-04 Thread Mike Ladwig
The "clean build tree" seems to have been the problem. Looks as if I needed to start clean every time I tried a new configuration approach. Much thanks! On Tue, May 4, 2010 at 1:01 PM, S Roderick wrote: > On May 4, 2010, at 12:41 , Mike Ladwig wrote: > > > Hi. > &

[CMake] cmake: could NOT find Boost

2010-05-04 Thread Mike Ladwig
Hi. I'm having a problem compiling scantailor on CentOS 5.4. The version of cmake that comes with CentOS was too old, so I downloaded the current cmake binary, which seems to be working well. The problem is that the CentOS version of boost is also out-of-date, so I needed to download and build t

Re: [CMake] Mailing list footer

2010-05-03 Thread Mike Jackson
Or at least format the footer to not take as many lines. - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio On May 3, 2010, at 2:58, Michael Wild wrote: > Hi > > I rea

Re: [CMake] How do I tell cmake not to create a console window?

2010-05-02 Thread Mike Jackson
add_executable(simple simple.c) _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software Engineer Dayton, Ohio On Sun, May 2, 2010 at 10:20 AM

Re: [CMake] Configure Mac OS X for 32-bit

2010-05-02 Thread Mike Jackson
Actually the gcc flags for OS X are: -arch i386 -arch x86_64 -arch ppc -arch ppc64 He should not have to set any environment variables but simply set the correct CMAKE_OSX_ARCHITECTURES when he uses cmake. _ Mike Jackson

Re: [CMake] Configure Mac OS X for 32-bit

2010-05-02 Thread Mike Jackson
2 bit i386 executable on OS X 10.6. You can generate a 32 bit PPC executable by setting CMAKE_OSX_ARCHITECTURES=ppc. The set the CMAKE_BUILD_TYPE to "Debug" and that should get you a 32 bit PPC executable that has Debugging symbols. __

Re: [CMake] Configure Mac OS X for 32-bit

2010-05-01 Thread Mike Jackson
You need to set the CMAKE_OSX_ARCHITECTURES to i386. The default build on snow leopard is 64bit where as on leopard it is 32 bit. - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio

Re: [CMake] Can't double-click to launch Mac app bundle

2010-04-23 Thread Mike Jackson
What error message is given? Did you copy the qtmenu.nib into the proper place in the case of a cocoa application. - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio On Apr 23

Re: [CMake] Looking for a way to do 'make install' to a destination

2010-04-19 Thread Mike Jackson
Run ccmake or cmake-GUI and set the cmake_ install_ prefix - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio On Apr 19, 2010, at 6:16, Magnus Therning wrote: > It's so

Re: [CMake] CMake 2.8.1 + Qt/Cocoa + OS X Problem -- qt_menu.nib not getting copied

2010-04-15 Thread Mike Jackson
. - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio On Apr 15, 2010, at 17:06, kent williams wrote: > I'll include my CMakeLists.txt at the end of this message, but the &g

Re: [CMake] Problem linking dynamic libraries on MacOSX

2010-04-07 Thread Mike Jackson
libraries residing in another folder. - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio On Apr 7, 2010, at 6:40, Frank Stappers wrote: > Hello, > > Currently, I have

Re: [CMake] Is there really any cmake support?

2010-04-04 Thread Mike Jackson
Sorry sent too quick. So download Qt from Nokias web site, install that, then try building VTK with qt support turned on. You should be able to compile vtk with mingw ising the defaults for vtk. Try that first before try to compile vtk with at support. - Mike Jackson

Re: [CMake] Is there really any cmake support?

2010-04-04 Thread Mike Jackson
Did you build Qt prior to try to build vtk with qt support? You can download the MinGW versionof Qt from Nokiaa - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio On Apr 4, 2010

Re: [CMake] How to determine CPU features

2010-03-26 Thread Mike Jackson
E_CXX_FLAGS} /arch:SSE2") set (SSE_COMPILE_FLAGS " /arch:SSE2 ") else() set (HAVE_INTRIN_H 0) endif() endif() endif() # End _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.ne

Re: [CMake] One folder to rule them all...

2010-03-24 Thread Mike Jackson
you could just name the project "__MasterProject" which would filter it to the top of the list. ;-) _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principa

Re: [CMake] Handling library dependencies and minimizing duplicated include_directories

2010-03-20 Thread Mike Jackson
e()" for you. Then your cmake files look something like this. set (CMAKE_MODULE_PATH "Path/To/Your/Find*.cmake/Dir" ${CMAKE_MODULE_PATH} ) Find_package(GFL) add_library(somelib ${srcs}) target_link_libraries (somelib ${GFL_LIBRARIES} ) This is much more scalable. Does that help?

Re: [CMake] Proper way to set a binary folder inside of the "Debug" folder for Visual Studio

2010-03-18 Thread Mike Jackson
Guys, thanks for the suggestions. I'll give them a try in the morning. Hacking on ParaView currently... _ Mike Jackson mike.jack...@bluequartz.net On Thu, Mar 18, 2010 at 5:09 PM, David Cole wrote:

[CMake] Proper way to set a binary folder inside of the "Debug" folder for Visual Studio

2010-03-18 Thread Mike Jackson
d a post build step be required for this or something else? _____ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software Eng

Re: [CMake] Still no luck with visual studio 2008

2010-03-17 Thread Mike Jackson
Did you compile Qt with Visual Studio? That is what the error is saying. You are trying to configure your project using the visual studion generator against a Qt built with MinGW. You can not do this. _ Mike Jackson

Re: [CMake] Function for visibility definitions

2010-02-10 Thread Mike Jackson
And what happens when a project wants to use my library? That project must now use Cmake and your macro. What if a project downstream can not use Cmake to define those macros? What then? Mike Jackson On Feb 11, 2010, at 2:04, Hilton Medeiros wrote: Hello Christian, thanks for the

Re: [CMake] How to findXXX libraries with debug suffix

2010-02-09 Thread Mike Jackson
builds all of them first before the mail CxImage is built. You can pull any of these projects to take a look at how I chose to implement the CMake specifics. _ Mike Jackson mike.jack...@bluequartz.net On Tue, Feb 9, 2010

Re: [CMake] How to use DEFINE_SYMBOL properly?

2010-02-09 Thread Mike Jackson
your project. Also, if you are converting another non-cmake project to CMake then how that projects goes about implementing their visibility macros may be different than how CMake chose to do it. _____ Mike Jackson mike.jack..

Re: [CMake] How to findXXX libraries with debug suffix

2010-02-09 Thread Mike Jackson
ode is taken directly from the FindQt4.cmake file. _ Mike Jackson mike.jack...@bluequartz.net On Tue, Feb 9, 2010 at 8:40 AM, Luigi Calori wrote: > Hi Mike, thanks for the code, I' ll try to understand it and to apply

Re: [CMake] How to use DEFINE_SYMBOL properly?

2010-02-09 Thread Mike Jackson
http://www.cmake.org/Wiki/BuildingWinDLL _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software Engineer Dayton, Ohio On Tue, Feb 9, 2010

Re: [CMake] How to findXXX libraries with debug suffix

2010-02-09 Thread Mike Jackson
) # Restore CMAKE_REQUIRED_INCLUDES and CMAKE_REQUIRED_FLAGS variables SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES_SAVE}) SET(CMAKE_REQUIRED_FLAGS${CMAKE_REQUIRED_FLAGS_SAVE}) # # ENDIF (EXPAT_FOUND) --8< ___

Re: [CMake] How to get Qt shared libraries to install with cmake 2.8.0

2010-02-03 Thread Mike Jackson
MENT "Copying ${qtlib}4.dll to ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Release/") ENDIF (WIN32) ENDFOREACH(qtlib) endif() endif(DEFINED QT_QMAKE_EXECUTABLE) endif() _____ Mike Jackson mike.ja

[CMake] WPP and Generated Headers

2010-01-28 Thread Mike Roberts
enerate 'foo.cpp.tmh' regardless of whether 'foo.cpp' has been modified or not. This has the effect of producing a full rebuild since all files in the project are integrated with 'tracewpp'. Is there something I'm doing wrong? What can I do to prevent full

Re: [CMake] Java Support

2010-01-23 Thread Mike Jackson
You should have a CLASSPATH environment variable set so java knows where to find the jar files when running. sort of similar to the LD_LIBRARY_PATH when running a C/C++ application. Mike Jackson Sent from my iPod On Jan 22, 2010, at 22:18, Alex Brandt wrote: On Friday 22 January 2010

Re: [CMake] Using gcc as an alternative compiler on windows

2010-01-20 Thread Mike Jackson
to build your code. That is a pretty short "How to" but there are more examples floating around the internet. _____ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bl

Re: [CMake] How to customise filters in cmake generated projects for VS2008

2010-01-20 Thread Mike Jackson
SOURCE_GROUP("ProjectInclude" FILES ${SOME_HEADERS} ) _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software Engineer Dayton,

Re: [CMake] Qt qmake not found

2010-01-08 Thread Mike Jackson
You installed qt version 3 instead of qt version 4. Sudo apt-get install qt4-dev. Or something like that. Mike Sent from my iPod On Jan 8, 2010, at 21:59, David Doria wrote: On Fri, Jan 8, 2010 at 9:50 PM, Tyler Roscoe wrote: On Fri, Jan 08, 2010 at 09:30:14PM -0500, David Doria wrote

Re: [CMake] Mac OSX GUI

2009-12-13 Thread Mike Jackson
oa version. _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software Engineer Dayton, Ohio On Sun, Dec 13, 2009 at 9:13 PM, Steven Wilson

Re: [CMake] Framework Installation Directory / Framework copying

2009-12-09 Thread Mike Jackson
Hmm. I'll have to give that a try. Thanks _ Mike Jackson mike.jack...@bluequartz.net On Wed, Dec 9, 2009 at 4:48 PM, Clinton Stimpson wrote: > On Wednesday 09 December 2009 02:42:13 pm y

Re: [CMake] Framework Installation Directory / Framework copying

2009-12-09 Thread Mike Jackson
On Wed, Dec 9, 2009 at 4:05 PM, Glenn Hughes wrote: > Thanks Mike, > > I pretty much got my build process on the Mac working. The thing that > took me awhile to understand were the different running contexts that > bits of the CMake script are processed within. What I want is a lit

Re: [CMake] CMAKE vsprops or equivalent...

2009-12-09 Thread Mike Jackson
re >>> no (+,-) refs in the manual. >> >> I don't know what you mean by "(+,-) refs in the manual". >> >> tyler >> > > > > -- > Cheers, > Timothy St. Clair Little late to the thread, but are you trying to set a Compile Def

  1   2   3   4   5   6   7   8   >