jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

Build from rev 32d7134d89f0 fails. #296

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mk nuke
2. mk install

What is the expected output? What do you see instead?

(full build)

Please use labels and text to provide additional information.

cc -c -m32 -g -O -Wuninitialized -Wunused-variable -Wreturn-type -Wimplicit 
-I/home/jestewar/inferno-os/Linux/386/include 
-I/home/jestewar/inferno-os/include -DLINUX_386 runetype.c
runetype.c:1:15: fatal error: u.h: No such file or directory
compilation terminated.
mk: cc -c -m32 ...  : exit status=exit(1)
mk: for j in ...  : exit status=exit(1)

Which operating system are you using?

Ubuntu 12.04 LTS 64-bit

Please provide any additional information below.

System seems to build and run (minimal testing) when creating Linux/386/u.h 
with the following contents:

typedef unsigned short ushort;
typedef ushort      Rune;

Original issue reported on code.google.com by joseph.s...@gmail.com on 7 Jun 2013 at 3:43

GoogleCodeExporter commented 9 years ago
<u.h>/libc.h needed to be replaced by lib9.h.
I've pushed that change

Original comment by Charles....@gmail.com on 7 Jun 2013 at 7:05