Re: [cssed-devel] full package
Brought to you by:
iagorubio
From: Iago R. <iag...@hi...> - 2004-05-26 16:40:28
|
Hi Patrick, On Tue, 2004-05-25 at 23:02, Patrick Brouill=C3=A9 wrote: > Hi, >=20 > This is a request from a newbie to Linux who would like to install cssed=20 > onto a mandrake 10.0 > Whaterver package I choose to download, there is always something=20 > missing on my machine, wheter its libgtk2.0-dev on a tar package It seems that there's no gtk2-devel package on Mandrake, so it's sure the libgtk+2.0 package will come with the development environment into. Could you please try this command (just copy and paste the following line in a console) ? pkg-config --cflags gtk+-2.0 If it have any output different than "gtk+-2.0 is not found" or "command not found", you've got the gtk development environment installed. This ugly output will tell you everything is ok: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=20 If it doesn't work you could try to find the pkg-config utility with the command: locate pkg-config | grep bin If it have any output, please post it here. > or xpat=20 > on an RPM package (which I cannot install since its interfere with=20 > libexpat on my machine)... This is the package you needs: http://www.mandrakesoft.com/products/10/discovery/packages?p=3DMandrakelinu= x10.0-Official-Discovery-CD1.i586.iso-Mandrake-RPMS-libexpat0-devel-1.95.6-= 4mdk.i586.rpm.html It's "libexpat0-devel" not expat-devel - nor xpat - in mandrake. > Would it be possible to have a 'full' package whith everything needed=20 > inside? I know it would be much bigger and some librairies might be=20 > redundant, but at least installation shall be straight on any linux!!! Sure, it's something lots of people have think about, and cssed tries to put most libraries into - as libcroco - but to include all of gtk, glib, pango, atk .... will be a really big package, and it's almost sure all of those libs are right now in your system. What I can do is to help you with this installation, so feel free to post here all the problems you're facing and we'll try to guide you to have cssed installed from source in Mandrake. > Thanks, You're welcome > Patrick from France (sorry for my english) Don't worry, mine is worst :-) --=20 Iago Rubio =20 - Home page * http://www.iagorubio.com=20 - Last project * http://cssed.sourceforge.net =20 - GPG Keyserv * pgp.rediris.es id=3D0x909BD4DD |