Closed TinoDidriksen closed 6 years ago
Hm, I did try to check ( https://github.com/divvun/libdivvun/blob/master/configure.ac#L108 and https://github.com/divvun/libdivvun/blob/master/configure.ac#L88 ). m4 strikes again.
Ah, what probably happened then is that it saw libarchive from Macports but for whatever reason didn't get the -I passed along.
Do you know which goal it was building when that happened? I see the Makefile.am
only mentions libarchive for divvun-gen-sh
, but I guess it should mention that elsewhere too.
divvun_gen_sh_LDADD = $(PUGIXML_LIBS) $(LIBARCHIVE_LIBS)
divvun_gen_sh_CXXFLAGS = $(PUGIXML_CFLAGS) $(LIBARCHIVE_CFLAGS)
Was this fixed by #11 ?
Hm, I guess that must have been the core problem. So yeah, fixed in https://github.com/divvun/libdivvun/commit/51aceee490ddf0f005df8295dcf1c73e7ca31a5f
./configure --enable-checker --enable-cgspell --enable-python-bindings
ran fine, but the build said:configure
needs to check for a usablelibarchive
.