diff options
Diffstat (limited to 'results/scraper/box64/342')
| -rw-r--r-- | results/scraper/box64/342 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/results/scraper/box64/342 b/results/scraper/box64/342 new file mode 100644 index 000000000..f48b1b4e9 --- /dev/null +++ b/results/scraper/box64/342 @@ -0,0 +1,16 @@ +unable to build since https://github.com/ptitSeb/box64/commit/48b881f4912bc795e0467e334e359e9876f73c4f +during building: +``` +/home/gman/box64/src/libtools/threads.c: In function ‘my_pthread_cond_clockwait’: +/home/gman/box64/src/libtools/threads.c:678:16: warning: implicit declaration of function ‘pthread_cond_clockwait’; did you mean ‘my_pthread_cond_clockwait’? [-Wimplicit-function-declaration] + 678 | return pthread_cond_clockwait(cond, getAlignedMutex((pthread_mutex_t*)mutex), __clock_id, __abstime); + | ^~~~~~~~~~~~~~~~~~~~~~ + | my_pthread_cond_clockwait +``` + +and failure during linking +``` +CMakeFiles/box64.dir/src/libtools/threads.c.o: In function `my_pthread_cond_clockwait': +/home/gman/box64/src/libtools/threads.c:678: undefined reference to `pthread_cond_clockwait' +collect2: error: ld returned 1 exit status +``` \ No newline at end of file |