Re: [cryptopp-users] Need OS X testing

2018-11-11 Thread Uri Blumenthal
Correction: - if you have CLANG compiler from Macports, then do what Jeffrey said below; - if you have GCC compiler from Macports, then do $ CXX=/opt/local/bin/g++ make -j 4 Sent from my test iPhone > On Nov 11, 2018, at 17:34, Jeffrey Walton wrote: > > Hi Everyone, > > We need someone to

[cryptopp-users] Need OS X testing

2018-11-11 Thread Jeffrey Walton
Hi Everyone, We need someone to test the latest changes on a modern version of OS X. Could someone please perform the following and report back: $ git clone https://github.com/weidai11/cryptopp.git cryptopp-test $ cd cryptopp-test $ make -j 4 ... $ ./cryptest.exe v ...

[cryptopp-users] Unix/Linux Makefile and feature testing

2018-11-11 Thread Jeffrey Walton
Hi Everyone, We cutover to feature testing in the GNUMakefile. Also see https://github.com/weidai11/cryptopp/pull/737 . Previously the makefile used toolchain versions. It worked well when environments were more predictable, like CentOS 5 or OS X 10.5 from around 2007. Nowadays we are seeing