Argument #3 of `tfsetlist' is one type at (2) but is some other type at (1) [info -f g77 M GLOBALS]
/bin/oldsad-snapshot-2009-08-11/src/temit.f: Outside of any program unit:
In file included from /bin/oldsad-snapshot-2009-08-11/src/temit.f:8:
In file included from /bin/oldsad-snapshot-2009-08-11/src/temit.f:645: /bin/oldsad-snapshot-2009-08-11/src/temit.f:952: error: size of variable 'toul_' is too large
make[2]: *** [temit.o] 오류 1
make[2]: Leaving directory `/bin/oldsad-snapshot-2009-08-11/obj/i386-Linux2'
make[1]: *** [all] 오류 2
리눅스를 쓰다보면 텍스트 영역에 한글을 제외한 다른 문자에 대한 맞춤법은 잘 고쳐주는데 한글만 유독 고쳐주지 않습니다. 그렇다고 공개된 한글 데이터베이스도 없고... 부산대학교의 우리말배움터의 한글 맞춤법 검사기 사용하기가 번거로워서 한글 맞춤법 검사기 프로그램을 만들어봤습니다. 내부적으로 우리말배움터의 그 웹 인터페이스를 사용하며 html을 분석해 사용하기 편하게 해줍니다.
어떤가요?
----
알려진 버그
· 텍스트뷰에 마우스 클릭하면 이전 커서 위치의 관련 도움말 정보가 아래 텍스트뷰에 나타납니다.
· 내용을 검사 후 내용을 키보드로 수정하면 수정위치 뒷쪽의 틀린부분을 잘 고치지 못합니다.