Skip to content

Instantly share code, notes, and snippets.

@serialhex
Created July 8, 2011 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serialhex/1073006 to your computer and use it in GitHub Desktop.
Save serialhex/1073006 to your computer and use it in GitHub Desktop.
io lang compile error
[ 84%] Built target IoSHA1
Linking C shared library _build/dll/libIoSQLite3.so
[ 85%] Built target IoSQLite3
[ 86%] Building C object addons/Socket/CMakeFiles/IoSocket.dir/source/IoEvOutRequest.c.o
/home/serialhex/src/io/addons/Socket/source/IoEvOutRequest.c: In function ‘IoEvOutRequest_RequestDoneCallback’:
/home/serialhex/src/io/addons/Socket/source/IoEvOutRequest.c:110:48: error: dereferencing pointer to incomplete type
/home/serialhex/src/io/addons/Socket/source/IoEvOutRequest.c:110:48: error: dereferencing pointer to incomplete type
make[2]: *** [addons/Socket/CMakeFiles/IoSocket.dir/source/IoEvOutRequest.c.o] Error 1
make[1]: *** [addons/Socket/CMakeFiles/IoSocket.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment