From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4FFDEFBF.3010003@lynxline.com> Date: Wed, 11 Jul 2012 23:27:27 +0200 From: Oleksandr Iakovliev User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: 9fans@9fans.net References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] drawterm on osx lion? Topicbox-Message-UUID: a1291680-ead7-11e9-9d60-3106f5b1d025 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/Deve= loper/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: =E2=80=98Cursor=E2=80=99 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 =E2=80=98;=E2=80=99 before =E2=80=98crsr=E2= =80=99 > screen.c:753: error: =E2=80=98crsr=E2=80=99 undeclared (first use in th= is 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=3D267 > > wasn't there talk of integrating devdraw a while back? > > -Skip >