Petros S

Results 57 comments of Petros S

Not that I am trying to hijack this issue, but is there any progress on upgrading the llvm requirements?

I found this issue first, sorry if I shouldn't have opened this. Anyway, cmake could use `find` to search for installed capstone and inform the user that the bundled one...

Can we backport this fix to the latest release?

I see, I didn't know this. Thank you very much and forgive my delayed answer.

What happens if you run `make menuconfig` first?

Is there any log or crash report?

Is it built but not installed?

Strange. It seems it's unable to find install target and this is after make has finished building the previous target. Can you execute `run-simple.sh`?

Can you do this? ``` cd path/to/repo rm -rv build/ #optional mkdir build && cd build cmake .. make -j1 ``` and maybe post the output?

I suppose you have installed KF5 and cmake needs arguments to find it. Can you search where your distro (which is it?) has installed KF5?