mcberk / wrapitk

Automatically exported from code.google.com/p/wrapitk
0 stars 0 forks source link

CMake Error at Libraries/VXLNumerics/cmake_install.cmake:36 (FILE): #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. tar xvfj wrapitk-0.3.0.tar.bz2
2. cd wrapitk-0.3.0
3. mkdir bin && cd bin
4. cmake -DINSTALL_WRAP_ITK_COMPATIBILITY:BOOL=OFF ..
5. make install

What is the expected output?

It should install without error

What do you see instead?

-- Installing:
/tmp/local/lib/InsightToolkit/WrapITK/Configuration/Languages/SwigInterface/igen
erator.py
CMake Error at Libraries/VXLNumerics/cmake_install.cmake:36 (FILE):
  file INSTALL cannot find file
  "/home/mathieu/Desktop/wrapitk-0.3.0/bin/Typedefs/wrap_vcl_complex.idx" to
  install.
Call Stack (most recent call first):
  Libraries/cmake_install.cmake:37 (INCLUDE)
  cmake_install.cmake:52 (INCLUDE)

What version of the product are you using? On what operating system?

0.3.0, debian linux 5.0

Please provide any additional information below.

cmake 2.6.4, which reports:

 CMake Warning (dev) at CMakeLists.txt:128 (INCLUDE):
   Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH
   and POP.  Run "cmake --help-policy CMP0011" for policy details.  Use the
   cmake_policy command to set the policy and suppress this warning.

   The included script

     /home/mathieu/Desktop/wrapitk-0.3.0/ConfigureWrapping.cmake

   affects policy settings.  CMake is implying the NO_POLICY_SCOPE option for
   compatibility, so the effects are applied to the including context.
 This warning is for project developers.  Use -Wno-dev to suppress it.

Thanks,

Original issue reported on code.google.com by mathieu.malaterre on 24 Jul 2009 at 8:22

GoogleCodeExporter commented 9 years ago
Hello

Did you solve that problem?

Thank you?

Original comment by ampar...@gmail.com on 7 Sep 2010 at 2:20

GoogleCodeExporter commented 9 years ago
I see this error as well, on Ubuntu 10.04.  It is also preventing me from 
employing the packaging procedure described in Issue 21.

Original comment by Benjamin...@gmail.com on 8 Dec 2010 at 8:34

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I guess the problem is that WRAP_ITK_PYTHON is disabled by default, so that the 
Typedefs/wrap_*.idx files are simply not being built. Try again with 
WRAP_ITK_PYTHON set to ON.

Original comment by dicksch...@googlemail.com on 14 Jan 2011 at 12:11