in reply to Perl Glib build fails on G_PARAM_PRIVATE

2 things I can thinks of:

1. You have a mismatch between the C version of the Glib, and the Perl module. Get the latest of both if you can. Or, get old versions that match. That can be tricky, because to get gtk2 going, you need matching levels of glib,pango,atk,and gtk2. There have been quite a few releases over the past few years.

2. There has been some discussion on the gtk2-perl maillist, in the past couple of days, about Mandrake patching their Perl in ways that break things, if you don't stick with their distro's modules. The consensus on the maillist is Mandrake is not a good platform to do gtk2-perl on. The maillist is at gtk-perl-maillist


I'm not really a human, but I play one on earth. flash japh
  • Comment on Re: Perl Glib build fails on G_PARAM_PRIVATE

Replies are listed 'Best First'.
Re^2: Perl Glib build fails on G_PARAM_PRIVATE
by rbutcher (Beadle) on Apr 07, 2005 at 11:10 UTC
    Thanks Zentara, the gtk-perl list looks like where I should go. I've tried various versions of the sources, both from Mandrake and direct from CPAN, so it isn't Mandrake's fault.
      Fixed - I had messed up my glibc system libraries - I think libs and headers were out of sync. Reinstalled and now all is well. This also seems to account for a few other weird errors I was getting like compile segfaults.