Skip Tavakkolian
2012-07-11 20:49:12 UTC
is there such an animal? compiling the current version fails:
screen.c:749: error: ‘Cursor’ undeclared (first use in this function)
screen.c:749: error: (Each undeclared identifier is reported only once
screen.c:749: error: for each function it appears in.)
screen.c:749: error: expected ‘;’ before ‘crsr’
screen.c:753: error: ‘crsr’ undeclared (first use in this function)
apparently there was a similar issue compiling inferno (for osx 10.7
and xcode 4):
http://code.google.com/p/inferno-os/issues/detail?id=267
wasn't there talk of integrating devdraw a while back?
-Skip
screen.c:749: error: ‘Cursor’ undeclared (first use in this function)
screen.c:749: error: (Each undeclared identifier is reported only once
screen.c:749: error: for each function it appears in.)
screen.c:749: error: expected ‘;’ before ‘crsr’
screen.c:753: error: ‘crsr’ undeclared (first use in this function)
apparently there was a similar issue compiling inferno (for osx 10.7
and xcode 4):
http://code.google.com/p/inferno-os/issues/detail?id=267
wasn't there talk of integrating devdraw a while back?
-Skip