You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ebbebb
trying to install on my sabayon (gentoo) linux
dilshod@localhost ~/projects/ebb $ python setup.py build
running build
running build_ext
building 'ebb' extension
creating build
creating build/temp.linux-i686-2.4
creating build/temp.linux-i686-2.4/src
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-
prototypes -fPIC -Ilibev -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/
include -I/usr/include/python2.4 -c src/ebb_python.c -o build/
temp.linux-i686-2.4/src/ebb_python.o
In file included from src/ebb_python.c:6:
src/ebb.h:112:7: warning: no newline at end of file
src/ebb_python.c: In function 'py_start_response':
src/ebb_python.c:92: warning: suggest parentheses around assignment
used as truth value
src/ebb_python.c:98: warning: implicit declaration of function
'ebb_client_write'
src/ebb_python.c: In function 'request_cb':
src/ebb_python.c:198: warning: suggest parentheses around assignment
used as truth value
src/ebb_python.c:290:2: warning: no newline at end of file
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-
prototypes -fPIC -Ilibev -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/
include -I/usr/include/python2.4 -c src/ebb.c -o build/temp.linux-
i686-2.4/src/ebb.o
In file included from src/ebb.c:24:
libev/ev.c:252:49: warning: "/*" within comment
In file included from src/ebb.c:24:
libev/ev.c: In function 'ev_feed_event':
libev/ev.c:523: warning: unused variable 'ocur_'
libev/ev.c: In function 'fd_change':
libev/ev.c:624: warning: unused variable 'ocur_'
In file included from libev/ev.c:912,
from src/ebb.c:24:
libev/ev_poll.c: In function 'poll_modify':
libev/ev_poll.c:56: warning: unused variable 'ocur_'
In file included from src/ebb.c:24:
libev/ev.c: In function 'ev_io_start':
libev/ev.c:1694: warning: suggest parentheses around arithmetic in
operand of |
libev/ev.c: In function 'ev_timer_start':
libev/ev.c:1724: warning: unused variable 'ocur_'
libev/ev.c: In function 'ev_periodic_start':
libev/ev.c:1794: warning: unused variable 'ocur_'
libev/ev.c: In function 'ev_idle_start':
libev/ev.c:2182: warning: unused variable 'ocur_'
libev/ev.c: In function 'ev_prepare_start':
libev/ev.c:2213: warning: unused variable 'ocur_'
libev/ev.c: In function 'ev_check_start':
libev/ev.c:2240: warning: unused variable 'ocur_'
libev/ev.c: In function 'ev_fork_start':
libev/ev.c:2348: warning: unused variable 'ocur_'
In file included from src/ebb.c:27:
src/ebb.h:112:7: warning: no newline at end of file
src/ebb.c: In function 'read_body_into_file':
src/ebb.c:174: warning: unused variable 'flags'
src/ebb.c: At top level:
src/ebb.c:338: warning: return type defaults to 'int'
src/ebb.c: In function 'client_init':
src/ebb.c:355: warning: 'return' with no value, in function returning
non-void
src/ebb.c:358: warning: unused variable 'flags'
src/ebb.c: In function 'ebb_server_init':
src/ebb.c:472: warning: label 'error' defined but not used
src/ebb.c: In function 'ebb_server_unlisten':
src/ebb.c:497: warning: unused variable 'client'
src/ebb.c:496: warning: unused variable 'i'
src/ebb.c: In function 'ebb_server_listen_on_socket':
src/ebb.c:574: warning: no return statement in function returning non-
void
src/ebb.c:755:2: warning: no newline at end of file
src/ebb.c: At top level:
libev/ev.h:370: warning: 'ev_default_loop' defined but not used
libev/ev.c:287: warning: 'have_monotonic' defined but not used
libev/ev.c:680: warning: 'fd_rearm_all' defined but not used
libev/ev.c:1126: warning: 'infy_fork' declared 'static' but never
defined
src/ebb.c:696: warning: 'server_socket_unix' defined but not used
src/ebb.c:163: warning: 'read_body_into_file' defined but not used
src/ebb.c: In function 'on_request':
src/ebb.c:422: warning: 'client' may be used uninitialized in this
function
src/ebb.c: In function 'on_client_readable':
src/ebb.c:275: warning: 'thread' is used uninitialized in this
function
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-
prototypes -fPIC -Ilibev -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/
include -I/usr/include/python2.4 -c src/parser.c -o build/temp.linux-
i686-2.4/src/parser.o
gcc: src/parser.c: No such file or directory
gcc: no input files
error: command 'gcc' failed with exit status 1
Dilshod
unread,
Mar 22, 2008, 3:47:05 AM3/22/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ebbebb
after compilation parser.rl with ragel by hand, it's installed