[Glade-users] PerlGTK and Glade2
Lupine
thelupine@softhome.net
Wed, 24 Mar 2004 17:58:54 -0500
On Sun, 2004-03-21 at 05:47, Damon Chaplin wrote:
> On Fri, 2004-03-19 at 15:52, Lupine wrote:
> > I posted this on the Gnome Support forums:
> > http://gnomesupport.org/forums/viewtopic.php?t=5750
> > ...but didn't get a response. Hopefully someone on this list can point
> > me in the right direction. To summarize, I'm trying to get Perl to show
> > up under the Language option in glade2. I've done everything from these
> > sites:
> > http://sourceforge.net/projects/gtk2-perl
> > http://www.glade-perl.connectfree.co.uk/Glade-Perl-Two/index.html
> > but still have been unable to get Perl to show up as an option. Am I
> > missing something?
> >
> > System is a Linux From Scratch install, running the latest stable
> > tarballs from ftp.gnome.org. I do not use RPMs, I'm trying to get
> > everything from source installed.
>
> I took the Perl option out when porting to GTK+ 2/GNOME 2 since
> glade-perl didn't support them at that time. It looks like it does
> support the GTK+ widgets now, so I could add the option back.
>
> You can fix it yourself by changing the Glade sources.
> In glade/glade_project.c on line 51 change:
>
> GladeNumLanguages = 3;
>
> to
>
> GladeNumLanguages = 4;
>
> Damon
>
>
Thanks alot....that did the trick!
Sorry it took me so long to reply, I'm at Novell Brainshare this week,
and have been very busy.
Thanks again!