cvs commit: hugs98 Makefile RPM.mk hugs98/libraries/tools
convert_libraries
Ross Paterson
ross at soi.city.ac.uk
Tue Sep 5 06:58:31 EDT 2006
On Tue, Sep 05, 2006 at 11:35:03AM +0100, Malcolm Wallace wrote:
> Ross Paterson <ross at soi.city.ac.uk> wrote:
>
> > Modified files:
> > . Makefile RPM.mk
> > libraries/tools convert_libraries
> > Log:
> > drop HaXml (no longer builds)
>
> In what way does HaXml fail to build for Hugs? Is it easily fixable?
There's the use of the cpp symbol VERSION, fixable by adding
cc-options: -DVERSION="1.16"
or putting the definition in an include file, and there's the
famous Data.FiniteMap.
More information about the Cvs-hugs
mailing list