9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] drawterm on osx lion?
@ 2012-07-11 20:49 Skip Tavakkolian
  2012-07-11 21:27 ` Oleksandr Iakovliev
  0 siblings, 1 reply; 2+ messages in thread
From: Skip Tavakkolian @ 2012-07-11 20:49 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] drawterm on osx lion?
  2012-07-11 20:49 [9fans] drawterm on osx lion? Skip Tavakkolian
@ 2012-07-11 21:27 ` Oleksandr Iakovliev
  0 siblings, 0 replies; 2+ messages in thread
From: Oleksandr Iakovliev @ 2012-07-11 21:27 UTC (permalink / raw)
  To: 9fans

I may suggest that you are still able to compile with CFLAGS like
-isysroot /Developer/SDKs/MacOSX10.6.sdk

Where sdk 10.6 is taken from Xcode 3.x (Xcode 3.x had a set of sdks in
/Developer/SDKs
to distinguish between target osx versions)

Also Xcode4 has this sdk available in:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs

so you may try this path too.

On 2012-07-11 22:49 , Skip Tavakkolian wrote:
> 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
>






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-11 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 20:49 [9fans] drawterm on osx lion? Skip Tavakkolian
2012-07-11 21:27 ` Oleksandr Iakovliev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).