[BioC] package Ruuid

Douglas Bates bates at stat.wisc.edu
Wed Sep 8 14:16:01 CEST 2004


alberto goldoni wrote:
> On Tuesday 07 September 2004 02:55, you wrote:
> i use debian and wtih apt-cache search glib-devel i obtain no results
> there is no package called glib-devel
> 
>>alberto goldoni wrote:
>>
>>>Hi, i have R 1.9.0 under linux.
>>>i have downladed Ruuid package and then when i'm trying to install Ruuid:
>>>R CMD INSTALL /......../Ruuid_1.4.5.tar.gz
>>>* 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
>>>-D__NO_MATH_INLINES -mieee-fp  -fPIC  -g -O2 -c Rinit.c -o Rinit.o
>>>In file included from Ruuid.h:5,
>>>                 from Rinit.c:1:
>>>uuidP.h:24:18: glib.h: No such file or directory
>>>In file included from Ruuid.h:5,
>>>                 from Rinit.c:1:
>>>uuidP.h:36: error: parse error before "guint32"
...

The package names will start with libglib.  You probably want libglib2.0-dev

bates at bates1-home:~$ apt-cache search libglib2
libglib2-ruby - Glib 2 bindings for the Ruby language
libglib2.0-0 - The GLib library of C routines
libglib2.0-data - Common files for GLib library
libglib2.0-dbg - The GLib libraries and debugging symbols
libglib2.0-dev - Development files for the GLib library
libglib2.0-doc - Documentation files for the GLib library

You could also go to the Debian package search page 
http://packages.debian.org/ and search for the package that contains a 
file with a name that includes glib.h



More information about the Bioconductor mailing list