← Back to team overview

hugin-devs team mailing list archive

[Bug 1039900] Re: configuration fails due to missing vigra folder

 

Should be corrected now. But for debian (and ubuntu) one has to compile
libwigraimpex himself.

1.) git clone git://github.com/ukoethe/vigra.git
2.) cd vigra
3.) mkdir build
4.) cd build
5.) cmake .. -DCPACK_BINARY_RPM:BOOL=OFF -DCPACK_BINARY_DEB:BOOL=ON -DCPACK_BINARY_NSIS:BOOL=OFF \
-DCPACK_BINARY_STGZ:BOOL=OFF -DCPACK_BINARY_TGZ:BOOL=OFF -DCPACK_BINARY_TBZ2:BOOL=OFF \
-DCPACK_BINARY_TZ:BOOL=OFF -DCPACK_SOURCE_TBZ2:BOOL=OFF -DCPACK_SOURCE_TGZ:BOOL=ON \
-DCPACK_SOURCE_TZ:BOOL=OFF -DCPACK_SOURCE_ZIP:BOOL=OFF
6.) make package

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Enblend.
https://bugs.launchpad.net/bugs/1039900

Title:
  configuration fails due to missing vigra folder

Status in Enblend:
  Fix Released

Bug description:
  I tried to compile enblend, but the 'configure' step prior to the make
  step fails.

  -->--
  -- Image Formats Enabled:
  -- OpenEXR:                 TRUE
  -- JPEG:                    TRUE
  -- TIFF:                    TRUE
  -- PNG:                     TRUE
  -- 
  -- 
  -- 
  CMake Error at src/CMakeLists.txt:21 (add_subdirectory):
    add_subdirectory given source "vigra_impex" which is not an existing
    directory.

  
  -- Boost_FOUND = TRUE
  -- OpenMP_CXX_FLAGS = 
  -- Configuring incomplete, errors occurred!

  --<--

  This bug is probably due to the recent moving/deleting of the vigra
  folder.  I suspect there is a makefile that hasn't been updated yet.

  My machine is running debian 6.0.5

  cheers, lukas

To manage notifications about this bug go to:
https://bugs.launchpad.net/enblend/+bug/1039900/+subscriptions


References