[grisbi-devel] RE : Building Grisbi on Mac OS Lion?
Barrie Treloar
baerrach at gmail.com
Wed Feb 15 00:48:35 CET 2012
On Thu, Feb 2, 2012 at 2:49 PM, Barrie Treloar <baerrach at gmail.com> wrote:
> On Thu, Feb 2, 2012 at 9:19 AM, Barrie Treloar <baerrach at gmail.com> wrote:
>> There is a section on Xcode 4 that I didn't see before starting.
>> Something about adding
>> export ARCHFLAGS="-arch x86_64 -arch i386"
[del]
> The good thing about running it in a console is that the error dialog
> "grisbi quit unexpectedly"
> prints out to the console
> grisbi(19174,0x7fff73ecb960) malloc: *** error for object
> 0x7fe5bad3fae0: pointer being freed was not allocated
> *** set a breakpoint in malloc_error_break to debug
> Abort trap: 6
>
> So there is a chance I can work out what its doing.
I'll put this in the notes I write up.
The short answer is that I needed to start again with gtk.
OS X Lion must have
jhbuild bootstrap --skip=libiconv
and ~/.jhbuild-customrc
setup_sdk(target="10.6", sdk_version="10.6", architectures=["i386"])
Then it build x86 binaries (as GTK 64 bit is no good) and I no longer
get crashes on close.
More information about the devel
mailing list