[IRCServices] Services 5.1pre2
Andrew Church
achurch at achurch.org
Sat May 19 21:39:51 PDT 2007
I can't reproduce this problem. My best guess is that there's a
problem with the "stdint.h" header file on your system.
--Andrew Church
achurch at achurch.org
http://achurch.org/
>Hello,
>
>I tried to compile the services 5.1pre2 on an amd64 and it bails out
>with the messages attached. although on an chrooted ia32 system it works
>out fine (if I HUP the ircservices process with kill).
>
>
>*arvi at opti:/data/source/ircservices-5.1pre2$ ./configure -ignore-cache
>
>Beginning IRC Services configuration.
>
>Executable (program) files will be installed in /usr/local/sbin
>Data files will be installed in /usr/local/lib/ircservices
>Checking sanity of /bin/sh... high.
>Searching for a suitable compiler... great, found gcc!
>Testing default compiler flags (-O2 -fno-strict-aliasing)... looks good.
>Let's see what libraries we need... -lm -lcrypt
>Checking if we can use dynamic modules... no.
>Checking whether ranlib exists... yes.
>Checking for presence of include files (it's okay if some aren't there):
> stdint.h... present
> strings.h... present
> sys/select.h... present
> sys/sysproto.h... not present
>Looking for an 8-bit integer type... int8_t
>Looking for a 16-bit integer type... int16_t
>Looking for a 32-bit integer type... int32_t
>Looking for a 64-bit integer type... int64_t
>Checking the size of int... 32 bits
>Checking the size of long... 64 bits
>Checking the size of pointers... 64 bits
>Checking the size of time_t... 64 bits (nifty!)
>Checking the size of gid_t... 32 bits
>Checking for socklen_t... present.
>Seeing if your system defines int16/int32... not found (this is good).
>How to complain when something goes wrong... ah, strerror() is here.
>Looking for other functions we want that you don't have...
>Checking how to install files... looks like "install" will work.
>Seeing if "install" will create directories... OK.
>Checking how to copy directories... /bin/cp -dpr
>Creating config.h... done.
>Creating Makefile.inc... done.
>Saving configuration results in config.cache... done.
>
>All done! Now edit defs.h as needed, and run "make" (or possibly "gmake")
>to compile Services. See the README and FAQ if you have any problems.
>
>arvi at opti:/data/source/ircservices-5.1pre2$ make
>touch services.h
>make -C lang index
>make[1]: Entering directory `/localvol/data/source/ircservices-5.1pre2/lang'
>make[1]: »index« ist bereits aktualisiert.
>make[1]: Leaving directory `/localvol/data/source/ircservices-5.1pre2/lang'
>gcc -DSTATIC_MODULES -O2 -fno-strict-aliasing -g -Wall
>-Wmissing-prototypes -c actions.c -o actions.o
>In file included from services.h:78,
> from actions.c:10:
>sockets.h:141: error: expected â)â before âper_connâ
>sockets.h:154: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â
>before âread_buffer_lenâ
>sockets.h:155: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â
>before âwrite_buffer_lenâ
>sockets.h:156: error: expected declaration specifiers or â...â before
>âuint64_tâ
>sockets.h:156: error: expected declaration specifiers or â...â before
>âuint64_tâ
>sockets.h:157: error: expected declaration specifiers or â...â before
>âuint32_tâ
>sockets.h:158: error: expected declaration specifiers or â...â before
>âuint32_tâ
>In file included from services.h:79,
> from actions.c:10:
>send.h:19: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â
>before âprotocol_featuresâ
>In file included from services.h:80,
> from actions.c:10:
>modes.h:29: error: expected specifier-qualifier-list before âuint8_tâ
>In file included from services.h:81,
> from actions.c:10:
>users.h:37: error: expected specifier-qualifier-list before âuint32_tâ
>In file included from services.h:85,
> from actions.c:10:
>extern.h:154: error: expected declaration specifiers or â...â before
>âuint32_tâ
>extern.h:230: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â
>before âtime_msecâ
>extern.h:234: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â
>before â*â token
>extern.h:235: warning: type defaults to âintâ in declaration of âuint8_tâ
>extern.h:235: error: expected â;â, â,â or â)â before â*â token
>extern.h:236: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â
>before â*â token
>extern.h:237: warning: type defaults to âintâ in declaration of âuint8_tâ
>extern.h:237: error: expected â;â, â,â or â)â before â*â token
>In file included from actions.c:13:
>timeout.h:46: error: expected â)â before âdelayâ
>actions.c: In function âbad_passwordâ:
>actions.c:67: error: âUserâ has no member named âbad_pw_timeâ
>actions.c:68: error: âUserâ has no member named âbad_pw_timeâ
>actions.c:69: error: âUserâ has no member named âbad_pw_countâ
>actions.c:70: error: âUserâ has no member named âbad_pw_countâ
>actions.c:71: error: âUserâ has no member named âbad_pw_timeâ
>actions.c:72: error: âUserâ has no member named âbad_pw_countâ
>actions.c:77: error: âUserâ has no member named âbad_pw_countâ
>actions.c: In function âset_cmodeâ:
>actions.c:477: warning: implicit declaration of function âadd_timeout_msâ
>actions.c:478: warning: assignment makes pointer from integer without a cast
>
>--
>Pol Bettinger
>------------------------------------------------------------------
>To unsubscribe or change your subscription options, visit:
>http://lists.ircservices.za.net/mailman/listinfo/ircservices