Bug #1945
Problem building MAUS
100%
Description
I've been having problems building MAUS, it's running into errors configuring CMake, but not really sure what the root of the problem is.
Files
Updated by Dobbs, Adam almost 6 years ago
- Assignee set to Dobbs, Adam
Hi Tom,
It looks like an error building cmake. Could you add the files:
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeOutput.log
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeError.log
to the issue tracker please.
AD
Updated by Lord, Tom almost 6 years ago
- File CMakeError.log CMakeError.log added
- File CMakeOutput.log CMakeOutput.log added
Hi Adam,
I've attached the two log files as requested
Tom
Updated by Dobbs, Adam almost 6 years ago
OK, it seems cmake cannot find the gtk2 development package on the Warwick system:
CMake Error at Modules/FindGTK2.cmake:238 (message):
Include file does not exist
Call Stack (most recent call first):
Modules/FindGTK2.cmake:781 (_GTK2_SIGCXX_GET_VERSION)
There a few ways around this:
- Ask your sys admin to install this package
- Ask your sys admin to install a modern cmake version to save us building it, the comment out the line which builds cmake in the MAUS file third_party/build_all.bash
- Ask Paolo how he did it!
Updated by Franchini, Paolo almost 6 years ago
Thanks Adam, we will solve this internally and close the ticket once the installation is done.
Updated by Franchini, Paolo almost 6 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Installation done, problems solved at the admin side.