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
Getting the following error when compiling the latest from the top of dev branch.
Scanning dependencies of target kissutil
[ 8%] Building C object src/CMakeFiles/kissutil.dir/kissutil.c.o
/usr/src/direwolf/src/kissutil.c: In function ‘main’:
/usr/src/direwolf/src/kissutil.c:299:65: error: ‘ptrdiff_t’ undeclared (first use in this function)
e = pthread_create (&tnc_tid, NULL, tnc_listen_net, (void *)(ptrdiff_t)99);
The text was updated successfully, but these errors were encountered:
Getting the following error when compiling the latest from the top of dev branch.
Scanning dependencies of target kissutil
[ 8%] Building C object src/CMakeFiles/kissutil.dir/kissutil.c.o
/usr/src/direwolf/src/kissutil.c: In function ‘main’:
/usr/src/direwolf/src/kissutil.c:299:65: error: ‘ptrdiff_t’ undeclared (first use in this function)
e = pthread_create (&tnc_tid, NULL, tnc_listen_net, (void *)(ptrdiff_t)99);
The text was updated successfully, but these errors were encountered: