Changes

Jump to: navigation, search

Mac OS X:Build from source:fink

252 bytes added, 03:39, 28 July 2007
Download and install Gramps: HAVE_2_6 workaround?
<li>For some reason, Fink's install of msgfmt isn't detected properly (even though the configure script says it is). You will have to tell it explicitly where to find it. Configure gramps by typing in Terminal:<pre> GMSGFMT="/sw/bin/msgfmt" ./configure</pre>
 
<li>Python couldn't find the method <tt>gsignal</tt>, so in src/GrampsWidgets.py replace: <pre>HAVE_2_6 = gtk.pygtk_version[:2] == (2, 6)</pre> with <pre>HAVE_2_6 = False</pre> While I have PyGTK 2.6.3, the code this looks at caused a NameError.</li>
<li>Build and install gramps by typing in Terminal:<pre> make
7
edits

Navigation menu