asio.c: In function ‘Future’:
asio.c:1281:14: error: ‘kAsioSetIoFormat’ undeclared (first use in this function)
asio.c:1281:14: note: each undeclared identifier is reported only once for each function it appears in
asio.c:1284:14: error: ‘kAsioGetIoFormat’ undeclared (first use in this function)
asio.c:1287:14: error: ‘kAsioCanDoIoFormat’ undeclared (first use in this function)
make: *** [asio.o] Error 1
Doesn't look like a dependency issue.
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
asio.c: In function ‘Future’:
asio.c:1281:14: error: ‘kAsioSetIoFormat’ undeclared (first use in this function)
asio.c:1281:14: note: each undeclared identifier is reported only once for each function it appears in
asio.c:1284:14: error: ‘kAsioGetIoFormat’ undeclared (first use in this function)
asio.c:1287:14: error: ‘kAsioCanDoIoFormat’ undeclared (first use in this function)
make: *** [asio.o] Error 1
Doesn't look like a dependency issue.
Any ideas?
Sorry for the late reply. As I guess there's something wrong with asio.h?