Re: Installing Gtk-Perl
- From: Daniel Carrera <dcarrera math toronto edu>
- To: Dermot Musgrove <dermot glade perl connectfree co uk>
- Cc: Perl-Gtk Mailing List <gtk-perl-list gnome org>
- Subject: Re: Installing Gtk-Perl
- Date: Thu, 16 May 2002 01:00:20 -0400 (EDT)
Thanks for the help.
Sorry for the late reply. I'm still trying to get Bonobo to work.
I commented out the line that was causing the error, and the module
compiled. However, I am still having trouble.
I have narrowed down the problem to either my CORBA::ORBit module, or the
IDL's in my system.
For example:
$ cd /usr/share/idl
$ perl -e 'use CORBA::ORBit idl=>["Bonobo_Property.idl"];'
./Bonobo_Property.idl:59: Error: `CORBA' undeclared identifier
Error parsing IDL at
/usr/lib/perl5/site_perl/5.6.1/i386-linux/CORBA/ORBit.pm line 47.
I tried upgrading Bonobo and recompiling CORBA::ORBit, but it didn't
help.
I suppose that "CORBA" can't be an "undeclared idnetifier", so the problem
might be in CORBA::ORBit.
Ideas anyone?
Daniel.
On Tue, 14 May 2002, Dermot Musgrove wrote:
Daniel Carrera wrote:
Thanks, that helped. I can actually compile much of the code now.
However, I'm still having trouble.
The relevant error from 'make' is:
...
BonoboView.xs:11: redefinition of `BonoboViewVerbFunc'
/usr/include/gnome-1.0/bonobo/bonobo-view.h:32: `BonoboViewVerbFunc'
previously declared here
make: *** [xs/BonoboView.o] Error 1
So there's something wrong with either my 'BonoboView.xs' or my
'.../include/.../bonobo-view.h'
Has anyone gotten Bonobo to work for Perl? I want to try it out.
Hi, I haven't tried to get Bonobo working at all yet but have you tried
commenting out the typedef?
I can't tell what sort of C code gets generated in xs/BonoboViewer.c
because I don't have the header files - but you never know...
Regards, Dermot.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]