Hi, I agree its good to use jhbuild. But still its good to have it compile independently. Because its not good that if anyone wants to use it by taking sources then it fails.
As per the error message it seems there is some mismatch between libraries, and this problem is coming in compiling gio. make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/nkverma/MyOwn/glibc++/trunk/gio/giomm/private' make[5]: Entering directory `/home/nkverma/MyOwn/glibc++/trunk/gio/giomm' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"giomm\" -I../../gio -I../../gio -I../../glib -I../../glib -I../.. -I../../gio -I../../gio -I/home/nkverma/Oss//include/glib-2.0-I/home/nkverma/Oss//lib/glib- 2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -pthread -I/home/nkverma/Oss//include/glib-2.0 -I/home/nkverma/Oss//lib/glib-2.0/include -g -O2 -Wall -Wno-long-long -MT appinfo.lo -MD -MP -MF .deps/appinfo.Tpo -c -o appinfo.lo appinfo.cc mkdir .libs g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"giomm\" -I../../gio -I../../gio -I../../glib -I../../glib -I../.. -I../../gio -I../../gio -I/home/nkverma/Oss//include/glib-2.0 -I/home/nkverma/Oss//lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -pthread -I/home/nkverma/Oss//include/glib-2.0 -I/home/nkverma/Oss//lib/glib-2.0/include -g -O2 -Wall -Wno-long-long -MT appinfo.lo -MD -MP -MF .deps/appinfo.Tpo -c appinfo.cc -fPIC -DPIC -o .libs/appinfo.o appinfo.cc: In member function 'bool Gio::AppInfo::supports_files() const': appinfo.cc:400: error: 'g_app_info_supports_files' was not declared in this scope /home/nkverma/Oss//include/glib-2.0/gio/gappinfo.h: In member function 'bool Gio::AppInfo::should_show() const': /home/nkverma/Oss//include/glib-2.0/gio/gappinfo.h:164: error: too few arguments to function 'gboolean g_app_info_should_show(GAppInfo*, const char*)' appinfo.cc:425: error: at this point in file make[5]: *** [appinfo.lo] Error 1 make[5]: Leaving directory `/home/nkverma/MyOwn/glibc++/trunk/gio/giomm' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/nkverma/MyOwn/glibc++/trunk/gio/giomm' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/nkverma/MyOwn/glibc++/trunk/gio' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/nkverma/MyOwn/glibc++/trunk/gio' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/nkverma/MyOwn/glibc++/trunk' make: *** [all] Error 2 -Br Naveen On Jan 13, 2008 7:20 PM, Jonathon Jongsma <[EMAIL PROTECTED]> wrote: > On 1/13/08, Naveen Verma <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Thanks for your response. Well I set the PERL5LIB path to the place of > > modules so I don't need to make the soft link, which resolves the .pm > issue. > > But now I stuck in compilation error as i posted in my previous mail. > > > > Looking to possible reasons. > > > > -Br > > Naveen > > I would highly suggest using jhbuild to build the latest version of > glibmm -- it builds find for me using jhbuild. See > > http://gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/chapter-working-with-svn.html > -- > jonner >
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
