View Issue Details

IDProjectCategoryView StatusLast Update
0003597libmicrohttpdbuild systempublic2015-04-07 00:43
Reporterblueness Assigned ToChristian Grothoff  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.39 
Target Version0.9.39Fixed in Version0.9.39 
Summary0003597: libmicrohttpd-0.9.39: fails to build, missing autoinit_funcs.h
DescriptionOut 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 ReproduceYou probably need EXTRA_DIST in src/microhttpd/Makefile.am but I haven't looked carefully. This should be a trivial fix.
TagsNo tags attached.

Activities

Christian Grothoff

2014-12-25 15:32

manager   ~0008736

Resolved with updated upload.

Issue History

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