AW: Error during compiling: g_slice_alloc0



pkg-config --variable=prefix --modversion glib-2.0 result is:
2.12.2
/usr/local

Seem to be as you wrote.. - what2do 2 fix...?

> I've still done:
> 
> ./configure
> make
> make install
> 
> with the glib-2.12.2 package, but I still get this error... It should be
> more new than 2.10 But if i type: "/opt/gnome/bin/glib-config --version" I
> get 1.2.10

> Forget glib-config - it's a relic from the older glib1, which isn't
> relevant.
>
> What's probably at issue is that while you've installed glib-2.12.2
> to /usr/local, the version provided by your distro is probably in /usr,
> and is being seen first. Try running:

>   pkg-config --variable=prefix --modversion glib-2.0

> and see what returns. Chances are it's something like 2.10.0 and /usr.

> Simon.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]