Thanks Alexander and Daniel for responding.
I ended up pulling the glib/gi18n.h from the gnome CVS repository. This cleared up the short term problem. I also needed to restore the libegg/recent-files/egg-recent-view-uimanager.h from the CVS.
I actually updated all the configure and make files from CVS and started from scratch. My last error was
ld: multiple definitions of symbol __PyGObject_API
.libs/planner_la-plannermodule.o definition of __PyGObject_API in section (__DATA,__common)
.libs/planner_la-planner.o definition of __PyGObject_API in section (__DATA,__common)
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
make[2]: *** [planner.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
which is much farther down the make process. So I have decided that it is best to update as many things as possible from CVS. And it looks like taking the most recent version of whatever .c or .h file makes sense. I have also decided that you have nothing to lose if you just try something. So I'm on my way.
I'm always open for advice, particularly about this configure, make, install process. This is an amazing world when professional programmers make their stuff available for free, and furthermore, you are willing to help us novitiates for free as well.
On 12 Jan 2005, at 6:50 PM, Daniel E. Macks wrote:
Fred Leason <[EMAIL PROTECTED]> said:I found a version of glib which contains glib/gi18n.h http://www.openbsd.org/3.6_packages/powerpc/glib2-2.4.5.tgz- contents.html
However, this is openbsd and a different release level (Fink shows 2.2.3-2.) Will this pull everything out of synch?
Fink's 10.3/unstable dist has long had glib2 at 2.4.6, and that does indeed contain the needed .h.
dan
AND On 12 Jan 2005, at 7:12 PM, Alexander K. Hansen wrote:
You could just install the Fink glib2-dev package.
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
