Package Details: psftools 1.0.7-2

Package Base: psftools
Description: Utilities for manipulation of console fonts in PSF format
Upstream URL: http://www.seasip.info/Unix/PSF/
Category: system
Licenses: GPL
Submitter: demonicmaniac
Maintainer: ashren
Last Packager: None
Votes: 3
First Submitted: 2008-12-24 14:47
Last Updated: 2009-10-30 16:02

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by jose1711

2015-03-03 11:50

needs update (build function)

Comment by beingdad

2014-10-26 01:04

I got the same error:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FORTIFY_SOURCE=2 -Wall - march=core2 -mtune=intel -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -c psfutil2.c -fPIC -DPIC -o .libs/psfutil2.lo
psferror.c: In function 'psf_error_string'
psferror.c:45:30: error: 'errno' undeclared (first use in this function)
case PSF_E_ERRNO: return strerror(errno);
^
psferror.c:45:30: note: each undeclared identifier is reported only once for each function it appears in

Comment by majetree

2014-02-03 14:15

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FORTIFY_SOURCE=2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c psferror.c -fPIC -DPIC -o .libs/psferror.lo
psferror.c: In function 'psf_error_string':
psferror.c:45:37: error: 'errno' undeclared (first use in this function)
case PSF_E_ERRNO: return strerror(errno);
^
psferror.c:45:37: note: each undeclared identifier is reported only once for each function it appears in
...