<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 12 December 2015 at 23:40, Ludovic Rousseau <span dir="ltr"><<a href="mailto:ludovic.rousseau@gmail.com" target="_blank">ludovic.rousseau@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello,<br><br></div>I should be the author of these modifications of the README.<br><div><div><div class="gmail_extra">Attached are the 2 patches for homebrew I used at the time.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I have not (re)build grisbi since a long time.<br>Maybe the homebrew patches needs to be updated.</div></div></div></div></blockquote><div><br></div><div>You will be please to know that the latest homebrew formulas have those patches in them.<br><br></div><div>I have a whole bunch of different problems, mostly due to an old jhbuild environment.<br></div><div>After deleting ~/.jhbuildrc* and  ~/gtk and starting again I got further.<br><br></div><div>I dont have everything working yet so I dont know the steps needed to fix it.<br><br></div><div>So far I needed to run<br>$ brew install autoconf<br>$ brew install automake<br>$ brew install intltool<br>$ autoreconf --install --symlink -I/usr/local/MacGPG2/share/aclocal/<br></div><div>(as gettext nlm.m4 are in that directory)<br></div><div><br></div><div>My PATH already included /usr/local/MacGPG2/bin which had gettext in it, so I did not need to do some of the other instructions)<br><br>I needed to patch gtk-quartz-engine with <a href="http://xpra.org/trac/attachment/ticket/533/quartz-style-fix.patch">http://xpra.org/trac/attachment/ticket/533/quartz-style-fix.patch</a><br><br>Now when I run ./configure the output at the end indicates that it is not using gtk_mac_integration:<br>                Build with libxml2:        yes<br>                Build with OpenSSL:        yes<br>                Build with OFX plugin:     yes<br>                Build with goffice:        yes<br>                Build gtk_mac_integration: no<br>                CUnit/unit tests support:  no<br>                Install french user doc:   yes<br><br>I'm now trying to work out how to turn<br>Build gtk_mac_integration: no<br></div><div>into<br>Build gtk_mac_integration: yes<br></div></div></div></div>