Re: [cc65] can't compile 2.10 - no sgml2html

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2004-02-20 10:22:01
Hi!

Sorry for the delay, I've catched a bad cold and had to stay in bed for a few
days.

On Wed, Feb 18, 2004 at 06:59:50PM +0100, MagerValp wrote:
> I'm trying to compile the 2.10 sources on MacOS X, and it stops when
> it comes to the apple 2 library as it requires sgml2html.

Sure? I'm not using this makefile, but as far as I know, only the docs use
sgml2html.

> I downloaded
> it, but it in turn requires LaTeX, and that's just way too much work
> to install. For now I just commented out the doc target from gcc.mak,
> but you might want to see if you can't get rid of the sgml2html
> dependency somehow, or make it a separate target.

I don't see any sense in just building part of the tree when the "all" target
is called (which is the default). You can do

	make -f make/gcc.mak bin
	make -f make/gcc.mak libs

to just build the binary tools and the libraries. sgml2html is definitely
needed for the docs. "Getting rid of the sgml2html dependency somehow" is a
request similar to "you might want to see if you can't get rid of the C
compiler dependency somehow" when talking about building the binaries from the
C sources:-)

Regards


	Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri Feb 20 10:22:03 2004

This archive was generated by hypermail 2.1.8 : 2004-02-20 10:22:09 CET