[Botan-devel] Botan 1.4.2 is broken
Brought to you by:
randombit
|
From: Jack L. <ll...@ra...> - 2004-11-03 17:32:45
|
Just a quick FYI - I've realized that due to some changes I made in 1.4.2's build system, if you `make install` you get a useless build, because (among other things) config.h doesn't get installed, which breaks everything. Workaround is rm -f <whatever_prefix>/botan/*.h followed by cp build/include/botan/* <whatever_prefix>/botan/ I'll try to get 1.4.3 out quickly to resolve this. -Jack |