View Issue Details

IDProjectCategoryView StatusLast Update
0003199libmicrohttpdotherpublic2013-12-24 23:28
Reportergrundprinzip Assigned ToChristian Grothoff  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSUbuntuOS Version13.10
Product Version0.9.32 
Target Version0.9.33Fixed in Version0.9.33 
Summary0003199: Cannot compile due to missing member
DescriptionWhen downloading the latest release of libmicrohttpd it fails to compile due to a missing member of MHD_Connection. It looks like this is related to a new feature of 0.9.32 that allows suspending connections

Steps To Reproducewget http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.32.tar.gz
tar zxvf libmicrohttpd-0.9.32.tar.gz
cd libmicrohttpd-0.9.32
./configure
make
Additional Informationmake[3]: Entering directory `/home/grund/install/libmicrohttpd-0.9.32/src/microhttpd'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/plibc -I../../src/include -I../../src/daemon -fno-strict-aliasing -g -O2 -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c -o connection.lo connection.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include/plibc -I../../src/include -I../../src/daemon -fno-strict-aliasing -g -O2 -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.c -fPIC -DPIC -o .libs/connection.o
connection.c: In function ‘cleanup_connection’:
connection.c:2082:28: error: ‘struct MHD_Connection’ has no member named ‘suspended’
   if (MHD_YES == connection->suspended)
                            ^
connection.c:2093:13: error: ‘struct MHD_Connection’ has no member named ‘suspended’
   connection->suspended = MHD_NO;
             ^
connection.c:2094:13: error: ‘struct MHD_Connection’ has no member named ‘resuming’
   connection->resuming = MHD_NO;
TagsNo tags attached.

Activities

grundprinzip

2013-12-11 21:17

reporter   ~0007846

When using the current HEAD from SVN it works.

Christian Grothoff

2013-12-13 18:37

manager   ~0007875

Yes, this had already been reported, it only happens if you compile without SSL support.

Issue History

Date Modified Username Field Change
2013-12-11 21:15 grundprinzip New Issue
2013-12-11 21:17 grundprinzip Note Added: 0007846
2013-12-13 18:37 Christian Grothoff Note Added: 0007875
2013-12-13 18:37 Christian Grothoff Status new => resolved
2013-12-13 18:37 Christian Grothoff Fixed in Version => 0.9.33
2013-12-13 18:37 Christian Grothoff Resolution open => fixed
2013-12-13 18:37 Christian Grothoff Assigned To => Christian Grothoff
2013-12-13 18:37 Christian Grothoff Target Version => 0.9.33
2013-12-24 23:28 Christian Grothoff Status resolved => closed