Thanks i forced the c++11 feature and also i use now the clang compiler
I reached until
https://travis-ci.org/mariuz/firebird/jobs/298066284
error: no member named 'posix_fadvise' in the global namespace; did you
mean simply 'posix_fadvise'?
rc = ::posix_fadvise(fd, offse
On 11/06/17 17:17, marius adrian popa wrote:
Ok i installed libtomcrypt from source , i will create a pull request
with new version of it for firebird
git clone https://github.com/libtom/libtomcrypt.git
cd libtomcrypt
git checkout tags/1.18
make
make install
cd ..
https://travis-ci.org/mariuz/f
Ok i installed libtomcrypt from source , i will create a pull request with
new version of it for firebird
git clone https://github.com/libtom/libtomcrypt.git
cd libtomcrypt
git checkout tags/1.18
make
make install
cd ..
https://travis-ci.org/mariuz/firebird/jobs/297987922
And got the next error
er
I created an alias from libtool to glibtool
then i got the next error
https://travis-ci.org/mariuz/firebird/jobs/296857861
./src/headers/tomcrypt_macros.h:269:24: error: constraint 'I' expects
an integer constant expression
:"0" (word),"I" (i));
On Fri, Nov 3, 2017 at 5:11 PM, marius adr