Hi,

(Original post sent prior to subscribing to the list - afaik it's still 
awaiting approval from the moderator. So I've subscribed, and am 
re-sending.)

I've got mingw (gcc-3.4.5) and cmake-2.8.1, and I'm following (or trying to
follow) the instructions on the wiki at
http://www.miscdebris.net/plplot_wiki/index.php?title=Configure_PLplot_for_MinGW/CLI
where I'm told:

cd plplot
mkdir buildmingw
cd buildmingw
cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=install ..
mingw32-make
mingw32-make install

So I 'cd' to the top level source directory (plplot-5.9.5) create the
buildmingw directory, cd to that directory, and run the command as given.
Here's what I get:

C:\_32\comp\plplot-5.9.5\buildmingw>cmake -G "MinGW
Makefiles" -DCMAKE_INSTALL_PREFIX=install ..
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_C_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may be
not be built correctly.
Missing variable is:
CMAKE_C_COMPILER
CMake Error: Could not find cmake module
file:C:/_32/comp/plplot-5.9.5/buildmingw/CMakeFiles/CMakeCCompiler.cmake
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!

Are there things I need to do to first configure cmake properly ?

Cheers,
Rob





------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Plplot-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to