Re: [Firebird-devel] Build firebird 2.0.7 on Mac OS X 10.8.2

2012-12-13 Thread Markus Hubig
No but I don't add '-j' to make and grep-ing for '-j' through the Makefiles gives don't show '-j'. Cheers, Markus On Thu, Dec 13, 2012 at 12:20 PM, Adriano dos Santos Fernandes wrote: > On 13/12/2012 09:14, Markus Hubig wrote: >> Crazy ...

Re: [Firebird-devel] Build firebird 2.0.7 on Mac OS X 10.8.2

2012-12-13 Thread Markus Hubig
Crazy ... I first thought the same, but after some tries I figured out that just by running make again after an error leads it will build the epp file... So after maybe 10 times make I now get a 'Build Successful!!' Is there some tests I can start to see if this Build is working? Cheers, Markus

Re: [Firebird-devel] Build firebird 2.0.7 on Mac OS X 10.8.2

2012-12-13 Thread Markus Hubig
On Thu, Dec 13, 2012 at 11:08 AM, Alex Peshkoff wrote: > On 12/13/12 13:54, Markus Hubig wrote: >> On Thu, Dec 13, 2012 at 10:39 AM, Paul Beach wrote: >> >>> | make -f ../gen/Makefile.static.gbak ../gen/firebird/bin/gbak_static >>> | ../gen/firebird/bin/gpr

Re: [Firebird-devel] Build firebird 2.0.7 on Mac OS X 10.8.2

2012-12-13 Thread Markus Hubig
On Thu, Dec 13, 2012 at 10:39 AM, Paul Beach wrote: > | make -f ../gen/Makefile.static.gbak ../gen/firebird/bin/gbak_static > | ../gen/firebird/bin/gpre_current -r -m -z -n ../src/burp/backup.epp > ../src/burp/backup.cpp > | gpre version UI-V2.0.7.13318 Firebird 2.0 > | Unable to complete network

[Firebird-devel] Build firebird 2.0.7 on Mac OS X 10.8.2

2012-12-12 Thread Markus Hubig
Hi @all, I'm trying to build version 2.0.7 on OSX 10.8.2 (to create a Homebrew formula) but had no luck. This is what I tried so far: $ export CFLAGS='-m32 -arch i386' $ export CXXFLAGS='-m32 -arch i386' $ export LD_FLAGS='-m32 -arch i386' $ export MACOSX_DEPLOYMENT_TARGET=10.4 $ LIBTOOL=glibtool