On 24/10/2019 10:48, Paul Beach wrote:
> Adriano,
>
>> I'm trying to setup github-actions with MacOS build.
>> Guess what? Errors after errors.
>> Is the master code supposed to build without patches? 
> I haven't looked at building MacOS on master, mainly because its a port,
> so I wait until the code stabilises before I start working on it so its going 
> to die
> a horrible death until Alex and I look at it in detail.
>
> Firebird 3 should build OK...
>
> first you need to install a copy of ICU and build it.
> then you need to set the CFLAGS, LDFLAGS, and CXXFLAGS as per 
> prefix.darwin_x86_64
> Make sure you use builtin-libtommath
>
>
Can't it be installed with brew, at least to run in the same build machine?

What version should be it?

Now with v3 and installing icu4c (64.2) I'm having:

/usr/local/opt/icu4c/include/unicode/localpointer.h:224:34: warning:
rvalue references are a C++11 extension [-Wc++11-extensions]
    LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT :
LocalPointerBase<T>(src.ptr) {

/usr/local/opt/icu4c/include/unicode/localpointer.h:224:40: error:
expected ';' at end of declaration list
    LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT :
LocalPointerBase<T>(src.ptr) {


Adriano



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to