View Single Post
Posts: 805 | Thanked: 1,605 times | Joined on Feb 2010 @ Gdynia, Poland
#17
Originally Posted by marmistrz View Post
Strange thing in the check
Code:
!(c->portait_supported || c->portait_requested)=1
is the =1 part, so anyway this should be true (as assigned to 1)
The output formatting could be better, this output says that
Code:
(g_strrstr(blacklist, wname) && !(c->portait_supported || c->portait_requested))==1
but apparently the second part of this check sometimes is true, sometimes is false, which makes whole result of blacklist check to be sometimes true and sometimes false... either c->portrait_supported or c->portrait_requested gets changed during program runtime, I will debug further to check how this happens.

Originally Posted by marmistrz View Post
About site: this may be a clue about the missing libs, but I think the libs should be added when some app needs it. It may be that a possibly incompatible library works.

=========

I'm quoting one of my other posts, from other thread, about MeeCoLay development

http://talk.maemo.org/showpost.php?p...5&postcount=39

Do you have any idea about this?
Is it libaegis-crypto or libaegis-crypto1? In Meego, you have both libcrypto (version 0.9.8) and libcrypto1 (I guess it may be the same library but it has version 1.0.0), see the site which compares Fremantle to Harmattan I linked earlier. If libaegis-crypto1 is linked against libcrypto1 (judging by the name I suppose it can be), you should first backport libcrypto1 and link it against it, not against Fremantle's libcrypto (0.9.8) - did you do that? (or is it not linked against libcrypto at all?)

Edit 1: And, again about that site - it is created by a company which makes quite detailed comparisons. You can see that even when there is "compatible" result for a library, they sometimes put notes in further columns (when e.g. Harmattan version exports more functions, has warnings, etc.), so I think we may trust them when they say "compatible" or "incompatible".

Edit 2: They even compared libc ! you can see there are 8 problems and 25 warnings in columns "Backward binary compatibility problems"! If we fix them, stock calendar app should work with newer libc

Last edited by misiak; 2012-06-14 at 15:42.
 

The Following User Says Thank You to misiak For This Useful Post: