|
2008-02-08
, 17:36
|
|
Posts: 159 |
Thanked: 21 times |
Joined on Jan 2008
@ Houston, texas
|
#2
|
|
2008-02-09
, 19:14
|
Posts: 99 |
Thanked: 65 times |
Joined on Jan 2008
@ Finland
|
#3
|
|
2008-02-20
, 02:17
|
Posts: 35 |
Thanked: 10 times |
Joined on Oct 2007
|
#4
|
|
2008-02-20
, 02:34
|
Posts: 35 |
Thanked: 10 times |
Joined on Oct 2007
|
#5
|
|
2008-02-20
, 11:47
|
Posts: 99 |
Thanked: 65 times |
Joined on Jan 2008
@ Finland
|
#6
|
and why are you linking to Debian repository? I thought they are not compatible.
I get two errors and loads of probably related warnings.
kanjipad.c:42: error: syntax error before '*' token
kanjipad.c:68: error: syntax error before "menu_items"
I don't see any clear violation of C syntax other than something might be declared in (probably missing) header file.
On os2008 kanjipad (or equiv) is the only thing missing in language tools.
The Following User Says Thank You to wnd For This Useful Post: | ||
|
2008-02-21
, 22:13
|
Posts: 11 |
Thanked: 4 times |
Joined on Feb 2008
|
#7
|
The Following User Says Thank You to ttkman For This Useful Post: | ||
|
2008-02-21
, 23:02
|
Posts: 11 |
Thanked: 4 times |
Joined on Feb 2008
|
#8
|
The Following User Says Thank You to ttkman For This Useful Post: | ||
|
2008-02-24
, 05:19
|
Posts: 35 |
Thanked: 10 times |
Joined on Oct 2007
|
#9
|
|
2008-02-24
, 10:13
|
Posts: 11 |
Thanked: 4 times |
Joined on Feb 2008
|
#10
|
I've successfully compiled the source from http://www.gtk.org/~otaylor/kanjipad both in the scratch box and on the tablet itself but I get a segmentation fault when I try to run it.
In scartchbox:
qemu: uncaught target signal 11 (Segmentation fault) - exiting
On the device:
Gdk-CRITICAL **: file gdkfont.c: line 335 (gdk_string_width): assertion `font != NULL' failed.
Gdk-CRITICAL **: file gdkfont.c: line 411 (gdk_text_width_wc): assertion `font != NULL' failed.
Segmentation fault
The problem seems to be with the gui since the kpengine executable which is used by the gui doesn't segfault. It required libgtk1.2(-dev) to compile, which is not from an official repository. Could that be a problem?
Does anyone know how to fix it? or at least how to go about fixing it.
This is a good peace of software and very useful for looking up Japanese kanji. It even works with characters drawn with a mouse on my desktop.
I would like very much to make it work on my tablet.
Please help!