akorentlab / leptonica

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

plotfile doesn't link #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to link plotfile

What is the expected output? What do you see instead?
I expect to link plotfile.
I get an "unresolved external symbol gplotFromFile referenced in function
main plotfile.obj" 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.
I see that plotfile is no longer in prog/Makefile. It should be removed
from the prog directory.

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

GoogleCodeExporter commented 9 years ago
plotfile.c is no longer supported, was accidentally left in prog, and will be 
removed
in 1.65.

In early versions of leptonica, this was included so that you could generate a 
plot
from a text file that was simpler than the gplot command files.

However, there's really no reason for leptonica to supply a pidgin gplot 
language. 
The real usefulness of gplot is for making plots programmatically from data in 
Numas.

Original comment by dan.bloo...@gmail.com on 18 Jan 2010 at 1:50

GoogleCodeExporter commented 9 years ago
fixed in 1.65

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