Hi, I just downloaded the "current" version from savana (3.10). In my searches I found the URL below to contain possibly incorrect data.
I couldn't find the source repository on the savana web site. Is it missing on purpose? Could you point me to it's location? I'm not a developer, just a tool builder. As such, I sometimes specify some outlandish configure options that might not make sense. If/when I find "bugs", I like to report them and possibly work with the developer to help further the free software "cause". Also, I tried to build mailtools and got a diagnostic which is why I was asking for the source repo location. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -DSYSCONFDIR=\"/usr/lsd/Linux/etc\" -g -O2 -MT body.lo -MD -MP -MF .deps/body.Tpo -c -o body.lo body.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -DSYSCONFDIR=\"/usr/lsd/Linux/etc\" -g -O2 -MT body.lo -MD -MP -MF .deps/body.Tpo -c body.cc -fPIC -DPIC -o .libs/body.o body.cc: In member function ‘mailutils::Stream& mailutils::Body::get_stream()’: body.cc:69:16: error: ‘mu_body_get_stream’ was not declared in this scope; did you mean ‘mu_body_set_stream’? 69 | int status = mu_body_get_stream (body, &c_stream); | ^~~~~~~~~~~~~~~~~~ | mu_body_set_stream make[2]: *** [Makefile:1095: body.lo] Error 1 make[2]: Leaving directory '/export/home/tools/mailtools/mailutils-3.10/libmu_cpp' make[1]: *** [Makefile:1150: all-recursive] Error 1 make[1]: Leaving directory '/export/home/tools/mailtools/mailutils-3.10' make: *** [Makefile:1035: all] Error 2 https://www.gnu.org/software/mailutils/mailutils.html#downloading