> Are there any build instructions?  ape/make can't seem to handle the
> Makefile (sources from git repo)


Looking at the changes in git, it seems like
lufia expected it to be built with gmake. I'm
not sure which port lufia used, but there's one
sitting in mveety's ports repo, here:

https://code.9front.org/hg/ports/file/82187053e44b/dev-utils/gmake

(you need both the patches and the tarball; I think that
the ports repo is likely to work on 9legacy, but I don't
know if anyone's tested it.)

When I tried building it, I also realized I needed perl
for the libressl build. That's been updated recently as
well (https://github.com/Perl/perl5/pull/17891), but you
may need some cpp changes that I made to get it to work.

The version of cpp shipped with 9legacy, I think, gets
operator associativity wrong: it computes '1 - 1 + 2'
as '1 - (1 + 2)' instead of '(1 - 1) + 2', which breaks
some '#if' statements, if I recall correctly.


------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/Te3752ec266e3a002-Me34afe3544d4dea496682df3
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to