vermaneerajin / leptonica

Automatically exported from code.google.com/p/leptonica
0 stars 0 forks source link

error: 'hfind' undeclared (first use in this function) #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I try to build leptonica 1.69 with mingw. I got error:

utils.c: In function 'lept_direxists':
utils.c:2301:13: error: 'hfind' undeclared (first use in this function)

Looking to source code - there is mistype on line 2301. There should be 'hFind' 
in stead of 'hfind'.
After this change compilation will finish without other problems.

Original issue reported on code.google.com by zde...@gmail.com on 6 Jul 2012 at 10:05

GoogleCodeExporter commented 8 years ago
Thank you for finding this error.
It will be fixed in 1.70.

Original comment by dan.bloo...@gmail.com on 7 Jul 2012 at 5:01

GoogleCodeExporter commented 8 years ago
Thanks I'm also compiling leptonica 1.69.I didn't even notice the typing error 
even though I had come through such kind of error and searched the cause.Thanks 
again.

Original comment by minthant...@gmail.com on 30 Oct 2012 at 9:25

GoogleCodeExporter commented 8 years ago
1.70 is released.  You can get it at leptonica.org/download.html

Original comment by dan.bloo...@gmail.com on 23 Jan 2014 at 8:45