summary refs log tree commit diff stats
path: root/results/scraper/box64/342
blob: f48b1b4e957349c8e13171ae75acfcd0a676d8cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
```