On Jun 6, 1:47 pm, Thomas Breuel <[email protected]> wrote:
> Looks like you didn't install the new iulib first; iucstring is a new
> class in iulib 0.4

You're right.  I'm still using iulib subversion r124.  It looks like
iulib
has moved to http://mercurial.iupr.org.  Perhaps we should update
the documentation to remove instructions to install it from google?

After installing mercurial via macports, I'm now trying to build
iulib mercurial version 71.

$ ./configure
...
checking for strrchr... yes
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in
$

If i install Makefile.in and Makefile.am from version 14, configure
then complains that it needs automake1.10.
When I install automake1.10 and remove the two Makefiles, it still
complains
that Makefile.in and Makefile.am are missing.  When I provide both of
them
and automake1.10, make fails thusly:

$ make
...
In file included from ./imgio/io_tiff.h:30,
                 from ./imgio/imgio.h:30,
                 from ./imgio/imgio.cc:24:
./imglib/iulib.h:30:22: error: bithacks.h: No such file or directory
./imglib/iulib.h:31:23: error: imgbitptr.h: No such file or directory
./imglib/iulib.h:32:21: error: imgbits.h: No such file or directory
./imglib/iulib.h:33:20: error: imgrle.h: No such file or directory
./imglib/iulib.h:53:23: error: dgraphics.h: No such file or directory
./imglib/iulib.h:54:19: error: vidio.h: No such file or directory
make: *** [imgio.o] Error 1
$

So I edited imglib/iulib.h to include the directories that each of
these headers live in.

Now iulib fails to build with the following error.

$ make
...
rm -f libiulib.a
ar cru libiulib.a imgio.o autoinvert.o io_jpeg.o io_pbm.o io_png.o
imglabels.o imgmisc.o imgrescale.o imggraymorph.o imgops.o imggauss.o
imgfilters.o imgedges.o imgbrushfire.o imgtrace.o imgmap.o imgthin.o
imgmorph.o imgblit_c.o imgbsmp.o imgbits.o imgblit.o imgrle.o
imgbthin.o  dgraphics_nosdl.o
ranlib libiulib.a
make: *** No rule to make target `colib/ocrinterfaces.h', needed by
`all-am'.  Stop.
$

Any thoughts?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to