Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
getting started: building eqHello on windows 7
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
crescojeff  
View profile  
 More options May 4 2012, 12:32 pm
From: crescojeff <cresw...@gmail.com>
Date: Fri, 4 May 2012 09:32:08 -0700 (PDT)
Local: Fri, May 4 2012 12:32 pm
Subject: [eq-dev] getting started: building eqHello on windows 7
Hi all,
Could anyone please provide me with a step by step short tutorial on how
exactly to build eqHello (hopefully scalable to the other examples) on
Windows 7?  So far I'm running into a lot of strange errors just trying to
generate make files with cmake:

Attempt to use MinGW as the build toolchain (MinGW make files, MinGW GCC and
G++):

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:/cygwin/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: Error required internal CMake variable not set, cmake may be
not be built correctly.
Missing variable is:
CMAKE_C_COMPILER_ENV_VAR
CMake Error: Could not find cmake module
file:C:/Users/jeffreyc/Desktop/dev/graphics_code/Eyescale-Equalizer-f9ea5b3 /myBin/CMakeFiles/CMakeCCompiler.cmake
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:/Users/jeffreyc/Desktop/dev/graphics_code/Eyescale-Equalizer-f9ea5b3 /myBin/CMakeFiles/CMakeCXXCompiler.cmake
Configuring incomplete, errors occurred!

I've scoured my PATH variable and removed all possible references to sh in
the cygwin hierarchy that I could think of, but I keep seeing this error.
Also, I'm not sure if the other cmake errors are separate issues or just
cascading from the initial error... I didn't build cmake from source, I
installed the pre-built cmake for windows.

Attempt to build MSYS make files using MinGW GCC and G++:

The C compiler identification is GNU
The CXX compiler identification is GNU
Check for working C compiler: C:/MinGW/bin/gcc.exe
Check for working C compiler: C:/MinGW/bin/gcc.exe -- broken
CMake Error at C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
  The C compiler "C:/MinGW/bin/gcc.exe" is not able to compile a simple test
  program.
  It fails with the following output:
   Change Dir:
C:/Users/jeffreyc/Desktop/dev/graphics_code/Eyescale-Equalizer-f9ea5b3/myBi n/CMakeFiles/CMakeTmp

  Run Build Command:C:/cygwin/bin/make.exe "cmTryCompileExec/fast"
  /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make
  CMakeFiles/cmTryCompileExec.dir/build
  make[1]: Entering directory

`/cygdrive/c/Users/jeffreyc/Desktop/dev/graphics_code/Eyescale-Equalizer-f9 ea5b3/myBin/CMakeFiles/CMakeTmp'
  "/C/Program Files (x86)/CMake 2.8/bin/cmake.exe" -E cmake_progress_report

/C/Users/jeffreyc/Desktop/dev/graphics_code/Eyescale-Equalizer-f9ea5b3/myBi n/CMakeFiles/CMakeTmp/CMakeFiles
  1
  /bin/sh: /C/Program Files (x86)/CMake 2.8/bin/cmake.exe: No such file or
  directory
  CMakeFiles/cmTryCompileExec.dir/build.make:57: recipe for target
  `CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj' failed
  make[1]: [CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj] Error
  127
  make[1]: Leaving directory

`/cygdrive/c/Users/jeffreyc/Desktop/dev/graphics_code/Eyescale-Equalizer-f9 ea5b3/myBin/CMakeFiles/CMakeTmp'
  makeMakefile:114: recipe for target `cmTryCompileExec/fast' failed
  : [cmTryCompileExec/fast] Error 2

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:6 (project)
Configuring incomplete, errors occurred!

I'm not sure what's going on here...

Attempt to build MSYS make files with Cygwin GCC and G++:

The C compiler identification is unknown
The CXX compiler identification is unknown
Check for working C compiler: C:/cygwin/bin/gcc.exe
Check for working C compiler: C:/cygwin/bin/gcc.exe -- broken
CMake Error at C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
  The C compiler "C:/cygwin/bin/gcc.exe" is not able to compile a simple
test
  program.
  It fails with the following output:
   Change Dir:
C:/Users/jeffreyc/Desktop/dev/graphics_code/Eyescale-Equalizer-f9ea5b3/myBi n/CMakeFiles/CMakeTmp

  Run Build Command:C:/cygwin/bin/make.exe "cmTryCompileExec/fast"
  /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make
  CMakeFiles/cmTryCompileExec.dir/build
  make[1]: Entering directory

`/cygdrive/c/Users/jeffreyc/Desktop/dev/graphics_code/Eyescale-Equalizer-f9 ea5b3/myBin/CMakeFiles/CMakeTmp'
  "/C/Program Files (x86)/CMake 2.8/bin/cmake.exe" -E cmake_progress_report

/C/Users/jeffreyc/Desktop/dev/graphics_code/Eyescale-Equalizer-f9ea5b3/myBi n/CMakeFiles/CMakeTmp/CMakeFiles
  1
  /bin/sh: /C/Program Files (x86)/CMake 2.8/bin/cmake.exe: No such file or
  directory
  CMakeFiles/cmTryCompileExec.dir/build.make:57: recipe for target
  `CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj' failed
  make[1]: *** [CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj] Error
  127
  make[1]: Leaving directory

`/cygdrive/c/Users/jeffreyc/Desktop/dev/graphics_code/Eyescale-Equalizer-f9 ea5b3/myBin/CMakeFiles/CMakeTmp'
  Makefile:114: recipe for target `cmTryCompileExec/fast' failed
  make: *** [cmTryCompileExec/fast] Error 2

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:6 (project)
Configuring incomplete, errors occurred!

Alternate attempt to create MSYS make files with Cygwin GCC and G++:

The C compiler identification is unknown
The CXX compiler identification is unknown
Check for working C compiler: /cygdrive/c/cygwin/bin/gcc.exe
CMake Error: your C compiler: "/cygdrive/c/cygwin/bin/gcc.exe" was not
found.   Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: Internal CMake error, TryCompile configure of cmake failed
Check for working C compiler: /cygdrive/c/cygwin/bin/gcc.exe -- broken
CMake Error at C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
  The C compiler "/cygdrive/c/cygwin/bin/gcc.exe" is not able to compile a
  simple test program.
  It fails with the following output:

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:6 (project)
CMake Error: your C compiler: "/cygdrive/c/cygwin/bin/gcc.exe" was not
found.   Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: "/cygdrive/c/cygwin/bin/g++.exe" was not
found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
Configuring incomplete, errors occurred!

Any suggestions as to how I should proceed to successfully build eqHello
example program from source on Windows 7 would be welcome!

thanks, CCJ

--
View this message in context: http://software.1713.n2.nabble.com/getting-started-building-eqHello-o...
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com.

_______________________________________________
eq-dev mailing list
eq-...@equalizergraphics.com
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Eilemann  
View profile  
 More options May 4 2012, 12:37 pm
From: Stefan Eilemann <eilem...@gmail.com>
Date: Fri, 4 May 2012 18:37:03 +0200
Local: Fri, May 4 2012 12:37 pm
Subject: Re: [eq-dev] getting started: building eqHello on windows 7
Hi,

On 4. May 2012, at 18:32, crescojeff wrote:

> Could anyone please provide me with a step by step short tutorial on how
> exactly to build eqHello (hopefully scalable to the other examples) on
> Windows 7?  So far I'm running into a lot of strange errors just trying to
> generate make files with cmake:

> Attempt to use MinGW as the build toolchain (MinGW make files, MinGW GCC and
> G++):

MinGW is not supported at this time. Feel free to provide a fix, or use the VS2008 generator. To build, you should clone Buildyard, configure it and then execute the ALL_BUILD target in VS.

HTH,

Stefan.

_______________________________________________
eq-dev mailing list
eq-...@equalizergraphics.com
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »