Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
installing problem in ubuntu 7.04
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Expand all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
nibaran@gmail.com  
View profile  
 More options Apr 30 2008, 10:23 am
From: "niba...@gmail.com" <niba...@gmail.com>
Date: Wed, 30 Apr 2008 07:23:39 -0700 (PDT)
Local: Wed, Apr 30 2008 10:23 am
Subject: installing problem in ubuntu 7.04
During installation in ubuntu 7.04 i face a problem in make install
command execution (tesseract-ocr has been downloaded using svn) the
following error has been occured.

root@pivdesktop:~/tesseract-2.00# make install

*************************************************************************** *

 /usr/bin/install -c -m 644 ./nld.unicharset /usr/local/share/tessdata/
nld.unicharset
 /usr/bin/install -c -m 644 ./eng.DangAmbigs /usr/local/share/tessdata/
eng.DangAmbigs
 /usr/bin/install -c -m 644 ./eng.freq-dawg /usr/local/share/tessdata/
eng.freq-dawg
 /usr/bin/install -c -m 644 ./eng.inttemp /usr/local/share/tessdata/
eng.inttemp
 /usr/bin/install -c -m 644 ./eng.normproto /usr/local/share/tessdata/
eng.normproto
 /usr/bin/install -c -m 644 ./eng.pffmtable /usr/local/share/tessdata/
eng.pffmtable
 /usr/bin/install -c -m 644 ./eng.user-words /usr/local/share/tessdata/
eng.user-words
 /usr/bin/install -c -m 644 ./eng.word-dawg /usr/local/share/tessdata/
eng.word-dawg
 /usr/bin/install -c -m 644 ./eng.unicharset /usr/local/share/tessdata/
eng.unicharset
make[3]: Leaving directory `/home/nibaran/tesseract-2.00/tessdata'
make[2]: Leaving directory `/home/nibaran/tesseract-2.00/tessdata'
make[1]: Leaving directory `/home/nibaran/tesseract-2.00/tessdata'
Making install in testing
make[1]: Entering directory `/home/nibaran/tesseract-2.00/testing'
make[2]: Entering directory `/home/nibaran/tesseract-2.00/testing'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/nibaran/tesseract-2.00/testing'
make[1]: Leaving directory `/home/nibaran/tesseract-2.00/testing'
Making install in dlltest
make[1]: Entering directory `/home/nibaran/tesseract-2.00/dlltest'
make[2]: Entering directory `/home/nibaran/tesseract-2.00/dlltest'
make[2]: Nothing to be done for `install-exec-am'.
/bin/bash ../config/mkinstalldirs /usr/local/include/tesseract
 /usr/bin/install -c -m 644 dlltest.cpp /usr/local/include/tesseract/
dlltest.cpp
 /usr/bin/install -c -m 644 dlltest.dsp /usr/local/include/tesseract/
dlltest.dsp
 /usr/bin/install -c -m 644 dlltest.vcproj /usr/local/include/
tesseract/dlltest.vcproj
make[2]: Leaving directory `/home/nibaran/tesseract-2.00/dlltest'
make[1]: Leaving directory `/home/nibaran/tesseract-2.00/dlltest'
Making install in java
make[1]: Entering directory `/home/nibaran/tesseract-2.00/java'
make[1]: *** No rule to make target `install'.  Stop.
make[1]: Leaving directory `/home/nibaran/tesseract-2.00/java'
make: *** [install-recursive] Error 1

**************************************************
root@pivdesktop:~/tesseract-2.00#
I've looked through the Readme and INSTALL files but didn't find much
help. can any body help me to install properly...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeffrey Ratcliffe  
View profile  
 More options Apr 30 2008, 2:50 pm
From: "Jeffrey Ratcliffe" <jeffrey.ratcli...@gmail.com>
Date: Wed, 30 Apr 2008 20:50:52 +0200
Local: Wed, Apr 30 2008 2:50 pm
Subject: Re: installing problem in ubuntu 7.04

2008/4/30 niba...@gmail.com <niba...@gmail.com>:

>  Making install in java
>  make[1]: Entering directory `/home/nibaran/tesseract-2.00/java'
>  make[1]: *** No rule to make target `install'.  Stop.
>  make[1]: Leaving directory `/home/nibaran/tesseract-2.00/java'
>  make: *** [install-recursive] Error 1

Apply the attached patch with

patch java/makefile < java

  java
< 1K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rex  
View profile  
 More options May 25 2008, 10:35 am
From: rex <rex.linuxu...@gmail.com>
Date: Sun, 25 May 2008 07:35:40 -0700 (PDT)
Local: Sun, May 25 2008 10:35 am
Subject: Re: installing problem in ubuntu 7.04
On Apr 30, 11:50 am, "Jeffrey Ratcliffe" <jeffrey.ratcli...@gmail.com>
wrote:

> 2008/4/30 niba...@gmail.com <niba...@gmail.com>:

> >  Making install in java
> >  make[1]: Entering directory `/home/nibaran/tesseract-2.00/java'
> >  make[1]: *** No rule to make target `install'.  Stop.
> >  make[1]: Leaving directory `/home/nibaran/tesseract-2.00/java'
> >  make: *** [install-recursive] Error 1

> Apply the attached patch with

> patch java/makefile < java

>  java
> 1KDownload

Jeffrey, thanks for this. The 2.03 source needs to be fixed. A lot of
people will not see your patch.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google