blob: c87032b68f93a872de185e5d7a8b6d7f93bb31fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Compile fails on Fedora 35 aarch running inside proot-distro for termux
Hello,
I'm trying to compile box64 on Fedora 35 aarch64 running inside proot distro for termux.
I used this line for config:
`cmake .. -DARM_DYNAREC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo`
Configuration showed no errors, however when I go to make, it stops at this error:
`make[2]: *** No rule to make target '/home/ai-fe/.compile-disk/box64/src/wrapped/wrappedalure_private.h', needed by '../src/wrapped/generated/functions_list.txt'. Stop.`
The header file does exist in src, so I dont know what i could be missing.
|