Created
August 26, 2011 05:57
-
-
Save rkumar/1172805 to your computer and use it in GitHub Desktop.
make error for motor
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
| In file included from strfn.c:28: | |
| ../include/strfn.h:51: warning: conflicting types for built-in function ‘strndup’ | |
| rm -f libsrc.a | |
| ar cru libsrc.a llist.o parlist.o parser.o parser_cgi.o strfn.o | |
| ranlib libsrc.a | |
| rm -f libparser.a | |
| ar cru libparser.a src/llist.o src/parlist.o src/parser.o src/parser_cgi.o src/strfn.o | |
| ranlib libparser.a | |
| Making all in kkstrtext | |
| c++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c kkstrtext.cc | |
| kkstrtext.cc: In function ‘char* strimlead(char*)’: | |
| kkstrtext.cc:40: warning: deprecated conversion from string constant to ‘char*’ | |
| kkstrtext.cc: In function ‘char* strimtrail(char*)’: | |
| kkstrtext.cc:41: warning: deprecated conversion from string constant to ‘char*’ | |
| kkstrtext.cc: In function ‘char* strim(char*)’: | |
| kkstrtext.cc:42: warning: deprecated conversion from string constant to ‘char*’ | |
| kkstrtext.cc: In function ‘int intcompare(void*, void*)’: | |
| kkstrtext.cc:434: error: cast from ‘void*’ to ‘int’ loses precision | |
| kkstrtext.cc:434: error: cast from ‘void*’ to ‘int’ loses precision | |
| make[2]: *** [kkstrtext.o] Error 1 | |
| make[1]: *** [all-recursive] Error 1 | |
| make: *** [all-recursive-am] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment