Skip to main content.

2001-Nov-19

Started porting gramps (genealogy) software. Configure couldn't find libintl and textdomain(); I was thinking that simply setting --prefix=/usr/pkg should do it. I had to manually do:
CPPFLAGS="-I/usr/pkg/include" LIBS="-L/usr/pkg/lib" ./configure
I need to install python bindings for GTK. I saw that an old py-gtk package existed -- but now removed, because it is now in gnome-python package.