|
|
#16 |
|
Connoisseur
![]() ![]() Posts: 59
Karma: 136
Join Date: Dec 2008
Device: iRex DR1000
|
How to get past this?
Code:
$./configure ... checking for library containing sqlite3_open... -lsqlite3 configure: checking for CamlPDF installation... File "conftest.ml", line 2, characters 18-37: Unbound value Pdfdoc.add_pagetree configure: error: compilation of CamlPDF test program failed See `config.log' for more details. This message is meaningless for everyone except Caml developers. Last edited by Viacheslav; 01-14-2009 at 07:01 AM. |
|
|
|
|
|
#17 |
|
Fanatic
![]() ![]() ![]() ![]() ![]() Posts: 597
Karma: 430
Join Date: Aug 2008
Location: Ellesmere Port, UK
Device: DR1000S Sony PRS505 iPad iPhone
|
Yes, especially if like some we are not programmers. I too have managed to get the Caml & Sqlite working, on the MAC, but cannot get the pdf part to work & at this point have given up. Hopefully some clever person can eventually "Macify" the programme. I don't think the "make" is part of the default Mac software.
|
|
|
|
|
|
#18 |
|
Connoisseur
![]() Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
|
|
|
|
|
|
|
#19 | |
|
Connoisseur
![]() ![]() Posts: 59
Karma: 136
Join Date: Dec 2008
Device: iRex DR1000
|
Quote:
BUT, How do I install it? There is no make install target in camlpdf and my attempts to copy it to /usr/lib/ocaml did not help. Finally I simply copied ocamlpdf to the irextools dir and the error changed to Code:
checking for library containing sqlite3_open... -lsqlite3 configure: checking for CamlPDF installation... /usr/bin/ld: cannot find -lcamlpdf_stubs collect2: ld returned 1 exit status Error while building custom runtime system configure: error: compilation of CamlPDF test program failed See `config.log' for more details. |
|
|
|
|
|
|
#20 |
|
Connoisseur
![]() Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
|
|
|
|
|
|
|
#21 | |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Jan 2009
Device: Irex 1000 S
|
Quote:
Download the merger, uncompress and take a look to the INSTALL file. There is an explanation there. (./configure, make and make install have to be introduced using a Terminal). I use MacOs. And I had problems with ocaml installation. The merger seems to require a complete installation of ocaml libraries. The ocaml sql package is not hosted where it is referred in the INSTALL file. Good luck. Last edited by Angela Fabregues; 01-16-2009 at 05:15 AM. |
|
|
|
|
|
|
#22 |
|
Fanatic
![]() ![]() ![]() ![]() ![]() Posts: 597
Karma: 430
Join Date: Aug 2008
Location: Ellesmere Port, UK
Device: DR1000S Sony PRS505 iPad iPhone
|
Hmm, but I don't have the "make" command available in the MAC OS. Where did you get it/install it from?
|
|
|
|
|
|
#23 | |
|
Connoisseur
![]() ![]() Posts: 59
Karma: 136
Join Date: Dec 2008
Device: iRex DR1000
|
Quote:
. ocaml-sqlite3-1.2.0 no longer exists. It was replaced by 1.3.0, which fails to build with Code:
config.status: creating META ocamlc -w A -warn-error A -pp "cpp -DHAS_ENABLE_LOAD_EXTENSION" -c sqlite3.mli ocamlc -w A -warn-error A -pp "cpp -DHAS_ENABLE_LOAD_EXTENSION" -c sqlite3.ml gcc -I/usr/lib/include -I/usr/lib/ocaml -g -O2 -DHAS_ENABLE_LOAD_EXTENSION -fPIC -Wall -pedantic -Werror -Wno-long-long -c -o sqlite3_stubs.o sqlite3_stubs.c cc1: warnings being treated as errors sqlite3_stubs.c: In function 'ref_count_finalize_dbw': sqlite3_stubs.c:280: warning: implicit declaration of function 'caml_remove_generational_global_root' sqlite3_stubs.c: In function 'register_user_function': sqlite3_stubs.c:1013: warning: implicit declaration of function 'caml_register_generational_global_root' make: *** [sqlite3_stubs.o] Error 1 configure: error: failed See `config.log' for more details. I wish it were written in C, so it would be possible to run the merger on the reader itself... Last edited by Viacheslav; 01-16-2009 at 06:12 PM. |
|
|
|
|
|
|
#24 |
|
Connoisseur
![]() Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
|
|
|
|
|
|
|
#25 | |
|
Connoisseur
![]() Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
|
Quote:
. Thanks for bringing that to my attention, I have to contact the developer. (Version 1.2.0 can still be downloaded from the release repository, but it is a pain to find).In the meantime, I have made a new release of irextools https://forge.ocamlcore.org/frs/down...ols-0.3.tar.gz that includes working versions of the external O'Caml libraries. If you have SQLite3 installed (the C version not the O'Caml interface), configure should work now without any arguments. |
|
|
|
|
|
|
#26 | ||
|
Connoisseur
![]() Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
|
Quote:
Quote:
.I have now decided to include working versions of all the libraries that are required beyond a base install. |
||
|
|
|
|
|
#27 |
|
Connoisseur
![]() Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
|
Version 0.3 released
http://forge.ocamlcore.org/projects/irextools/
This release
|
|
|
|
|
|
#28 |
|
Connoisseur
![]() ![]() ![]() Posts: 80
Karma: 204
Join Date: Jun 2007
Device: Sony Librie, Irex DR1000S
|
First of all, my gratitute to the author of this great software (a week ago I was able to compile the 0.2 version, and it is working greatly.
By the way, is there any other change in the 0.3 version besides the inclusion of the libraries? |
|
|
|
|
|
#29 |
|
Connoisseur
![]() Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
|
You're welcome
.Nothing much: minor bugfixes (thumbnails where not copied correctly), some more file extensions are recognized, beginnings of man pages, a first trivial version of "irext paste". |
|
|
|
|
|
#30 |
|
Enthusiast
![]() Posts: 45
Karma: 10
Join Date: Aug 2008
Device: Iliad
|
is there any chance any of you kind people could give an "idiots guide" to installing this? I have looked at the "install" instructions and to be honest, they make little sense to me.
For the linux beginners / idiots / newbies / .... (delete as appropriate) it would be very useful |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Portable Linux version of Sigil | readx | Sigil | 9 | 09-03-2010 03:59 AM |
| Portable version? | Toxaris | Sigil | 3 | 05-21-2010 10:58 AM |
| Iliad Java Scribble Merger | curbarthedog | iRex | 0 | 03-16-2009 04:16 PM |
| New PDF scribble merger from iRex | Adam B. | iRex | 1 | 11-28-2007 02:21 PM |
| Scribble merger kills bookmarks | Scifier | iRex | 5 | 04-04-2007 05:59 PM |