I finally found some time to debug the lib, and everything worked
perfectly...
So I tried to reduce the compilation optimization level from -O3 and found
that only -O0 works for me ...
I am using gcc 4.6.3.


On Wed, Jan 2, 2013 at 1:42 AM, Marek Pikarski <m...@fischlustig.de> wrote:

>  Hi,
> ok then there seems to be a module interface header incompatibility and
> you can't do much about it.
> Probably you could compare the 1.4.x interface headers against 1.6.2 and
> add/remove some bits/bytes at the end of interface struct to ensure binary
> compat.
> Cheers, Marek
>
>
>
> On 01/01/13 16:31, Leny L wrote:
>
> They were compiled against the 1.4.6 binaries, I tried to load them into
> the 1.6.2 but I am getting a version (35) error.
>
> On Wed, Jan 2, 2013 at 12:26 AM, Marek Pikarski <m...@fischlustig.de>wrote:
>
>>  Hi,
>> for what DFB version the binary gfx drivers were compiled?
>> Can't you use exactly the same version as this?
>> Regards, Marek
>>
>>
>> On 01/01/13 13:46, Leny L wrote:
>>
>> The datadir seems to be correct, if the datadir were wrong should not the
>> message be about the resource file instead of the implementation not found?
>>
>> Leny.
>>
>> On Tue, Jan 1, 2013 at 6:16 AM, haithem rahmani <
>> haithem.rahm...@gmail.com> wrote:
>>
>>>
>>>
>>> On Mon, Dec 31, 2012 at 12:21 AM, Leny L <xxx.l...@gmail.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> Checked, yes the libs are in /interfaces/IDirectFBFont and
>>>> /interfaces/IDirectFBImageProvider.
>>>
>>>
>>>  then maybe you are pointing to a wrong 'DATADIR'
>>>
>>>
>>>
>>> On Mon, Dec 31, 2012 at 12:21 AM, Leny L <xxx.l...@gmail.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> Checked, yes the libs are in /interfaces/IDirectFBFont and
>>>> /interfaces/IDirectFBImageProvider.
>>>>
>>>> Leny.
>>>>
>>>>
>>>> On Mon, Dec 31, 2012 at 5:06 AM, haithem rahmani <
>>>> haithem.rahm...@gmail.com> wrote:
>>>>
>>>>>
>>>>>
>>>>>
>>>>>  On Sat, Dec 29, 2012 at 1:43 AM, Leny L <xxx.l...@gmail.com> wrote:
>>>>>
>>>>>>   Hi,
>>>>>>
>>>>>>  Because of a binary gfx drivers I can not recompile I have to use
>>>>>> DirectFB 1.4.
>>>>>>  I compiled 1.4.17 and sadly I am not able to have it working -while
>>>>>> 1.6.2 with software graphics works without issue-.
>>>>>>
>>>>>>  It seems that whatever resource it tries to open it returns an
>>>>>> implementation not found error :
>>>>>>  df_dok.c <1502>:
>>>>>>     (#) DirectFBError [dfb->CreateImageProvider( dfb,
>>>>>> DATADIR"/biglogo.png", &provider )]: No (suitable) implementation found!
>>>>>>
>>>>>
>>>>>> df_andi.c <497>:
>>>>>>     (#) DirectFBError [dfb->CreateFont( dfb, FONT, &desc, &font )]:
>>>>>> No (suitable) implementation found!
>>>>>>
>>>>>>
>>>>>  can  you check that you have the "libidirectfbfont_ft2.so" under
>>>>> <your-module-dir>/interfaces/IDirectFBFont
>>>>>  and "libidirectfbimageprovider_png.so" under
>>>>> "/interfaces/IDirectFBImageProvider"
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>>  --
>>> *
>>> Never say that's "impossible", the word itself says "I'm Possible"
>>> *
>>>
>>
>>
>>
>> _______________________________________________
>> directfb-users mailing 
>> listdirectfb-users@directfb.orghttp://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
>>
>>
>>
>
>
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to