Hello, all, Still compilation issue. This time I compile 2.0.3-alpha on Solaris using SunStudio. After ./configure and make, I got errors and warnings:
... source='devpoll.c' object='devpoll.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/bash ./depcomp \ /bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./compat -I./include -g -c -o devpoll.lo devpoll.c cc -DHAVE_CONFIG_H -I. -I./compat -I./include -g -c devpoll.c -KPIC -DPIC -o .libs/devpoll.o "devpoll.c", line 179: warning: implicit function declaration: EVBASE_RELEASE_LOCK "devpoll.c", line 179: undefined symbol: EVTHREAD_WRITE "devpoll.c", line 179: undefined symbol: th_base_lock "devpoll.c", line 183: warning: implicit function declaration: EVBASE_ACQUIRE_LOCK cc: acomp failed for devpoll.c *** Error code 1 make: Fatal error: Command failed for target `devpoll.lo' Current working directory /mnt/development/65dev/experimental/library/libevent/Clib/libevent *** Error code 1 ... ... source='evutil.c' object='evutil.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/bash ./depcomp \ /bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./compat -I./include -g -c -o evutil.lo evutil.c cc -DHAVE_CONFIG_H -I. -I./compat -I./include -g -c evutil.c -KPIC -DPIC -o .libs/evutil.o "evutil.c", line 1666: warning: initializer does not fit or is out of range: 128 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 129 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 130 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 131 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 132 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 133 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 134 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 135 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 136 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 137 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 138 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 139 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 140 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 141 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 142 "evutil.c", line 1666: warning: initializer does not fit or is out of range: 143 ... Anyone has an idea on this? Thanks in advance, Ted *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
