[CMake] CMake and Xcode and Intel Fortran...

2014-04-11 Thread Dick Munroe
New to Xcode. Reasonably competent with CMake and the other tools. Any help is appreciated. Best, Dick Munroe -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake comm

Re: [CMake] Building cmake-gui on windoze from scratch...

2013-09-10 Thread Dick Munroe
It appears to work. Dick Munroe On 9/10/13 1:49 PM, Brad King wrote: On 09/10/2013 11:37 AM, Dick Munroe wrote: However, given that the version of Intel Fortran that actually uses 9.10 as a project format is very, very old I would strongly suggest defaulting the intelVersion string to

Re: [CMake] Building cmake-gui on windoze from scratch...

2013-09-10 Thread Dick Munroe
That's the problem. Will switch and rebuild. Dick On 9/10/13 5:37 PM, Brad King wrote: On 9/10/2013 5:10 PM, Brad King wrote: On 09/10/2013 04:56 PM, Dick Munroe wrote: VS 2010 complains about a the project being created by a later version of the compiler which would indicate tha

Re: [CMake] Building cmake-gui on windoze from scratch...

2013-09-10 Thread Dick Munroe
Yeah, I figured that out eventually. It would be a bit more obvious if that option was named something like: BUILD_CMake_GUI or something that obviously connected with what I wanted to do, e.g., build cmake-gui. Best, Dick Munroe On 9/9/13 10:17 AM, Robert Maynard wrote: You need to

Re: [CMake] Building cmake-gui on windoze from scratch...

2013-09-10 Thread Dick Munroe
VS 2010 complains about a the project being created by a later version of the compiler which would indicate that the intelVersion is wrong when the project is generated. Dick On 9/10/13 1:49 PM, Brad King wrote: On 09/10/2013 11:37 AM, Dick Munroe wrote: However, given that the version of

Re: [CMake] Building cmake-gui on windoze from scratch...

2013-09-10 Thread Dick Munroe
Well I built cmake from the git repository. It gets to the process of finding a working Fortran compiler and hangs. Dick On 9/10/13 1:49 PM, Brad King wrote: On 09/10/2013 11:37 AM, Dick Munroe wrote: However, given that the version of Intel Fortran that actually uses 9.10 as a project

Re: [CMake] Building cmake-gui on windoze from scratch...

2013-09-10 Thread Dick Munroe
" ; } Then you wouldn't have to patch cmLocalVisualStudio7Generator.cxx when new versions of Fortran are released, until the project file format actually changes to something like "12.0". Best, Dick Munroe On 9/9/13 11:26 AM, Brad King wrote: On 09/07/2013 08:40 AM, Dick Munroe wrote: A

[CMake] Building cmake-gui on windoze from scratch...

2013-09-07 Thread Dick Munroe
can't find any specific instructions on getting cmake-gui built and I do this just often enough to forget how between events. So what do I have to do the the configuration for 2.8.11.2 to get it to build cmake-gui? Thanks in advance, Dick Munroe -- Powered by www.kitware.com Please keep m

[CMake] CMake and Photran

2012-12-14 Thread Dick Munroe
un to build projects and can't figure out how to build individual sub-projects if I only want to debug one thing or another. Anybody with some experience out there that can give me some pointers or should I think in terms of reorganizing my source/build directories? Dick Munroe -- Powered by w

Re: [CMake] Trying to use the latest release of Intel Fortran 2011 (update 9) with cmake...

2012-04-13 Thread Dick Munroe
I was able to remove and reinstall Update 2 of the Fortran compiler instead of Update 9 and CMake now works just fine. So whatever it is, it's a problem with Update 9, CMake and VS 2005. Best, Dick Munroe On 4/12/12 2:57 PM, Tim Gallagher wrote: Did you try wiping out the existing

Re: [CMake] Trying to use the latest release of Intel Fortran 2011 (update 9) with cmake...

