On 2013-06-18 07:12-0400 Bill Hoffman wrote:

Try it  without the --debug-trycompile, that might mess things up.

Good call.  That made a big difference.  Here is the "cmake.out" result from

bash.exe-3.1$ cmake -G"NMake Makefiles JOM" -DCMAKE_C_COMPILER=gcc ..
& cmake.out

CMake Warning at CMakeLists.txt:1 (project):
  To use the JOM generator, cmake must be run from a shell that can use the
  compiler cl from the command line.  This environment does not contain
  INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to
  work.


-- The C compiler identification is GNU 4.7.2
-- Check for working C compiler: z:/home/wine/newstart/MinGW-4.7.2/bin/gcc.exe
CMake Warning at CMakeLists.txt:2 (PROJECT):
  To use the JOM generator, cmake must be run from a shell that can use the
  compiler cl from the command line.  This environment does not contain
  INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to
  work.


-- Check for working C compiler: z:/home/wine/newstart/MinGW-4.7.2/bin/gcc.exe 
-- works
-- Detecting C compiler ABI info
CMake Warning at CMakeLists.txt:2 (PROJECT):
  To use the JOM generator, cmake must be run from a shell that can use the
  compiler cl from the command line.  This environment does not contain
  INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to
  work.


-- Detecting C compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: Z:/home/wine/newstart/test_jom/build_dir

So it got through without errors, but with those warnings.  So I think
this means all is well with my tool chain/Wine platform, but there are
some (hopefully small) issues to sort out with the "NMake Makefiles
JOM" generator to make it compatible with the MinGW compiler suite.

I have attached the build tree created from scratch from the
above cmake command.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

Attachment: build_dir_withoutRC_without_debug_trycompile.tar.gz
Description: no RC, without --debug-trycompile

--

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/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to