Hi,
The Subversion tree is being used for active development; it doesn't always
compile, and even if it does, you should at least know some
automake/autoconf to be able to cope with problems. Unless you're prepared
for dealing with problems like this, your best bet is to install a released
version.
If you do need to use the Subversion version for some reason and you're
having problems with it, just try going back a few
Subversion-release-numbers ("-r"). Usually, things don't stay broken too
long in Subversion.
The file "deprecation.h" has nothing to do with Guile (the set of library
dependencies is listed on ocropus.org; we don't even use STL). If you look
in your iulib source tree, you'll find the missing file. The problem was
simply that the file wasn't installed by the makefile. If you update and
re-make your make files and configure scripts, you should be fine.
Tom
On Thu, Nov 20, 2008 at 20:24, Andrew <[EMAIL PROTECTED]> wrote:
>
> I am on a 64-bit Fedora 9, AMD: Linux **** 2.6.25.10-86.fc9.x86_64 #1
> SMP Mon Jul 7 20:23:46 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
>
> When I issue "make" I eventually get:
>
> <snip preceding>
> In file included from ./ocr-bpnet/make-garbage.cc:33:
> ./ocr-utils/ocr-segmentations.h:36:25: error: deprecation.h: No such
> file or directory
> In file included from ./ocr-utils/ocr-segmentations.h:35,
> from ./ocr-bpnet/make-garbage.cc:33:
> <snip remaining dozen or so error lines>
>
> Googling around i was led to believe i am missing "guile" but I am
> not. Then a post somewhere suggested ocropus make is looking for the
> guile library at /usr/local instead of just /usr (i have the 1.8.4
> package installed, along with its *-devel), so I compiled guile
> locally, which by default added the /usr/local/include libguile files
> (version 1.8.5). (So, violating convention and good practice, i now
> have two versions of libguile)
>
> Still, ocropus complains with the above, even though I now have:
>
> -rw-r--r-- 1 root root 1559 2008-02-21 07:37 /usr/include/libguile/
> deprecation.h
>
> AND
>
> -rw-r--r-- 1 root root 1559 2008-11-20 13:10 /usr/local/include/
> libguile/deprecation.h
>
> please help!
>
> thanks
> andrew
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ocropus" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/ocropus?hl=en
-~----------~----~----~----~------~----~------~--~---