Skip to content

Instantly share code, notes, and snippets.

@indexzero
Created December 26, 2010 00:09
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 indexzero/755116 to your computer and use it in GitHub Desktop.
Save indexzero/755116 to your computer and use it in GitHub Desktop.
$ ./deps/libcss/build.sh
------------------- libwapcaplet -------------------
Architectures in the fat file: lib/libwapcaplet.a are: i386 x86_64
------------------- libparserutils -------------------
Architectures in the fat file: lib/libparserutils.a are: i386 x86_64
------------------- libcss -------------------
COMPILE: src/libcss.c
cc1: warnings being treated as errors
src/libcss.c: In function ‘css_initialise’:
src/libcss.c:31: warning: implicit declaration of function ‘parserutils_initialise’
src/libcss.c:31: warning: nested extern declaration of ‘parserutils_initialise’
src/libcss.c: In function ‘css_finalise’:
src/libcss.c:47: warning: implicit declaration of function ‘parserutils_finalise’
src/libcss.c:47: warning: nested extern declaration of ‘parserutils_finalise’
make: *** [build-Darwin-i386-release-lib-static/src_libcss.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment