View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005736 | GNUnet | build process | public | 2019-05-26 20:18 | 2019-07-30 19:52 |
Reporter | nikita | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Summary | 0005736: linker/compiler AM_ flags during header checks aren't working really well | ||||
Description | This is a long standing feature bug. Essentially what should happen is that when the correct LDFLAGS and CFLAGS are passed, the AM_ counterpart respects those flags. But even when you set the AM_ flags to temporarily include the current CFLAGS the detection fails. This produces results such as: configure:22261: checking for libzbar configure:22380: result: --with-zbar not specified configure:22384: checking zbar.h usability configure:22384: clang -c -fno-strict-aliasing -Wall -g -O0 -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5 configure:22384: $? = 0 configure:22384: result: yes configure:22384: checking zbar.h presence configure:22384: clang -E conftest.c conftest.c:46:10: fatal error: 'zbar.h' file not found #include <zbar.h> ^~~~~~~~ 1 error generated. configure:22384: $? = 1 ... configure: WARNING: zbar not found, gnunet-qr will not be built. The problem here is that we need to pass the /usr/pkg/include (on my platform) to the temporary assembled test applications. | ||||
Tags | No tags attached. | ||||
duplicate of | 0005722 | assigned | --with-libgcrypt-prefix does not work properly |