cutter no longer compiles on ubuntu linux

Created on 12 Dec 2020  路  3Comments  路  Source: rizinorg/cutter

Make Error at CMakeLists.txt:1 (include):
include could not find load file:

QMakeConfigureFile

CMake Error at CMakeLists.txt:2 (qmake_configure_file):
Unknown CMake command "qmake_configure_file".

This error is recent. Always compiled before.

Most helpful comment

@dhucul this is due to moving Cmake config to cutter root from src dir. The building docs are outdated. We will soon try to deploy updated docs.
You need to do this now:

git clone --recurse-submodules https://github.com/rizinorg/cutter
cd cutter
mkdir build && cd build
cmake -DCUTTER_USE_BUNDLED_RIZIN=ON ..
cmake --build .

CC @ITAYC0HEN

All 3 comments

@dhucul this is due to moving Cmake config to cutter root from src dir. The building docs are outdated. We will soon try to deploy updated docs.
You need to do this now:

git clone --recurse-submodules https://github.com/rizinorg/cutter
cd cutter
mkdir build && cd build
cmake -DCUTTER_USE_BUNDLED_RIZIN=ON ..
cmake --build .

CC @ITAYC0HEN

Thank you for reporting this issue to us. Indeed we are working on document everything and putting it in-place, sorry fo the inconvenience.

Following @Surendrajat instructions should do the trick for you. Please let us know if it solved the issue you are experiencing. If so, please mark this issue as closed.

Once again, we are sorry for the inconvenience :pray:

Thanks for the update. It Worked!

Was this page helpful?
0 / 5 - 0 ratings