hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #06266
[Bug 1568917] Re: enblend 4.2 CMake error
Actually that doesn't fix the issue, the CMakeLists.txt in
src/{dynamic_loader,layer_selection} are missing from the enblend-
enfuse-4.2.tar.gz release tarball. Adding the missing CMakeLists.txt
(e.g. with the attached patch) taken from the Mercurial repository
allows the build to succeed.
** Patch added: "enblend-enfuse-4.2-add-missing-cmakelists.patch"
https://bugs.launchpad.net/enblend/+bug/1568917/+attachment/4648771/+files/enblend-enfuse-4.2-add-missing-cmakelists.patch
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Enblend.
https://bugs.launchpad.net/bugs/1568917
Title:
enblend 4.2 CMake error
Status in Enblend:
Fix Committed
Bug description:
I run into the following problem failing to configure/build enblend-
enfuse 4.2 using the CMake build system.
[...]
-- Boost_FOUND = 1
-- OpenMP_CXX_FLAGS = -fopenmp
-- Adding PROPERTIES LINK_FLAGS to enblend and enfuse
CMake Error at src/CMakeLists.txt:77 (add_subdirectory):
The source directory
/var/tmp/paludis/build/media-gfx-enblend-enfuse-4.2/work/enblend-
enfuse-4.2/src/layer_selection
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:81 (add_subdirectory):
The source directory
/var/tmp/paludis/build/media-gfx-enblend-enfuse-4.2/work/enblend-
enfuse-4.2/src/dynamic_loader
does not contain a CMakeLists.txt file.
Attached is a full build.log
To manage notifications about this bug go to:
https://bugs.launchpad.net/enblend/+bug/1568917/+subscriptions
References