You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
(50) |
May
(10) |
Jun
(48) |
Jul
(72) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(6) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(9) |
Feb
(9) |
Mar
(1) |
Apr
(1) |
May
(3) |
Jun
(10) |
Jul
(5) |
Aug
|
Sep
(1) |
Oct
|
Nov
(17) |
Dec
|
2009 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(7) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
(1) |
16
|
17
|
18
|
19
|
20
(1) |
21
|
22
(4) |
23
|
24
|
25
|
26
|
27
|
28
|
29
(1) |
30
(3) |
|
|
|
|
|
From: Kouhei S. <ko...@co...> - 2008-06-30 23:20:13
|
Hi, 2008/7/1 David <dav...@gm...>: > On Mon, 30 Jun 2008 21:05:30 +0900 (JST) > Kouhei Sutou <ko...@co...> wrote: > >> What about this? >> >> % strace test/testtomoegtk 2>&1 | grep handwriting > Now we're getting somewhere... It can't find handwriting-ja.xml. > Symlinking it seems to take care of the problem. > > I tried running with LANG=ja and LC_ALL=ja, but I can't get it to look > for handwriting-ja.xml. Is symlinking the "proper" way of fixing this? Please show us the result of the command. Thanks, -- kou |
From: David <dav...@gm...> - 2008-06-30 23:00:41
|
On Mon, 30 Jun 2008 21:05:30 +0900 (JST) Kouhei Sutou <ko...@co...> wrote: > What about this? > > % strace test/testtomoegtk 2>&1 | grep handwriting Now we're getting somewhere... It can't find handwriting-ja.xml. Symlinking it seems to take care of the problem. I tried running with LANG=ja and LC_ALL=ja, but I can't get it to look for handwriting-ja.xml. Is symlinking the "proper" way of fixing this? David |
From: Kouhei S. <ko...@co...> - 2008-06-30 12:05:52
|
Hi, In <200...@DE...> "[tomoe-devel 220] Re: Building on Debian" on Sun, 29 Jun 2008 15:09:31 -0400, David <dav...@gm...> wrote: > > > Please show us a result of the following command: > > > > > > % strace ./test/testtomoegtk |& grep tomoe/module > > I think that's the answer! I get lots of: > > access("/usr/local/lib/tomoe/module/recognizer/simple.so", F_OK) = -1 > > ENOENT (No such file or directory) > > > > ... > > > > I'll have to investigate later, though. > Guess I'm stuck again. What about this? % strace test/testtomoegtk 2>&1 | grep handwriting Thanks, -- kou |
From: David <dav...@gm...> - 2008-06-29 19:08:17
|
On Sun, 22 Jun 2008 19:55:42 -0400 David <dav...@gm...> wrote: > On Sat, 21 Jun 2008 11:27:15 +0900 > "Kouhei Sutou" <ko...@co...> wrote: > > > Please show us a result of the following command: > > > > % strace ./test/testtomoegtk |& grep tomoe/module > I think that's the answer! I get lots of: > access("/usr/local/lib/tomoe/module/recognizer/simple.so", F_OK) = -1 > ENOENT (No such file or directory) > > ... > > I'll have to investigate later, though. Sorry, false alarm... I built it again properly, but I still get no output. Here is the actual output of strace: access("/usr/local/lib/tomoe/module/dict/unihan.so", F_OK) = 0 stat64("/usr/local/lib/tomoe/module/dict/unihan.so", {st_mode=S_IFREG|0755, st_s ize=9291506, ...}) = 0 open("/usr/local/lib/tomoe/module/dict/unihan.so", O_RDONLY) = 4 stat64("/usr/local/lib/tomoe/module/dict/unihan.so", {st_mode=S_IFREG|0755, st_s ize=9291506, ...}) = 0 open("/usr/local/lib/tomoe/module/dict/unihan.so", O_RDONLY) = 4 ...same thing for "/usr/local/lib/tomoe/module/dict/xml.so" access("/usr/local/lib/tomoe/module/recognizer/simple.so", F_OK) = 0 stat64("/usr/local/lib/tomoe/module/recognizer/simple.so", {st_mode=S_IFREG|0755 , st_size=42588, ...}) = 0 open("/usr/local/lib/tomoe/module/recognizer/simple.so", O_RDONLY) = 7 stat64("/usr/local/lib/tomoe/module/recognizer/simple.so", ... {st_mode=S_IFREG|0755 , st_size=42588, ...}) = 0 open("/usr/local/lib/tomoe/module/recognizer/simple.so", O_RDONLY) = 7 Guess I'm stuck again. David |
From: David <dav...@gm...> - 2008-06-22 23:53:23
|
On Sat, 21 Jun 2008 11:27:15 +0900 "Kouhei Sutou" <ko...@co...> wrote: > Hi, > > 2008/6/16 Ian Johnson <enj...@gm...>: > > > I have documented the steps I've taken to build tomoe on Debian > > Etch. I've gotten it to work, but tomoe-gtk still does not (it > > simply returns no results, without any errors) > > Please show us a result of the following command: > > % strace ./test/testtomoegtk |& grep tomoe/module I think that's the answer! I get lots of: access("/usr/local/lib/tomoe/module/recognizer/simple.so", F_OK) = -1 ENOENT (No such file or directory) I installed tomoe into /usr/lib instead of /usr/local/lib (Gentoo doesn't use /usr/local for much). Unless there's some crosstalk between what I built from a snapshot and what I installed through portage (the package system), it looks like there's a hard-coded path in there. I'll have to investigate later, though. David |
From: Mathieu B. <mbl...@ru...> - 2008-06-22 20:34:29
|
Hi, I always build without unihan support first because it is very slow to compile the file and second because the whole file is embedded in the executable ! ./configure --disable-unihan HTH, Mathieu 2008/6/22 Umar Said <uma...@gm...>: > On Mon, Jun 16, 2008 at 8:41 AM, Ian Johnson <enj...@gm...> wrote: >> Hello, >> >> I have documented the steps I've taken to build tomoe on Debian Etch. I've >> gotten it to work, but tomoe-gtk still does not (it simply returns no >> results, without any errors) >> >> http://enja.org/debianhwr.html >> >> It took me a while to figure this out, so I hope it helps others who might >> want to do the same thing. >> >> Also as a note, in Ubuntu 8.04 the build freezes while parsing the unihan >> data, so I could not finish compiling. >> > > Yes, and that happened to me just now. I ran out of swap memory. It is > 512 Mbytes. > What can we do? > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > tomoe-devel mailing list > tom...@li... > https://lists.sourceforge.net/lists/listinfo/tomoe-devel > |
From: Umar S. <uma...@gm...> - 2008-06-22 12:12:30
|
On Mon, Jun 16, 2008 at 8:41 AM, Ian Johnson <enj...@gm...> wrote: > Hello, > > I have documented the steps I've taken to build tomoe on Debian Etch. I've > gotten it to work, but tomoe-gtk still does not (it simply returns no > results, without any errors) > > http://enja.org/debianhwr.html > > It took me a while to figure this out, so I hope it helps others who might > want to do the same thing. > > Also as a note, in Ubuntu 8.04 the build freezes while parsing the unihan > data, so I could not finish compiling. > Yes, and that happened to me just now. I ran out of swap memory. It is 512 Mbytes. What can we do? |
From: Kouhei S. <ko...@co...> - 2008-06-22 08:43:01
|
Hi, 2008/6/16 Ian Johnson <enj...@gm...>: > I have documented the steps I've taken to build tomoe on Debian Etch. I've > gotten it to work, but tomoe-gtk still does not (it simply returns no > results, without any errors) Please show us a result of the following command: % strace ./test/testtomoegtk |& grep tomoe/module > Also as a note, in Ubuntu 8.04 the build freezes while parsing the unihan > data, so I could not finish compiling. % nice make Thanks, -- kou |
From: David B. <dav...@gm...> - 2008-06-20 13:34:12
|
On Sun, Jun 15, 2008 at 7:41 PM, Ian Johnson <enj...@gm...> wrote: > Hello, > > I have documented the steps I've taken to build tomoe on Debian Etch. I've > gotten it to work, but tomoe-gtk still does not (it simply returns no > results, without any errors) I have the same problem running on Gentoo. I never quite worked it out, but have a look at this thread<in" rel="nofollow">http://sourceforge.net/mailarchive/forum.php?thread_name=8baa9fa30801160407o5a22ea10oc3062d448b50a648%40mail.gmail.com&forum_name=tomoe-devel>in the mailing list to compare notes. I haven't been able to use Tomoe for some time now... I've been stuck with Kanjipad. David |
From: Ian J. <enj...@gm...> - 2008-06-15 23:41:05
|
Hello, I have documented the steps I've taken to build tomoe on Debian Etch. I've gotten it to work, but tomoe-gtk still does not (it simply returns no results, without any errors) http://enja.org/debianhwr.html It took me a while to figure this out, so I hope it helps others who might want to do the same thing. Also as a note, in Ubuntu 8.04 the build freezes while parsing the unihan data, so I could not finish compiling. Thanks -- Ian Johnson Ignorance is Piss. |