안녕하세요. 종혁입니다.
nh2ps 파일을 rpm버전으로 구할수가 없어서 소스버전을 구해서 설치를
하는 도중에 에러가 나네요.
make를 실행하니까 에러...
[root@localhost nh2ps-2.3.1]# make
Compiling nh2ps.c ...
cc -c -DBSD -O2 -DHFONT -DWIDTH=8.27 -DHEIGHT=11.64 -DA4_PAPERSIZE=1 nh2ps.c
nh2ps.c: In function `printchar':
nh2ps.c:1161: `PSFontName' undeclared (first use in this function)
nh2ps.c:1161: (Each undeclared identifier is reported only once
nh2ps.c:1161: for each function it appears in.)
nh2ps.c:1162: `PSFontIndex' undeclared (first use in this function)
nh2ps.c: In function `print_prologue':
nh2ps.c:2002: warning: comparison between pointer and integer
make: *** [nh2ps.o] 오류 1
[root@localhost nh2ps-2.3.1]#
부탁드립니다! 프린트 쓰고 싶포요!