2012-04-13 Thread Dick Munroe
round from the previous build with the previous Fortran version. Tim - Original Message - From: "Dick Munroe" To: cmake@cmake.org Sent: Thursday, April 12, 2012 2:48:00 PM Subject: [CMake] Trying to use the latest release of Intel Fortran 2011 (update 9) with cmake... on windoze. I in

[CMake] Trying to use the latest release of Intel Fortran 2011 (update 9) with cmake...

2012-04-12 Thread Dick Munroe
he problem might be? Best, Dick Munroe -- 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 CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/u

[CMake] What am I doing wrong with FIND_PATH???

2012-01-20 Thread Dick Munroe
ectory: E:/Program Files/ESPlanner From my readings, ESPLANNER_INSTALL_PATH should contain E:/Program Files/ESPlanner (or one of the various windoze representations of that path) after FIND_PATH is executed. Instead I get: ESPLANNER_INSTALL_PATH-NOTFOUND So I'm a little puzzled as to what I

Re: [CMake] Build doesn't work with Mac OS X Lion...

2011-12-07 Thread Dick Munroe
Yes I'm using 2.8.6. Best, Dick Munroe On 11/26/11 11:18 AM, David Cole wrote: Are you using CMake 2.8.6...? Older CMake versions have not been used much on Lion. It wouldn't surprise me if 2.8.6 works, but earlier versions have issues... HTH, David On Sat, Nov 26, 2011 at 6:37

[CMake] Build doesn't work with Mac OS X Lion...

2011-11-25 Thread Dick Munroe
ORTS -arch i386 -O2 -g -fPIC Which brings up the questions, (1) with the same CMakeLists.txt file, why am I getting different values and (2) how do I get the arch to be i386 on the Lion build. Best, Dick Munroe -- Powered by www.kitware.com Visit other Kitware open-source projects at ht

Re: [CMake] building cmake-gui from source...

2011-05-16 Thread Dick Munroe
) { intelVersion = "9.10"; } fout<< "\n" Since I'm not an official supporter of CMake, I'll leave it to the real supporters to make this official, if appropriate. In the mean time, this works for me. Best, Dick Munroe _

Re: [CMake] How do you go about building the cmake-gui from source in 2.8.4?

2011-05-15 Thread Dick Munroe
One other thing is that the SDK for QT4 specifically installs a version supposedly built with and for VS 2005. Best, Dick Munroe On 5/14/11 9:49 AM, cmake-requ...@cmake.org wrote: Date: Fri, 13 May 2011 16:42:45 -0400 From: John Drescher Subject: Re: [CMake] How do you go about building the

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

2011-05-15 Thread Dick Munroe
On 5/14/11 9:49 AM, cmake-requ...@cmake.org wrote: Date: Fri, 13 May 2011 16:42:45 -0400 From: John Drescher Subject: Re: [CMake] How do you go about building the cmake-gui from source in 2.8.4? To: Dick Munroe Cc:cmake@cmake.org Message-ID: Content-Type: text/plain; charset=windows

Re: [CMake] Getting closer building cmake-gui...

2011-05-14 Thread Dick Munroe
he moment). I did try to re-install the Desktop portion of QT4 SDK with no joy. Anybody else seen anything like this? or have a clue as to what's going on. I'm not primarily a windoze person so chasing this is moderately obscure for me. Best, Dick Munroe On 5/13/11 12:00 PM, cmak

Re: [CMake] How do you go about building the cmake-gui from source in 2.8.4?

2011-05-13 Thread Dick Munroe
will be appreciated. Best, Dick Munroe Any clues? On 5/13/11 5:45 AM, cmake-requ...@cmake.org wrote: Message: 5 Date: Thu, 12 May 2011 16:43:04 -0600 From: "clin...@elemtech.com " Subject: Re: [CMake] How do you go about building the cmake-gui from source in 2.8.4

[CMake] Getting closer building cmake-gui...

2011-05-13 Thread Dick Munroe
SHIMS seems to work find, but I'm faced with a bunch of different WER implementations, none of which seem to be for XP. Best, Dick Munroe ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/

