On Jan 13, 2008 2:25 PM, Murray Cumming <[EMAIL PROTECTED]> wrote: > > On Sun, 2008-01-13 at 14:16 +0200, Naveen Verma wrote: > > Hi, > > > > I am trying to add gchecksum in glibmm. > > > > According to given document I tried to regenerate the > > glib-function.defs and glib-enum.defs to add gchecksum because > > gchecksum is in glib. > > > > But during compilation > > compilation of glibmm before even making any changes? >
Yes first I tried to compile with changes, but now I am trying to compile without changes in another checkout. These are the error message: > Output.pmmake[4]: Entering directory `/home/naveen/test/trunk/glib/src' > /usr/bin/perl ../../tools/gmmproc -I ../../tools/m4 --defs . convert . > ./../glibmm > Can't locate Util.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 > /usr/local/lib/site_perl . /usr/local/lib/glibmm-2.4/proc/pm) at > /usr/share/perl/5.8/WrapParser.pm line 22. > BEGIN failed--compilation aborted at /usr/share/perl/5.8/WrapParser.pm > line 22. > Compilation failed in require at ../../tools/gmmproc line 58. > BEGIN failed--compilation aborted at ../../tools/gmmproc line 58. > make[4]: *** [.stamps/stamp-convert] Error 2 > make[4]: Leaving directory `/home/naveen/test/trunk/glib/src' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/home/naveen/test/trunk/glib' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/naveen/test/trunk/glib' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/naveen/test/trunk' > make: *** [all] Error 2 > <http://Output.pm>, > similarly it was giving error for modules Output.pm and WrapPraser.pm which I have downloaded and copied in /usr/share/perl/5.8 folder. -Br Naveen > > > WrapParser.pm, Util.pm the first two I have download but then Util.pm > > is missing. > > These are all in glibmm itself. Could you show us the actual error? > > > > Do I need to install some specific perl module package which include > > all the above modules? From where I can find these modules? > > > > -Br > > Naveen > > > > On Jan 11, 2008 6:20 PM, Murray Cumming <[EMAIL PROTECTED]> wrote: > > > > On Fri, 2008-01-11 at 17:57 +0200, Naveen Verma wrote: > > > Hi, > > > > > > Just for clarification. should I take trunk checkout or the > > latest > > > branch(2.14) checkout ? > > > > > > GChecksum is in trunk of glib and Glib::Checksum needs to go > > in trunk of > > glibmm. > > > > -- > > > > [EMAIL PROTECTED] > > www.murrayc.com > > www.openismus.com > > > > > > > > _______________________________________________ > > gtkmm-list mailing list > > [email protected] > > http://mail.gnome.org/mailman/listinfo/gtkmm-list > -- > [EMAIL PROTECTED] > www.murrayc.com > www.openismus.com > >
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
