![]() |
2010-04-28
, 13:55
|
Posts: 292 |
Thanked: 131 times |
Joined on Dec 2009
|
#2
|
![]() |
2010-04-28
, 14:00
|
Posts: 58 |
Thanked: 10 times |
Joined on Dec 2009
|
#3
|
![]() |
2010-04-29
, 13:09
|
Posts: 58 |
Thanked: 10 times |
Joined on Dec 2009
|
#4
|
![]() |
2010-08-29
, 13:09
|
Posts: 2 |
Thanked: 1 time |
Joined on Aug 2010
|
#5
|
I have tired to install it with apt from the extras rep.
It installs fine, but I'm having trouble running it.
So I was hoping someone could help me out.
I get the following error when I run tesseract command:
Error: Unable to open /home/opt/maemo/usr/share/tesseract-ocr/tessdata/eng.inttemp
I have searched, there are 2 instances of the file:
1. in /home/opt/maemo/usr/share/tesseract-ocr/tessdata/eng.inttemp, which is a symbolic link that point to itself.
Actually it points to /opt/maemo/usr/...
But since there is a symbolic link between /opt -> /home/opt, it points to itself.
2. the second one is in /media/n900/proc/self/root/proc/4705/cwd/tessdata (2)/eng.inttemp, but I doubt that this is the right one.
I can just copy the file from source over the link, but that is dirty.
![]() |
2010-08-29
, 18:51
|
Posts: 303 |
Thanked: 175 times |
Joined on Oct 2009
@ London UK
|
#6
|
#include <iostream> int main() { std::cout << "This works" << std::endl; return 0; }
g++ -o test test.cpp && ./test
![]() |
2010-11-09
, 23:49
|
Posts: 11 |
Thanked: 1 time |
Joined on Nov 2007
|
#7
|
I have downloaded the source.
Extracted tar-gz with tar -xvzf
But when I run ./configure, I get this error:
checking for cl.exe... no
checking for g++... no
checking for c++ compiler default output file name...
configure: error: C++ compiler cannot create executables
See 'config.log' for more details.
Does anyone know how to get this to compile?
It's obviously something wrong with g++, but it is installed and working normally.
Same error occurs on the device and in scratchbox