Skip to content

[Bioc-devel] Ruuid error

2 messages · Asad.Jamil@serono.com, Seth Falcon

#
I am having problem installing Ruuid package on R 2.0. I have installed 
glib-2.0 installed. 
Eventhoug I was trying to install GoStats but dependencies led to graph 
package which requre ruuid package.

OS: Kernel 2.4.20smp under RH8.
glib path /usr/local/include
glibconfig.h is in /usr/local/lib/glib-2.0/include

Any suggestions will be a great help.



'Rcmd INSTALL': in startdir= /usr/local/include with tmpdir= 
/tmp/R.INSTALL.31241
   lib= '/usr/lib/R/library', pkgs= ' "/tmp/R.INSTALL.31241/Ruuid"'
   before checking lockdir= '/usr/lib/R/library/00LOCK'
   after checking lockdir
   build_help_opts= '--debug  --txt --html --latex --example'
'Rcmd INSTALL': now doing 'eval ... do_install':
* Installing *source* package 'Ruuid' ...
creating cache ./config.cache
checking for glib-config... no
checking how to run the C preprocessor... cc -E
checking for /usr/include/unistd.h... yes
updating cache ./config.cache
creating ./config.status
creating src/Makevars
** libs
gcc -I/usr/lib/R/include -I/usr/local/include/glib12 -DHAVE_UNISTD_H=1 
-I/usr/local/include -D__NO_MATH_INLINES -mieee-fp  -fPIC  -O2 -g 
-march=i386 -mcpu=i6
86 -c Rinit.c -o Rinit.o
** Removing '/usr/lib/R/library/Ruuid'
** Restoring previous '/usr/lib/R/library/Ruuid'

********************************************************************************************
S - This message contains confidential information and is in...{{dropped}}
#
On Tue, Dec 21, 2004 at 04:36:08PM -0500, Asad.Jamil@serono.com wrote:
Do you have glib-config installed?  This is the executable that autoconf
calls to get location details for glib.  Put this in your PATH and see
what happens.

For what its worth, on a SUSE 9.2 box glib-config lives in
/opt/gnome/bin/glib-config.

+ seth