[Pyobjc-dev] just getting started (was: Further evidence of the need to start over)
Brought to you by:
ronaldoussoren
|
From: Bob S. <bob...@ma...> - 2001-05-12 05:22:03
|
on 5/11/01 2:50 PM, Bill Bumgarner wrote:
> On a related note, I have a couple of frameworks that bind the python
> interpreter into a Cocoa/Objc/WebObjects app such that you have a Python
> Interpreter ObjC object that you can toss arbitrary bits o' python code
> at.... including "import pyobjc".
Wow! that sounds great!
On to other matters. Not that I'll be a big help to you guys in this
project, but I wanted to get started, so I downloaded the current
distribution (2.1) and tried to install it. Unfortunately I obviously am not
doing it correctly, so I am hoping someone can suggest where my problem is.
Here is the tail of the make output:
/usr/include/objc/Object.h:160: illegal method definition, found `@end'
/usr/include/objc/Object.h:163: illegal method definition, missing `{' after
`)'
/usr/include/objc/Object.h:164: undefined type, found `Object'
/usr/include/objc/Object.h:165: undefined type, found `Object'
/usr/include/objc/Object.h:166: undefined type, found `Object'
/usr/include/objc/Object.h:167: undefined type, found `Object'
Python/dynload_next.c:30: header file 'mach-o/rld.h' not found
Python/dynload_next.c:51: undefined type, found `NXStream'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic
mode
make: *** [Python/dynload_next.o] Error 1
I looked in the configure.log file, and see a lot of "failed program"
entries, but I don't know what is important and what isn't :(
Can anyone suggest what foolish thing I am doing (or not doing?)
thanks,
Bob
|