View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003199 | libmicrohttpd | other | public | 2013-12-11 21:15 | 2013-12-24 23:28 |
| Reporter | grundprinzip | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux | OS | Ubuntu | OS Version | 13.10 |
| Product Version | 0.9.32 | ||||
| Target Version | 0.9.33 | Fixed in Version | 0.9.33 | ||
| Summary | 0003199: Cannot compile due to missing member | ||||
| Description | When 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 Reproduce | wget 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 Information | make[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; | ||||
| Tags | No tags attached. | ||||
|
|
When using the current HEAD from SVN it works. |
|
|
Yes, this had already been reported, it only happens if you compile without SSL support. |
| 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 |