[HarfBuzz] QUnicodeTables (hooking up with Qt4)

2009-12-20 Thread hasen j
Hey, A warning first: I'm a total newbie in this arena. I'm trying to understand how HarfBuzz works. My end goal is to hook up HarfBuzz with a Qt4 application, and contrib/README suggests looking at the code in the tests/ directory Problem is, I can't build anything under test, for instance if

[HarfBuzz] harfbuzz-ng: Branch 'master' - 8 commits

2009-12-20 Thread Behdad Esfahbod
src/Makefile.am |9 -- src/hb-buffer-private.h |3 +- src/hb-buffer.c | 30 +++- src/hb-common.h |2 + src/hb-font.cc |3 ++ src/hb-shape.c | 71 src/hb-unicode.c

[HarfBuzz] harfbuzz-ng: Branch 'master' - 2 commits

2009-12-20 Thread Behdad Esfahbod
src/hb-shape.c | 89 - 1 file changed, 76 insertions(+), 13 deletions(-) New commits: commit 51f141a7f38a73f671b23f58cadf97a72c43b625 Author: Behdad Esfahbod beh...@behdad.org Date: Sun Dec 20 18:22:28 2009 +0100 Avoid overflow

Re: [HarfBuzz] QUnicodeTables (hooking up with Qt4)

2009-12-20 Thread Neil Mayhew
On 09-12-20 07:52 AM, hasen j wrote: ../linebreaking/harfbuzz-qt.cpp:26:41: error: Qt/private/qunicodetables_p.h: No such file or directory This is with Qt 4.5 on Ubuntu. It looks like you don't have the necessary -dev packages installed (eg libqt4-dev).