View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003597 | libmicrohttpd | build system | public | 2014-12-24 13:10 | 2015-04-07 00:43 |
| Reporter | blueness | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.9.39 | ||||
| Target Version | 0.9.39 | Fixed in Version | 0.9.39 | ||
| Summary | 0003597: libmicrohttpd-0.9.39: fails to build, missing autoinit_funcs.h | ||||
| Description | Out of the box,libmicrohttpd-0.9.39 fails to build: # ./configure # make leads to /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -g -O2 -fno-strict-aliasing -MT libmicrohttpd_la-daemon.lo -MD -MP -MF .deps/libmicrohttpd_la-daemon.Tpo -c -o libmicrohttpd_la-daemon.lo `test -f 'daemon.c' || echo './'`daemon.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -g -O2 -fno-strict-aliasing -MT libmicrohttpd_la-daemon.lo -MD -MP -MF .deps/libmicrohttpd_la-daemon.Tpo -c daemon.c -fPIC -DPIC -o .libs/libmicrohttpd_la-daemon.o daemon.c:40:28: fatal error: autoinit_funcs.h: No such file or directory #include "autoinit_funcs.h" microhttpd/daemon.c includes "autoinit_funcs.h" unconditionally, and yet there is no autoinit_funcs.h in the tarball. | ||||
| Steps To Reproduce | You probably need EXTRA_DIST in src/microhttpd/Makefile.am but I haven't looked carefully. This should be a trivial fix. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-12-24 13:10 | blueness | New Issue | |
| 2014-12-25 15:32 | Christian Grothoff | Note Added: 0008736 | |
| 2014-12-25 15:32 | Christian Grothoff | Status | new => resolved |
| 2014-12-25 15:32 | Christian Grothoff | Fixed in Version | => 0.9.39 |
| 2014-12-25 15:32 | Christian Grothoff | Resolution | open => fixed |
| 2014-12-25 15:32 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2014-12-25 15:33 | Christian Grothoff | Product Version | => 0.9.39 |
| 2014-12-25 15:33 | Christian Grothoff | Target Version | => 0.9.39 |
| 2015-04-07 00:43 | Christian Grothoff | Status | resolved => closed |