Re: [Mono-dev] Cross-compiling Mono for ARM

2015-06-19 Thread Gutemberg Ribeiro
Hello Andres... I think I finally got it compiled but, now when I'm including on my C project the mono headers, my app don't compile anymore: In file included from ../../Desktop/mono-build/usr/local/include/mono-2.0/mono/utils/mono-publib.h:45, from

Re: [Mono-dev] Cross-compiling Mono for ARM

2015-06-19 Thread Rafael Teixeira
From these: ...arm-elf/include/stdint.h:243: error: conflicting types for 'intptr_t' ...arm-elf/include/stdint.h:244: error: conflicting types for 'uintptr_t' it is pretty clear that ingenico messed with the standard header files, and guard clauses (#IFDEFs) aren't thus able to avoid such

Re: [Mono-dev] Cross-compiling Mono for ARM

2015-06-19 Thread Gutemberg Ribeiro
Yes… We was looking at it and looks that they changed lots of standard headers… Unfortunately, here in Brazil they don’t have a dev team, only in France and take ages to get a reply… Will try get them on table and see what we can do… Thank you, Best regards, Gutemberg From: Rafael Teixeira