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, offset, len, advice);
                             ^~~~~~~~~~~~~~~
                             posix_fadvise

On Mon, Nov 6, 2017 at 6:01 PM, Alex Peshkoff via Firebird-devel <
firebird-devel@lists.sourceforge.net> wrote:

> 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/firebird/jobs/297987922
>> And got the next error
>> error: use of undeclared identifier 'nullptr'
>> **
>>
>
> That c++11 feature, try to force appropriate compile mode
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> Firebird-Devel mailing list, web interface at
> https://lists.sourceforge.net/lists/listinfo/firebird-devel
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to