You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On trying to build the package on my current (amd64 Linux) system, the compilation fails with:
../../../src/chm_lib.c: In function '_chm_fetch_bytes':
../../../src/chm_lib.c:727:15: error: implicit declaration of function 'pread64'; did you mean 'pread'? [-Wimplicit-function-declaration]
727 | readLen = pread64(h->fd, buf, (long)len, os);
| ^~~~~~~
| pread
The text was updated successfully, but these errors were encountered:
On trying to build the package on my current (amd64 Linux) system, the compilation fails with:
The text was updated successfully, but these errors were encountered: