Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



Tom Spindler <dogcow%babymeat.com@localhost> writes:
> Unfortunately, this does raise the problem of cross-compilation
> on non-NetBSD systems; the host where I do the majority of my
> test compilation is Ubuntu, and thus I get hit with the "Whoops,
> this source file has lots of NetBSD-centric bits in it that 
> don't work with the native tools". So far, I've hit two issues
> in games/ with __dead, and IIRC tn3270 might have some of those
> (if it's even still in the tree.)

In general, we have to fix both the visibility of non-C99isms and the
cross compilation. Luckily, the latter is just a matter of fixing the
appropriate .h files.

-- 
Perry E. Metzger                perry%piermont.com@localhost



Home | Main Index | Thread Index | Old Index