[opencbm-user] Errors compiling opencbm on Linux.
Brought to you by:
strik
|
From: <gr...@gm...> - 2007-10-27 16:53:19
|
Hello, I am trying to compile cbm4linux on a Debian unstable distribution, x86-32 platform, kernel 2.6.20. I have downloaded the cvs repository with this CVSROOT :pserver:ano...@op...:/cvsroot/opencbm and tried to compile it. I got the following error while compiling it: luca@c65:~/opencbm/cbm4win$ make -f LINUX/Makefile make[1]: Entering directory `/home/luca/opencbm/cbm4win/include' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/luca/opencbm/cbm4win/include' make[1]: Entering directory `/home/luca/opencbm/cbm4win/arch/linux' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/luca/opencbm/cbm4win/arch/linux' make[1]: Entering directory `/home/luca/opencbm/cbm4win/libmisc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/luca/opencbm/cbm4win/libmisc' make[1]: Entering directory `/home/luca/opencbm/cbm4win/lib' cl65 -c --feature labels_without_colons --feature pc_assignment --feature loose_char_term --asm-include-dir .. --asm-include-dir ../libd64copy/ -o ../libcbmcopy/turboread1541.tmp ../libcbmcopy/turboread1541.a65 make[1]: cl65: Command not found make[1]: *** [../libcbmcopy/turboread1541.o65] Error 127 make[1]: Leaving directory `/home/luca/opencbm/cbm4win/lib' make: *** [opencbm] Error 1 luca@c65:~/opencbm/cbm4win$ I got also the following error while compiling the documentation: luca@c65:~/opencbm/cbm4win/docs$ make -f LINUX/Makefile sgml2txt opencbm.sgml Processing file opencbm.sgml troff: fatal error: can't find macro file s fmt_txt::postASP: Empty output file, error when calling groff. Aborting... make: *** [opencbm.txt] Error 1 Do you have any help? Greetings, Luca |