galfar / deskew

Deskew is a command line tool for deskewing scanned text documents. It uses Hough transform to detect "text lines" in the image. As an output, you get an image rotated so that the lines are horizontal.
http://galfar.vevb.net/deskew
Mozilla Public License 2.0
165 stars 26 forks source link

Doesn't compile on Arch Linux #4

Closed galfar closed 8 years ago

galfar commented 8 years ago

Original report by Anonymous.


╰─➤  pacman -Q | grep libtiff
libtiff 4.0.6-2
Free Pascal Compiler version 3.0.0 [2015/11/26] for x86_64
Copyright (c) 1993-2015 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling deskew.lpr
Compiling RotationDetector.pas
Compiling ./Imaging/ImagingUtility.pas
Error: Can't create object file: Dcu/ImagingUtility.o (error code: 2)
Fatal: Can't create object Dcu/ImagingUtility.o
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
galfar commented 8 years ago

Original comment by Marek Mauder (Bitbucket: galfar, GitHub: galfar).


Works now, FPC just won't create output dir for compiled units if it does not exist.