On 2013-09-27, at 13:33, Igor Stasenko <siguc...@gmail.com> wrote:

> On 27 September 2013 18:00, Camillo Bruni <camillobr...@gmail.com> wrote:
> 
>> I tried to setup a travis validation build [1] for the pharo-vm repository
>> on github [2].
>> Of course as usual I missed some libraries, does anybody know what the
>> corresponding libs are for the
>> following errors?
>> 
>> /usr/bin/ld: cannot find -lSM
>> /usr/bin/ld: cannot find -lICE
>> /usr/bin/ld: cannot find -lGL
>> 
>> 
> libICE
> ICE is the Inter Client Exchange protocol, part of X11
> 
> libSM
> session management library for X11
> 
> and GL opengl (install mesa).
> 
> btw, i wonder if the former two is necessary..
> but it just what i found when was digging into makefiles and translated
> them to cmake config

thanks, actually the first two were trivial to fix. the libgl part is quite a
mess currently in ubuntu 12.04:
        https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/949606
and for now I have to manually install the 64bit dev version and the 32bit 
library
and set up manually a proper symlink ;)

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to