[CMake] How do you go about building the cmake-gui from source in 2.8.4?

2011-05-12 Thread Dick Munroe
The title pretty much says it all. I can't find anything obvious in the source tree and I want to rebuild cmake-gui for windows. tia, Dick Munroe ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitwar

[CMake] Trying to rebuild cmake on windoze...

2011-05-11 Thread Dick Munroe
site. So... Why is this error happening. When I configured cmake 2.8.4, I pointed the zlib_includ_dir and zlib_librry at the appropriate spots. ldd (I run cygwin as a semi-rational shell for windoze) shows that the loader is finding the zlib1 appropriately. Best, Dick M

[CMake] Trying to use CMake, Visual Studio 8 2005 and Intel Fortran 11.2...

2011-05-09 Thread Dick Munroe
the CMake documentation is a little short on real examples of how to use the interactive version to try to generate solutions. Best, Dick Munroe ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/

[CMake] Can't get incremental linking turned off...

2009-04-29 Thread Dick Munroe
ental linking off everywhere it's on with no joy. Do I have to upgrade to 2.6.3 or is there some other fix in place for this problem. Of course I can do this manually, but that sort of defeats the purpose of CMake... Best, Dick Munroe -- Dick Munroe (E) mailto:m

[CMake] Can't find libstdc++ on RHEL Linux 5...

2008-10-23 Thread Dick Munroe
anually create a symbolic link of the form: /usr/lib/libstdc++.so ??? Best, Dick Munroe -- Dick Munroe (E) mailto:[EMAIL PROTECTED] Cottage Software Works, Inc.(O) 617 901 9052 PMB 361 (F) 617 489 0328 464 Common St. (W) http:

[CMake] Run of cmake showing the problem...

2008-10-23 Thread Dick Munroe
en to: /home/munroe/cvs/ESPlanner_Computation_Engine.HEAD/ESPlanner Executables-cmake [EMAIL PROTECTED] ESPlanner Executables-cmake]$ Best, Dick Munroe -- Dick Munroe (E) mailto:[EMAIL PROTECTED] Cottage Software Works, Inc.(O) 617 901 9052 PMB 361 (F) 6

[CMake] RHEL 5, Intel Fortran, and cmake 2.6 patch 2

2008-10-23 Thread Dick Munroe
what have I done wrong this time... This cmake configuration works for makefiles generated on Darwin. Anybody out there have experience with this particular combination of bits (Intel, RHEL) and any advice? Best, Dick Munroe ___ CMake mailing

Re: [CMake] CMake Digest, Vol 54, Issue 55

2008-10-20 Thread Dick Munroe
I initially tried just including CPack and running make package, but got the same error (there is no data in CPACK_INSTALL_CMAKE_PROJECTS). Best, Dick Munroe [EMAIL PROTECTED] wrote: Message: 1 Date: Sun, 19 Oct 2008 13:42:51 +0200 From: "Eric Noulard" <[EMAIL PROTECTED]>

[CMake] Simple CPack example is needed...

2008-10-18 Thread Dick Munroe
ve, so the first argument has to be something like the root of the build directory. So, I changed the directory to ${CMAKE_HOME_DIRECTORY} and I get kits built, but I still think there is a bug in CPack.make. Best, Dick Munroe ___ CMake mailing lis

Re: [CMake] CMake 2.6.2, Xcode and Fortran...

2008-10-14 Thread Dick Munroe
explicitly fortran. There are some debugging issues, but from what I've heard from Intel they plan to continue to work toward better Xcode integration, so... Best, Dick Munroe Michael Jackson wrote: I can not comment on the Xcode stuff BUT have you tried to build your application using plain

[CMake] CMake 2.6.2, Xcode and Fortran...

2008-10-14 Thread Dick Munroe
mewhere (which I'm willing to do, but it sort of defeats the purpose of a build project builder). Of course, why doesn't CMake add the necessary rules for fortran files in the first place... Best, Dick Munroe ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake