Re: [opencbm-user] Errors compiling opencbm on Linux.
Brought to you by:
strik
|
From: Wolfgang M. <wo...@ne...> - 2007-10-28 17:02:38
|
Hello Luca, let me comment your issue, but take note, I'm actually not using OpenCBM on Linux myself: gr...@gm... schrieb: > 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 > [...] > 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 Please install the CC65 compiler package from cc65.org or check out your distribution for an install package (*.deb ?) http://www.cc65.org/#Download > 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? Sorry, I'm completely unable to help out here, but it seems as is some troff addon package is missing that is needed to generate the text only documentation. Please also recognize the most recent patches to OpenCBM from Frederic Briere: http://sourceforge.net/tracker/?group_id=122047&atid=692221 As far as I know, these are not yet included in the CVS HEAD. You may review some of them and decide on your own, if some of them are needed to compile OpenCBM. Womo |