Created
December 28, 2008 13:00
-
-
Save oki/40560 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
| @nil ~/tmp/ekg2-20081227 $ make | |
| make all-recursive | |
| Making all in plugins | |
| Making all in logs | |
| /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -g -O2 -Wall -std=c99 -MT logs_la-main.lo -MD -MP -MF .deps/logs_la-main.Tpo -c -o logs_la-main.lo `test -f 'main.c' || echo './'`main.c | |
| gcc -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -g -O2 -Wall -std=c99 -MT logs_la-main.lo -MD -MP -MF .deps/logs_la-main.Tpo -c main.c -fno-common -DPIC -o .libs/logs_la-main.o | |
| main.c: In function 'logs_open_file': | |
| main.c:664: warning: implicit declaration of function 'strlcpy' | |
| main.c:666: warning: implicit declaration of function 'strlcat' | |
| main.c: In function 'logs_simple': | |
| main.c:760: error: 'INADDR_NONE' undeclared (first use in this function) | |
| main.c:760: error: (Each undeclared identifier is reported only once | |
| main.c:760: error: for each function it appears in.) | |
| main.c: In function 'logs_irssi': | |
| main.c:886: error: 'INADDR_NONE' undeclared (first use in this function) | |
| make[3]: *** [logs_la-main.lo] Error 1 | |
| make[2]: *** [all-recursive] Error 1 | |
| make[1]: *** [all-recursive] Error 1 | |
| make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment