From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <289DE78A-2729-4EE2-A7C2-9A201D9196FF@gmail.com> From: Micah Stetson Date: Fri, 30 Sep 2011 17:26:16 -0700 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] cocoa devdraw Topicbox-Message-UUID: 2dd85966-ead7-11e9-9d60-3106f5b1d025 > I'm seeing missing recipes. =C2=A0Lion and XCode 4.2 I get nearly identical output on Snow Leopard with XCode 4.0.2 (see below). BUT if I manually copy o.devdraw from $PLAN9/src/cmd/devdraw to $PLAN9/bin/devdraw, nearly everything seems to work. The best part (for me) is that now my acme and 9term windows work with Divvy! Huzzah! One downside: Dragging with the middle button down no longer seems to work right when I have MagicPrefs enabled. It works fine without MagicPrefs, but I can't middle drag with my Magic Mouse in Google SketchUp without MagicPrefs. Oh well, I can turn it on and off as needed. Thanks to everybody who's worked on this, Micah (./INSTALL output below) * Resetting /usr/local/plan9/config * Compiler version: gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) * Running on Darwin: checking architecture... x86-64 found. * Building everything (be patient)... >>> cd /usr/local/plan9/src/cmd/fontsrv; mk all 9c main.c mk: no recipe to make 'osx-cocoa.o' >>> cd /usr/local/plan9/src/cmd/snarfer; mk all 9l -o o.snarfer osx-cocoa-snarfer.o ld: warning: directory not found for option '-L/usr/X11R6/lib64' * Installing everything in /usr/local/plan9/bin... >>> cd /usr/local/plan9/src/cmd/devdraw; mk install 9c -DOSX_VERSION=3D100608 macargv.c macargv.c:12: warning: passing argument 3 of 'AEInstallEventHandler' from incompatible pointer type macargv.c:13: warning: implicit declaration of function 'RunApplicationEventLoop' macargv.c:24: warning: implicit declaration of function 'FSpMakeFSRef' macargv.c:30: warning: implicit declaration of function 'FSMakeFSSpec' macargv.c:30: error: 'FSSpec' has no member named 'vRefNum' macargv.c:30: error: 'FSSpec' has no member named 'parID' macargv.c:45: error: 'FSSpec' has no member named 'name' macargv.c:49: error: 'FSSpec' has no member named 'name' macargv.c:83: error: 'typeFSS' undeclared mk: 9c -DOSX_VERSION=3D100608 macargv.c : exit status=3Dexit(1) >>> mk: no recipe to make 'osx-cocoa.o' >>> cd /usr/local/plan9/src/cmd/snarfer; mk install 9l -o o.snarfer osx-cocoa-snarfer.o ld: warning: directory not found for option '-L/usr/X11R6/lib64' * Cleaning up... * Renaming hard-coded /usr/local/plan9 paths... * Building web manual... * Done. =09 * Add these to your profile environment. PLAN9=3D/usr/local/plan9 export PLAN9 PATH=3D$PATH:$PLAN9/bin export PATH