PDA

View Full Version : Installing ClanLib 0.8 and ClanLib 0.9 on linux



rombust
07-11-2008, 09:10 AM
There is a problem installing both ClanLib 0.8 and 0.9 on the same linux system.

If you do:
/.../ClanLib-0.9$ sudo make install
/../ClanLib-0.8$ sudo make install

Then try to compile a ClanLib 0.9 example, it errors (missing classes etc)

Can someone have a look at this :)

logixoul
07-14-2008, 08:09 AM
it works fine on my opensuse 11.0. what's your distro?

does this patch let your Basic2D from 0.9 build?

rombust
07-14-2008, 08:46 AM
Your patch is for the SDL target, that no longer exists. (ClanLib 0.9 does not support SDL)

My distro is "Ubuntu 7.10 (Gutsy Gibbon)"

Since it works on suse, i guess that i have made a mistake myself. I am due a reinstall of linux soon anyway :)

Thanks

Vish
07-15-2008, 09:17 AM
I haven't tried 0.8 but 0.9 compiles and works fine on Ubuntu (8).

Maybe you don't have all the extra libraries ?

rombust
07-15-2008, 09:51 AM
They both compile, i mean that I could not get them to co-exist - So that i can compile both clanlib 0.8 and 0.9 examples in different shells at the same time.

It maybe just my installation that is the problem