View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001195 | libmicrohttpd | public | 2007-04-13 04:36 | 2011-11-04 10:12 | |
Reporter | iccc | Assigned To | Daniel Pittman | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.0.0 | ||||
Target Version | 0.0.0 | Fixed in Version | 0.0.0 | ||
Summary | 0001195: libmicrohttpd doesn't compile | ||||
Description | Build process fails during compilation: iccc@localhost ~/Gnet/libmicrohttpd $ make make all-recursive make[1]: Entering directory `/home/iccc/Gnet/libmicrohttpd' Making all in src make[2]: Entering directory `/home/iccc/Gnet/libmicrohttpd/src' Making all in include make[3]: Entering directory `/home/iccc/Gnet/libmicrohttpd/src/include' Making all in . make[4]: Entering directory `/home/iccc/Gnet/libmicrohttpd/src/include' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/iccc/Gnet/libmicrohttpd/src/include' make[3]: Leaving directory `/home/iccc/Gnet/libmicrohttpd/src/include' Making all in daemon make[3]: Entering directory `/home/iccc/Gnet/libmicrohttpd/src/daemon' Making all in . make[4]: Entering directory `/home/iccc/Gnet/libmicrohttpd/src/daemon' if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -fno-strict-aliasing -Wall -Werror -g -O2 -MT daemon.lo -MD -MP -MF ".deps/daemon.Tpo" -c -o daemon.lo daemon.c; \ then mv -f ".deps/daemon.Tpo" ".deps/daemon.Plo"; else rm -f ".deps/daemon.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -fno-strict-aliasing -Wall -Werror -g -O2 -MT daemon.lo -MD -MP -MF .deps/daemon.Tpo -c daemon.c -fPIC -DPIC -o .libs/daemon.o cc1: warnings being treated as errors daemon.c: In function 'MHD_handle_write': daemon.c:893: warning: format '%i' expects type 'int', but argument 3 has type 'size_t' daemon.c:905: warning: format '%i' expects type 'int', but argument 4 has type 'size_t' make[4]: *** [daemon.lo] Error 1 make[4]: Leaving directory `/home/iccc/Gnet/libmicrohttpd/src/daemon' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/iccc/Gnet/libmicrohttpd/src/daemon' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/iccc/Gnet/libmicrohttpd/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/iccc/Gnet/libmicrohttpd' make: *** [all] Error 2 | ||||
Additional Information | I have Athlon64. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2007-04-13 04:36 | iccc | New Issue | |
2007-04-13 04:36 | iccc | File Added: config.log | |
2007-04-16 18:16 | Daniel Pittman | Status | new => resolved |
2007-04-16 18:16 | Daniel Pittman | Fixed in Version | => Git master |
2007-04-16 18:16 | Daniel Pittman | Resolution | open => fixed |
2007-04-16 18:16 | Daniel Pittman | Assigned To | => Daniel Pittman |
2007-04-16 18:16 | Daniel Pittman | Note Added: 0002949 | |
2007-08-08 15:25 | Christian Grothoff | Status | resolved => closed |
2011-11-04 10:12 | Christian Grothoff | Product Version | => 0.0.0 |
2011-11-04 10:12 | Christian Grothoff | Fixed in Version | Git master => 0.0.0 |
2011-11-04 10:12 | Christian Grothoff | Target Version | => 0.0.0 |
2015-12-18 15:58 | Christian Grothoff | Category | => (No Category) |