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'





On Sat, Nov 4, 2017 at 5:25 PM, marius adrian popa <map...@gmail.com> wrote:

> 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 adrian popa <map...@gmail.com>
> wrote:
>
>> I try to create a travis script for mac and i'm blocked on this one
>>
>> libtomcrypt is not using the defined LIBTOOL also is using gcc instead
>> of clang
>>
>> Here is travis.yml configuration
>>
>> https://github.com/mariuz/firebird/blob/master/.travis.yml
>>
>> and here is the build log
>>
>> https://travis-ci.org/mariuz/firebird/jobs/296806230
>>
>>
>>
>> CFLAGS="-D_THREAD_SAFE " 
>> /Applications/Xcode.app/Contents/Developer/usr/bin/make -C 
>> /Users/travis/build/mariuz/firebird/extern/libtomcrypt -f makefile.shared 
>> GCC=gcc
>>
>> libtool --mode=compile --tag=CC gcc  -D_THREAD_SAFE  -c -I./src/headers/ 
>> -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE -O3 -funroll-loops 
>> -fomit-frame-pointer -DENCRYPT_ONLY -c src/ciphers/aes/aes.c -o 
>> src/ciphers/aes/aes_enc.o
>>
>> error: 
>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool:
>>  unknown option character `-' in: --mode=compile
>>
>>
>
------------------------------------------------------------------------------
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