amersons / leptonica

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

trctest.c doesn't link. #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build trctest.exe

What is the expected output? What do you see instead?
I expect to build trctest.exe.
Instead the build fails because neither pixLinearTRC() or
pixLinearTRCGray() are valid functions?

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

Please provide any additional information below.

Original issue reported on code.google.com by tomp2...@gmail.com on 5 Dec 2009 at 11:47

GoogleCodeExporter commented 9 years ago
This was an old program, not supported in the makefile.

I've rejuvenated it (attached), and it will be distributed in 1.64.

BTW, if you run the example command suggested at the top of that file,
you will perhaps see one way to approach the difficult problem of
figuring out where the image regions are -- a question that you asked
earlier in issue 23, with reference to adaptmaptest.

Original comment by dan.bloo...@gmail.com on 6 Dec 2009 at 1:38

Attachments:

GoogleCodeExporter commented 9 years ago
fixed in 1.64.  trctest.c now resurrected.

Original comment by dan.bloo...@gmail.com on 3 Jan 2010 at 11:42