apparently the SDL2 library is not in LD search path

ldd libSDL2DisplayPlugin.so
linux-gate.so.1 =>  (0xf77e9000)
libSDL2-2.0.so.0 => not found
^^^^
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf75dd000)
/lib/ld-linux.so.2 (0x56573000)

so it simply doesn't starts,

so i installed
sudo apt-get install libsdl2-2.0-0:i386

but then i found that i need to install 32-bit version of cairo as well..
but alas.. here is where i stuck:
----
sudo apt-get install libcairo2:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libtheora0 : Depends: libcairo2 (>= 1.2.4) but it is not going to be
installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused
by held packages.
 ----

something in my installation are in conflict with 32-bit version of cairo..
that's weird..
but unmet dependencies/dependency conflict resolution of linux .deb
packages is not my strong side.
So, it would be nice if someone could help how to proceed with that.




On 28 September 2017 at 01:41, Igor Stasenko <siguc...@gmail.com> wrote:

> okay, first, i have to change the path to SDL2 library, because on my
> machine it's in
> /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0
> but there's another trouble:
> browsing is incredibly slooow...
> First, i used finder to look for 'libSDL2-2.0.so.0' in sources. it took
> like 2 minutes to go through first few classes with starting A letter in
> their name.
> Then i lost temper, interrupted it and decided to browse into SDL bindings
> manually - clicked on OSWindow-SDL2 package... and its still 100% CPU and
> didn't opened
> while i typing this whole message.
>
> What is going on? Are .sources file corrupted or what?
>
>
>
> On 28 September 2017 at 01:27, Igor Stasenko <siguc...@gmail.com> wrote:
>
>>
>>
>> On 27 September 2017 at 22:54, Stephane Ducasse <stepharo.s...@gmail.com>
>> wrote:
>>
>>> Igor I will share the dropbox for you.
>>> What would be great is to port the code of clement to Pharo 6.1 or
>>> even 70 to check SDL20
>>> Esteban was integrating some of the code of ronie.
>>>
>>> Downloading..
>> Would be nice, if someone could give me short directions how to test it ,
>> what to run and what to expect. Because i am clearly was out of context for
>> too long.
>>
>>
>>> Stef
>>>
>>>
>>> On Wed, Sep 27, 2017 at 1:05 PM, Igor Stasenko <siguc...@gmail.com>
>>> wrote:
>>> > i'm on ubuntu right now, so i could help with trying & testing things
>>> and/or
>>> > diagnosing problems. Just tell me what to do
>>> >
>>> >
>>> > --
>>> > Best regards,
>>> > Igor Stasenko.
>>>
>>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko.
>>
>
>
>
> --
> Best regards,
> Igor Stasenko.
>



-- 
Best regards,
Igor Stasenko.

Reply via email to