On 09/09/2008, at 8:47 AM, john skaller wrote:
>
> On 08/09/2008, at 11:42 PM, Jacques Carette wrote:
>
>> Neat.
>>
>> The one obvious question is: how many of those 'Py' are actually
>> needed, and how many are your choice of naming?
[]
> My convention wrapping foreign libraries at the low lev
On 08/09/2008, at 11:42 PM, Jacques Carette wrote:
> Neat.
>
> The one obvious question is: how many of those 'Py' are actually
> needed, and how many are your choice of naming? In other words,
> could you rewrite that piece of Felix code for us, keeping the
> occurrences of 'py' [in any c
Neat.
The one obvious question is: how many of those 'Py' are actually needed,
and how many are your choice of naming? In other words, could you
rewrite that piece of Felix code for us, keeping the occurrences of 'py'
[in any casing, appearing anywhere in the program] to an absolute minimum?
Here is how it goes now:
First, I put this file in directory config:
Macintosh:fbld johnskaller$ cat config/python.fpc
Name: Python
cflags: -I/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/
Python.framework/Versions/2.5/include/python2.5/
includes: "Python.h"
requires_dlibs: -L/Develop