Created
December 26, 2010 00:09
-
-
Save indexzero/755116 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./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