iokto / newton-dynamics

Automatically exported from code.google.com/p/newton-dynamics
0 stars 0 forks source link

Compilation #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download Core 3.11
2. Use Cmake to generate a C::B projects
3. I get this message :

The C compiler identification is GNU 4.8.1
The CXX compiler identification is GNU 4.8.1
Check for working C compiler: C:/MinGW/bin/gcc.exe
Check for working C compiler: C:/MinGW/bin/gcc.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler: C:/MinGW/bin/g++.exe
Check for working CXX compiler: C:/MinGW/bin/g++.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
CMake Error at packages/CMakeLists.txt:11 (add_subdirectory):
  The source directory

    C:/Users/Johnny/Desktop/Doze/Source/Newton 3.11/packages/dAILibrary

  does not contain a CMakeLists.txt file.

CMake Error at packages/CMakeLists.txt:12 (add_subdirectory):
  The source directory

    C:/Users/Johnny/Desktop/Doze/Source/Newton 3.11/packages/dAnimation

  does not contain a CMakeLists.txt file.

CMake Error at packages/CMakeLists.txt:13 (add_subdirectory):
  The source directory

    C:/Users/Johnny/Desktop/Doze/Source/Newton 3.11/packages/dContainers

  does not contain a CMakeLists.txt file.

CMake Error at packages/CMakeLists.txt:14 (add_subdirectory):
  The source directory

    C:/Users/Johnny/Desktop/Doze/Source/Newton 3.11/packages/dCustomJoints

  does not contain a CMakeLists.txt file.

CMake Error at packages/CMakeLists.txt:16 (add_subdirectory):
  The source directory

    C:/Users/Johnny/Desktop/Doze/Source/Newton 3.11/packages/dNewton

  does not contain a CMakeLists.txt file.

CMake Error at packages/CMakeLists.txt:17 (add_subdirectory):
  The source directory

    C:/Users/Johnny/Desktop/Doze/Source/Newton 3.11/packages/dScene

  does not contain a CMakeLists.txt file.

Configuring incomplete, errors occurred!
See also 
"C:/Users/Johnny/Desktop/Doze/Compilation/Newton/CMakeFiles/CMakeOutput.log".

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
I have Cmake 2.8.12, MinGW 4.8.1, Windows 7 x86

Please provide any additional information below.

Original issue reported on code.google.com by Ludealol...@gmail.com on 4 Nov 2013 at 10:50