![]() |
#61 | |
Connoisseur
![]() Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
|
Quote:
![]() ![]() |
|
![]() |
![]() |
![]() |
#62 |
Enthusiast
![]() Posts: 29
Karma: 10
Join Date: Feb 2009
Device: iRex reader 1000S
|
![]()
Okay, next bug … If I try to run “irext rm filename.pdf”, I get the response
Code:
Fatal error: exception ThoSQLite3.Unexpected("single_step", "CONSTRAINT") |
![]() |
![]() |
![]() |
#63 |
Connoisseur
![]() Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
|
The SQLite database complains that a request to delete a record would violate one of its internal constraints. I have checked some more verbose error messages into the svn. Could I ask you to try the reproduce the behaviour with them?
Also, could you send me the metadata.db file, so that I could investigate? Did the file contain annotations? A temporary workaround should be rm filename.pdf followed by irext update. Does it work? |
![]() |
![]() |
![]() |
#64 | |
Enthusiast
![]() Posts: 29
Karma: 10
Join Date: Feb 2009
Device: iRex reader 1000S
|
Quote:
Now to a slightly different topic: make opt failed for me because ld on the Mac doesn't like -rpath=…, it wants the pathname argument separately, as in -rpath …. I believe other versions of ld also understand this format, so I think you can just replace -Wld,-rpath=… in Makefile.in by -Wld,-rpath,…. (Or else, it will have to another thing for configure to work out.) This worked on the Mac, at least. Also, there are some occurences of make that really ought to be $(MAKE) (I see you have it right where it counts the most, though.) |
|
![]() |
![]() |
![]() |
#65 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Jul 2009
Location: Pittsburgh, USA
Device: iRex 1000S
|
irextools test suite issues
Thanks a bunch to the author of this tool. It was key to helping me decide to purchase the Irex 1000S. I just wanted to report that the issues that I have had with 'test' target of the Makefile for irextools-0.3.
I successfully installed the suite on my laptop running Debian Lenny after installing the 'ocaml' and 'sqlite3' packages. However, running 'make test' from the base folder of the project produces the errors that I have listed below. I do not have my reader yet (coming next week) so I do not know if these errors indicate a problem with irextools. The commands 'ism' and 'irext' appear to execute with no errors but I did not see a way to manually test the programs since I don't have the reader in my possession. thanks ------------------- richnix% pwd /home/boycerd/Downloads/irextools-0.3 richnix% make test make -C testing bin make[1]: Entering directory `/home/boycerd/Downloads/irextools-0.3/testing' make[1]: Nothing to be done for `bin'. make[1]: Leaving directory `/home/boycerd/Downloads/irextools-0.3/testing' make -C testing run make[1]: Entering directory `/home/boycerd/Downloads/irextools-0.3/testing' ./test_suite ....EEEEEE ================================================== ==================== Error: iRex Tools:2:Metadata_File:1:not empty db Invalid_argument("database file ./metadata.db exists!") ---------------------------------------------------------------------- ================================================== ==================== Error: iRex Tools:2:Metadata_File:0:empty db ThoSQLite3.Unexpected("get_integer", "NULL") ---------------------------------------------------------------------- ================================================== ==================== Error: iRex Tools:1:Cp & Mv:3:mv (no db) ThoSQLite3.Unexpected("get_integer", "NULL") ---------------------------------------------------------------------- ================================================== ==================== Error: iRex Tools:1:Cp & Mv:2:mv ThoSQLite3.Unexpected("get_integer", "NULL") ---------------------------------------------------------------------- ================================================== ==================== Error: iRex Tools:1:Cp & Mv:1:cp (no db) ThoSQLite3.Unexpected("get_integer", "NULL") ---------------------------------------------------------------------- ================================================== ==================== Error: iRex Tools:1:Cp & Mv:0:cp ThoSQLite3.Unexpected("get_integer", "NULL") ---------------------------------------------------------------------- Ran: 10 tests in: 0.03 seconds. FAILED: Cases: 10 Tried: 10 Errors: 6 Failures: 0 Skip:0 Todo:0 make[1]: *** [run] Error 1 make[1]: Leaving directory `/home/boycerd/Downloads/irextools-0.3/testing' make: *** [test] Error 2 |
![]() |
![]() |
![]() |
#66 |
Connoisseur
![]() Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
|
Something changed in the SQLite that comes with Debian Lenny. There's a working workaround in the current svn version, but I'm not happy with it because I don't fully understand what's going on. (Note to self: make a new release anyway)
|
![]() |
![]() |
![]() |
#67 | |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Jul 2009
Location: Pittsburgh, USA
Device: iRex 1000S
|
Quote:
-rdb |
|
![]() |
![]() |
![]() |
#68 | |
Connoisseur
![]() ![]() ![]() Posts: 80
Karma: 204
Join Date: Jun 2007
Device: Sony Librie, Irex DR1000S
|
Quote:
I would like to try the svn version (because I have the same "test" problem), but what is the download link for the svn version? |
|
![]() |
![]() |
![]() |
#69 |
Connoisseur
![]() Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
|
Go to http://forge.ocamlcore.org/scm/?group_id=60 and ye shall find (including a link to download a tarball of the current svn version).
|
![]() |
![]() |
![]() |
#70 | |
Connoisseur
![]() ![]() ![]() Posts: 80
Karma: 204
Join Date: Jun 2007
Device: Sony Librie, Irex DR1000S
|
Quote:
Could anyone tell me how to compile it? |
|
![]() |
![]() |
![]() |
#71 | |
Connoisseur
![]() Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
|
Quote:
|
|
![]() |
![]() |
![]() |
#72 |
Connoisseur
![]() ![]() ![]() Posts: 80
Karma: 204
Join Date: Jun 2007
Device: Sony Librie, Irex DR1000S
|
|
![]() |
![]() |
![]() |
#73 |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Aug 2009
Device: none
|
Thank you! This is a marvelous tool.
One question: is there an easy way to change the color of the scribbles? |
![]() |
![]() |
![]() |
#74 |
Connoisseur
![]() Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
|
|
![]() |
![]() |
![]() |
#75 |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Aug 2009
Device: none
|
Ah, well. I'm using the Mac binary. I've tried playing around with calling it from the command line with various arguments but that doesn't seem to work. Let me poke around and see if I can figure out how it works.
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Portable Linux version of Sigil | readx | Sigil | 9 | 09-03-2010 02:59 AM |
Portable version? | Toxaris | Sigil | 3 | 05-21-2010 09:58 AM |
Iliad Java Scribble Merger | curbarthedog | iRex | 0 | 03-16-2009 03:16 PM |
New PDF scribble merger from iRex | Adam B. | iRex | 1 | 11-28-2007 01:21 PM |
Scribble merger kills bookmarks | Scifier | iRex | 5 | 04-04-2007 04:59 PM |