Skip to content

Instantly share code, notes, and snippets.

@KnightMustard
Created July 30, 2012 02:22
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 KnightMustard/45640890d9cc7b949f46 to your computer and use it in GitHub Desktop.
Save KnightMustard/45640890d9cc7b949f46 to your computer and use it in GitHub Desktop.
* 1) src: gcc -Wall -g -I. -I../include -DdDOUBLE -c asset/asset.c -o asset.o
In file included from /usr/include/fcntl.h:62:0,
from asset/asset.c:7:
/usr/include/bits/stat.h:91:21: error: field 'st_atim' has incomplete type
/usr/include/bits/stat.h:92:21: error: field 'st_mtim' has incomplete type
/usr/include/bits/stat.h:93:21: error: field 'st_ctim' has incomplete type
asset/asset.c: In function 'il_Asset_close':
asset/asset.c:169:5: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
*** tup errors ***
*** Command ID=221 failed with return value 1
2) [0.103s] src: gcc -Wall -g -I. -I../include -DdDOUBLE -c main.c -o main.o
[ ] 66%
*** tup: 1 job failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment