
12 Jul
2008
12 Jul
'08
8:24 p.m.
Thank you! Thanks to you all I've solved the problem! :D
And yes, the problem was with the Poppler update.
I've managed to find the same problem with 0.46 through Google, as well as a corresponding fix.
So for CVS, you just need to find back the right lines:
Line 2344: - Unicode u[8]; + Unicode *u = NULL;
Line 2392: - u, (int)(sizeof(u) / sizeof(Unicode)), &uLen, + &u, &uLen,
Line 2441: - u, (int)(sizeof(u) / sizeof(Unicode)), &uLen, + &u, &uLen,
Inkscape compiles after that.
./configure CFLAGS="-DPOPPLER_NEW_GFXFONT"
I guess that would work too. XD