sprhawk / leptonica

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

rotateorthtest2 doesn't link #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try compile and link rotateorthtest2.

What is the expected output? What do you see instead?
I expect to link rotateorthtest2.
rotateorthtest2 fails to link because of an "unresolved external symbol
returnErrorVoid referenced in function rotateOrthTest" error.

What version of the product are you using? On what operating system?
leptonlib-1.64
Microsoft Visual Studio 2008 SP1 with latest updates also applied.
Windows XP Pro SP3.

Please provide any additional information below.
It looks like returnErrorVoid() should be defined in utils.c but isn't?

Original issue reported on code.google.com by tomp2...@gmail.com on 15 Jan 2010 at 7:07

GoogleCodeExporter commented 9 years ago
rotateorthtest2.c should not exist, and it will be removed in 1.65.

The correct version of this file is the regression test:

     rotateorth_reg.c

Original comment by dan.bloo...@gmail.com on 18 Jan 2010 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by dan.bloo...@gmail.com on 8 Apr 2010 at 6:02