Apps :: atk and glib



Ok, let us start from the top. I wanted to install Gmudix-2.4.0. It tells me that I need gtk. So I go get gtk-2.4.0 and it tells me I need glib. So I go get glib-2.4.0. I try to install glib-2.4.0 but it tells me that I need gettext. So I get gettext-0.13 and install it. Then I try to install glib-2.4.0 and it works.I go back to install gtk-2.4.0 again and it now tells me that I need atk. So I go downloaded atk-1.0.3 and try to install it. It checks to see if I have glib and I get this:

checking for pkg-config... /usr/local/bin/pkg-config
checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.4.0, but GLIB (2.4.7)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.
----end-of-output----

I tried what it suggested and I still can't get it to work. Please help me :)


~Me

The latest version of gMUDix I can find is 1.0 for lLinux ..
The latest version of MUDix is 4.3 ..

If your working with an earlier version , like the 2.4.0 you posted,
perhaps that is why its asking for dated libs, and not liking the curent ones..

This was my source of info..
dw.nl.eu.org/mudix.html

Perhaps you have found a more current source for builds..

let me know..

73
ke4nt

I bypassed by problem with:

Code Sample

./configure --disable-glibtest


It configured fine and I get atk installed. The next thing I need for gtk is pango. So I go and download pango and try to configure it but it says I need fontconfig. So I download fontconfig-2.2.0 and try to configure it. It says I need freetype. So I download freetype-2.1.9 and try to configure it but it says that a one of the libs that came with it wasn't a valid lib when I try to make it. So I downloaded freetype-2.1.8 and compiles perfectly. I go back to fontconfig-2.2.0 and it says that the expat lib is missing. I'll be back later after I get this lib. Hopefuly I'll be able to write a HOWTO install Gmudix after I get through this.

~Me

The expat lib can be downloaded through synaptics but it doesn't work so I go download expat-1.95.8 and it installs nicely. I go back to fontconfig-2.2.0 and it configured great. Then when I try to make:

In file included from ../fontconfig/fcfreetype.h:27,
                from fcint.h:39,
                from fcfreetype.c:50:
/usr/local/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h' hasn't been included yet!"
/usr/local/include/freetype2/freetype/freetype.h:21:2: #error "Please always use macros to include FreeType header files."
/usr/local/include/freetype2/freetype/freetype.h:22:2: #error "Example:"
/usr/local/include/freetype2/freetype/freetype.h:23:2: #error "  #include <ft2build.h>"
/usr/local/include/freetype2/freetype/freetype.h:24:2: #error "  #include FT_FREETYPE_H"
fcfreetype.c:60:31: freetype/ftmodule.h: No such file or directory
make[2]: *** [fcfreetype.lo] Error 1
make[2]: Leaving directory `/home/dsl/fontconfig-2.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dsl/fontconfig-2.2.0'
make: *** [all-recursive-am] Error 2
----end-of-output----

I am clueless to this one... Any suggestions?

~Me

Just wanted to remind you that I still need help :)

~Me

Next Page...
original here.