Coacher
Coacher
@nijel, I expected `--without-libiconv-prefix` disable iconv interface at all. > So it works as expected, it just removes search in some directories. As you probably have iconv embedded in libc,...
The problem is currently there's no way to tell build system "no matter whether gtk-doc is present, don't build or install docs". Even when gtk-doc isn't present, "make install" still...
I have a solution that works for me: `sed -i -e '/SUBDIRS/s/ devel-docs//g' Makefile.am` Note that this changes the current behaviour of `make install` in the top directory as it...
Ok, I'll come up with a configure switch later.
The real downer here is `iconvcap`: if it's compiled using host toolchain, there's a good chance it won't run due to a different architecture; if it's compiled using build toolchain,...
@nijel, AFAIU iconvcap just tries already known, hardcoded names, so why enca can't do this too? Why is it so important to figure out the exact names used in iconv...
Sometimes being portable is indeed awkward. Also it should be possible to cache at runtime the correct name after enca figures it out for the first time and reuse it...
Please add `CPPFLAGS_FOR_BUILD` (and possibly `LDFLAGS_FOR_BUILD`) here: https://github.com/nijel/enca/commit/2393833d133a6784e57215b89e4c4c0484555985#diff-80bc8b2b3a38cd579f0c0f9fd0b338c4R6 Per [make manual](https://www.gnu.org/software/make/manual/make.html#Command-Variables): 'Use CPPFLAGS in any compilation command that runs the preprocessor, and use LDFLAGS in any compilation command that does...
[Enhancement] Advertise Python2 as the only supported python version for the fwknop python extension
I've investigated a bit further. On Python 3.4 I have the following error after `fko` module import attempt: `ImportError: /_fko.cpython-34.so: undefined symbol: Py_InitModule` This error is due to changes in...
2. Borked linking to glslang/SPIRV-Tools/pthread in tests Adding `-lgtest` as shown above allows the build to continue further only to throw another error: ``` [ 67%] Linking CXX executable shaderc_combined_shaderc_cpp_test...