View Single Post
Posts: 805 | Thanked: 1,605 times | Joined on Feb 2010 @ Gdynia, Poland
#62
Originally Posted by qwazix View Post
Status report:

Compiled atk, gtk, glib (after some hours fighting with gtk-docs and some help from MartinK) and managed to get clutter to configure. Got over some GL errors and now I am stuck to some incomprehensible errors in pango (?!!?!!) which is intstalled through harmattan sdk repo. :Confused:

excrept from the errors
Code:
/usr/include/pango-1.0/pango/pango-renderer.h:252: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PangoMatrix'
In file included from /usr/include/pango-1.0/pango/pango.h:46,
                 from /usr/include/pango-1.0/pango/pangocairo.h:25,
                 from pango/pangoclutter.h:30,
                 from clutter-private.h:48,
                 from clutter-actor.c:180:
/usr/include/pango-1.0/pango/pango-utils.h:134: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
/usr/include/pango-1.0/pango/pango-utils.h:137: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
I have no idea what that could mean. Is the libpango-dev package broken? Is it an incompatibility between Fremantle and Harmattan pango (unlikely, it wouldn't throw syntax errors)

It's too late, and I can't even see what I'm writing. Hope somebody has a hint... G'Night.
See here: http://linuxtesting.org/compatibilit...at_report.html - libpango from Harmattan is incompatible with version from Fremantle. It's about binary compatibility, but I guess there must be some source code incompability too.

But the error you quoted shows error inside clutter sources... in /usr/include/pango-1.0/pango/pango-renderer.h:252, it doesn't need to be closely related to gtk...
 

The Following 2 Users Say Thank You to misiak For This Useful Post: