<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Thomas and August,<br>
<br>
Pyext and readanysf~ compiled fine on osx with flext 0.5.1.<br>
<br>
Readanysf~ compilation needs a bit of tuning though, in the Makefiles:<br>
- FLEXT_NOGLOBALNEW should be replaced by FLEXT_USE_CMEM <br>
- and -lflext should be replaced by -lflext-pd<br>
<br>
by the way (this is not that important here), i can't compile pyext
with pynumarray:<br>
<b><small>/System/Library/Frameworks/Python.framework/Headers/numarray/nummacro.h:27:
error: parse<br>
   error before `;' token<br>
make[1]: *** [pd-darwin/release-multi/pybuffer.opp] Error 1<br>
make: *** [build-release-multi] Error 2<br>
<br>
it looks like it comes from this line<br>
<br>
</small></b><b><small><small>typedef struct
{                                                                                                                                                     
PyObject_HEAD                                                                                                                                                
PyObject *operator;          /* ufunc name */   </small></small></b><br>
<br>
<br>
It is possible to launch pd39.2 with readanysf or pyext separetely but
when i try to load both, i get;<br>
<b><small><small><tt>------------------------------------------------<br>
py/pyext 0.2.1pre - python script objects<br>
(C)2002-2005 Thomas Grill - <a class="moz-txt-link-freetext" href="http://grrrr.org/ext">http://grrrr.org/ext</a><br>
<br>
using Python 2.4.1 (#2, Mar 31 2005, 00:05:10) <br>
[GCC 3.3 20030304 (Apple Computer, Inc. build 1666)]<br>
------------------------------------------------<br>
<br>
link error 0  dyld: /Applications/pd39.app/Contents/Resources/bin/pd
multiple definitions of symbol _initialized<br>
/data/pdlibs/py.pd_darwin definition of _initialized<br>
/usr/local/lib/libflext-pd.dylib(flthr.opp) definition of _initialized<br>
<br>
readanysf~: can't load library</tt></small></small></b><br>
<br>
<br>
any idea?<br>
by advance thanks,<br>
vincent<br>
<br>
<br>
</body>
</html>