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> Date: Thu, 29 Sep 2011 13:39:21 -0400 Message-ID: From: Michaelian Ennis To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] cocoa devdraw Topicbox-Message-UUID: 2d37124a-ead7-11e9-9d60-3106f5b1d025 I'm seeing missing recipes. Lion and XCode 4.2 ian * Resetting /Users/mennis/src/plan9port/config * Compiler version: gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) * Running on Darwin: checking architecture... x86-64 found. * Building mk... * Building everything (be patient)... >>> cd /Users/mennis/src/plan9port/src/cmd/fontsrv; mk all 9c main.c mk: no recipe to make 'osx-cocoa.o' >>> cd /Users/mennis/src/plan9port/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 /Users/mennis/src/plan9port/bin... >>> cd /Users/mennis/src/plan9port/src/cmd/devdraw; mk install 9c -DOSX_VERSION=3D100702 macargv.c macargv.c:12: warning: passing argument 3 of =91AEInstallEventHandler=92 from incompatible pointer type macargv.c:13: warning: implicit declaration of function =91RunApplicationEventLoop=92 macargv.c:24: warning: implicit declaration of function =91FSpMakeFSRef=92 macargv.c:30: warning: implicit declaration of function =91FSMakeFSSpec=92 macargv.c:30: error: =91FSSpec=92 has no member named =91vRefNum=92 macargv.c:30: error: =91FSSpec=92 has no member named =91parID=92 macargv.c:45: error: =91FSSpec=92 has no member named =91name=92 macargv.c:49: error: =91FSSpec=92 has no member named =91name=92 macargv.c:83: error: =91typeFSS=92 undeclared mk: 9c -DOSX_VERSION=3D100702 macargv.c : exit status=3Dexit(1) >>> mk: no recipe to make 'osx-cocoa.o' >>> cd /Users/mennis/src/plan9port/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.