Re: [Gtk-osx-users] [gtk-osx-users] Building gnucash on OS X 10.10 - Finally Success
Status: Beta
Brought to you by:
jralls
From: Thinus P. <th...@po...> - 2015-04-16 14:17:46
|
> On 16 Apr 2015, at 16:12, John Ralls <jr...@ce...> wrote: > > >> On Apr 16, 2015, at 5:19 AM, Thinus Pollard <th...@po...> wrote: >> >> <snip> >> >> Hi John >> >> The latest changes to the modules file did the trick, it builds cleanly on 10.10 (except for the known issues with libsoup and gwenhywfar. >> >> I have successfully created a bundle as well. >> >> Now on to the next issue ;) >> >> OSX integration seems to be broken. The menubar is stuck in the GnuCash window, i.e. not using the menubar at the top of the osx desktop. Any ideas on what I’m doing wrong? > > It's not something you're doing wrong. There's a commit, 46f7551, that is in the 2.6.6 bundles but not in the tarballs; it makes the changes in library and include names required by gtk-mac-integration commit cb6d65f9. > > Regards, > John Ralls > Thanks, I was beginning to think that. I digged in the source and saw that MAC_INTEGRATION should be defined for it to be considered. I did a export CFLAGS=-DMAC_INTEGRATION before the jhbuild build Then all hell broke loose ;) I’ll grab that commit and see what happens Thanks for the heads up Kind regards Thinus |