Created
December 2, 2010 20:25
-
-
Save devn/725995 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
| cc -DBUILD="\"1.3\"" -std=c99 -D_GNU_SOURCE -D_POSIX_SOURCE -iquote. -c -o cmd-pipe-pane.o cmd-pipe-pane.c | |
| cmd-pipe-pane.c: In function ‘cmd_pipe_pane_exec’: | |
| cmd-pipe-pane.c:67: warning: implicit declaration of function ‘bufferevent_free’ | |
| cmd-pipe-pane.c:122: warning: implicit declaration of function ‘EVBUFFER_LENGTH’ | |
| cmd-pipe-pane.c:122: error: dereferencing pointer to incomplete type | |
| cmd-pipe-pane.c:124: warning: implicit declaration of function ‘bufferevent_new’ | |
| cmd-pipe-pane.c:125: warning: assignment makes pointer from integer without a cast | |
| cmd-pipe-pane.c:126: warning: implicit declaration of function ‘bufferevent_enable’ | |
| make: *** [cmd-pipe-pane.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment