Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: Re: Re: [cgal-discuss] Re: Installation issues

Subject: CGAL users discussion list

List archive

Re: Re: Re: Re: [cgal-discuss] Re: Installation issues


Chronological Thread 
  • From: skauf <>
  • To:
  • Subject: Re: Re: Re: Re: [cgal-discuss] Re: Installation issues
  • Date: Thu, 11 Oct 2012 09:39:41 -0700 (PDT)

I did that, of course. The problem is that RTools's MinGW has a different
directory structure and locations and names of key system binaries or
whatever. Interestingly, the differences are small enough that Eclipse CDT
for example works fine with this MinGW variant (and the usual MinGW GCC
Toolchain configuration).

Here is what I tried:

Run "make-gui ."
Delete cache
Configure
Specify the generator for this project: MinGW Makefiles
Specify native compilers: (the gcc, g++, and gfortran not that it's needed I
guess where I know they sit

This is the output I get: [the sh.exe issue I tried dealing with by removing
the dir from the PATH, that caused other problems, so I renamed sh.exe
temporarily, but the second error is more fundamental: CMake was unable to
find a build program corresponding to "MinGW Makefiles". I don't know what
to do with this.]

CMake Error at C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Modules/CMakeMinGWFindMake.cmake:20 (MESSAGE):
sh.exe was found in your PATH, here:

C:/Program Files/Rtools/bin/sh.exe

For MinGW make to work correctly sh.exe must NOT be in your path.

Run cmake from a shell that does not have sh.exe in your PATH.

If you want to use a UNIX shell, then use MSYS Makefiles.

Call Stack (most recent call first):
CMakeLists.txt:6 (project)


CMake Error: CMake was unable to find a build program corresponding to
"MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to
select a different build tool.
CMake Error: CMake was unable to find a build program corresponding to
"MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to
select a different build tool.
CMake Error: Error required internal CMake variable not set, cmake may be
not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER_ENV_VAR
CMake Error: Could not find cmake module file:C:/Program Files
(x86)/CGAL-4.0.2/CMakeFiles/CMakeCXXCompiler.cmake
Configuring incomplete, errors occurred!




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Installation-issues-tp4656010p4656028.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page