> On Wed, Feb 16, 2011 at 7:36 AM, Stanley Lieber
> <[email protected]> wrote:
>> Reading old 9fans posts, I found Iru's modifications of vx32/9vx to run on 
>> OpenBSD 4.3.
>> With this minor change:
>>
>> src/9vx/Makefrag:184:       echo 'ulong kerndate ="' `date +%s` '";' 
>> >9vx/kerndate.h
>>
>> I was able to get it to build on a current snapshot of OpenBSD.
> 
> It really needs this change to run?
> 
> ron

Without the change, gmake dies here:

echo 'ulong kerndate =' `date +%s` ';' >9vx/kerndate.h
gcc -g -O3 -MD -std=gnu99 -I.  -I. -I9vx -I9vx/a -Wall -Wno-missing-braces -c 
-o 9vx/stub.o 9vx/stub.c
In file included from 9vx/stub.c:405:
9vx/kerndate.h:1: error: 'Wed' undeclared here (not in a function)
9vx/kerndate.h:1: error: expected ',' or ';' before 'Dec'
gmake: *** [9vx/stub.o] Error 1

-sl


Reply via email to