From: Rich C. <rc...@ll...> - 2010-03-05 03:07:52
|
Thanks, my sysadmin has informed me we need an upgrade to glib, they started rolling gio into glib a couple versions after ours. Said upgrade is probably not going to happen, due to institutional inertia. :-( On Mar 4, 2010, at 6:21 PM, Braden McDaniel wrote: > On Thu, 2010-03-04 at 16:25 -0800, Rich Cook wrote: >> Hello, >> On our clusters, the configure script exits with the following error: >> >> configure: error: in `/usr/global/tools/VRML/OpenVRML/0.18.5/ >> chaos_4_x86_64_ib/openvrml-0.18.5': >> configure: error: GIO is required to build OpenVRML Player >> See `config.log' for more details. >> It appears this is generated by the following code: >> configure:21442: checking for GIO >> configure:21449: $PKG_CONFIG --exists --print-errors "gio-2.0" >> Package gio-2.0 was not found in the pkg-config search path. >> Perhaps you should add the directory containing `gio-2.0.pc' >> to the PKG_CONFIG_PATH environment variable >> No package 'gio-2.0' found >> configure:21452: $? = 1 >> I did a Google search and this seems to be part of glib, maybe. > > It is; but it has its own .pc file and it's deployed as a distinct > library. > >> I'm >> having trouble figuring out what to ask my sysadmin to install in >> order to make autoconf happy here. Can someone tell me what RPM is >> missing? Thanks! > > On my Fedora 12 box: > > $ rpm -qf /usr/lib64/pkgconfig/gio-2.0.pc > glib2-devel-2.22.4-2.fc12.x86_64 > > -- > Braden McDaniel <br...@en...> > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://*p.sf.net/sfu/intel-sw-dev > _______________________________________________ > openvrml-develop mailing list > ope...@li... > https://*lists.sourceforge.net/lists/listinfo/openvrml-develop > /* A function that takes a single integer argument and returns a pointer to a function that takes two integer arguments and returns a floating-point number. */ float (*func2(int a))(int, int); Rich Cook rc...@ll... |