|
From: Elmar H. <el...@ha...> - 2018-03-23 09:52:59
|
> Where did you get the code you are using from? Ideally you should have got it > from github B2_5_Release. It's not from Github but official tarbal fom firebirdsql.org. > -mmacosx-version-min=10.7 is now -mmacosx-version-min=10.9 libstdc++ > has been deprecated. I'm going to change that on next builds. But currently seems to wokt with 10.7 setting. Indeed I do not have an 10.7 at hand to test it. > By default the build is 64bit... you have to override it to get 32bit so > exporting -m64 and -arch x86_64 should be unnecessary. Something went wrong without that - it sould not harm to have these defs. > --with-system-icu? Apple don't ship a proper full ICU with the OS, you should be using the one > provided with Firebird. For some reason compile stopped with an error when including ICU. Therefore I did install ICU to /usr/local Elmar |