Ticket #18064 (closed defect: worksforme)
hugin-app 7.0-2903 Configure error - build failure
| Reported by: | asbjorn@… | Owned by: | p.schmiedeskamp@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.0 |
| Keywords: | hugin-app build configure error failure | Cc: | asbjorn@… |
| Port: | hugin-app |
Description
When trying to install hugin-app, I get the following error:
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
I have no idea where the file CMakeLists.txt the error message refers to is located and thus don't know where to put the line cmake_minimum_required(VERSION 2.6). Had the error message been more precise about what to do, I'd been able to do it, but I unfortunately need help to get around this.
Attachments
Change History
Changed 4 years ago by asbjorn@…
- Attachment hugin-app.log added
comment:3 Changed 4 years ago by asbjorn@…
I've managed to locate the CMakeLists.txt file and added cmake_minimum_required(VERSION 2.6) to it, but that just ended up in other error messages and still no successful installation of hugin-app.
Note: See
TracTickets for help on using
tickets.


Installation log