diff options
Diffstat (limited to 'results/scraper/box64/314')
| -rw-r--r-- | results/scraper/box64/314 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/results/scraper/box64/314 b/results/scraper/box64/314 new file mode 100644 index 000000000..c87032b68 --- /dev/null +++ b/results/scraper/box64/314 @@ -0,0 +1,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. \ No newline at end of file |