ncraun / smoothscan

smoothscan is a tool to convert scanned text into a vectorized output form.
GNU General Public License v3.0
67 stars 4 forks source link

Doesn't compile #5

Open trenkert opened 6 years ago

trenkert commented 6 years ago

I get this error:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
./configure: line 2927: syntax error near unexpected token `libltdl'
./configure: line 2927: `LT_CONFIG_LTDL_DIR(libltdl)'

The libltdl version on my system (Debian 9) is 2.4.6-2. Do you have any idea how to fix this, @ncraun ?

raffaem commented 2 years ago

It looks like the project has been abandoned