> > 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.

Which does not contain the few changes I added to make it build properly after
2.5.8 was released on Linux and Windows
 
> > -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.

It will build, but deprecated implies that you might have an issue trying to
run it on 10.7 or 10.8... In any event without the fix for the _clock_gettime 
function
in configure.in your code will only run on 10.12 and no OS version below 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.

No harm, but not necessary.

> > --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

What was the error?

Paul

------------------------------------------------------------------------------
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