On 4/9/07, Francesc Altet <[EMAIL PROTECTED]> wrote: > Hi Dieter, > > A Dilluns 09 Abril 2007 07:43, Dieter escrigué: > > On 4/8/07, Michael Hoffman <[EMAIL PROTECTED]> wrote: > > > Dieter wrote: > > > > Pyrex doesn't allow qualifiers in front of prototypes. All of the > > > > functions in hdf's high level interface have a macro definition > > > > (H5_HLDLL) that expands to __declspec() for that crappy Windows > > > > operating system's export/import mechanism. > > > > > > > > I tried removing the all the macros as well the conditional #define, > > > > and get errors for each function similar to: > > > > > > > > /usr/local/include/H5PTpublic.h:30: error: expected '=', ',', ';', > > > > 'asm' or '__attribute__' before 'H5PTcreate_fl' > > > > > > I think this is somewhat off-topic for this list (would be much better > > > off in a Pyrex discussion list), but the solution is to use something > > > like: > > > > I did consider that, but in the specific sense of it being hdf5 > > related, I know where the experts are ;-) > > Well, thanks for thinking that the poor PyTables developers are Pyrex experts, > but the truth is that we are mere users (somewhat 'advanced' in some aspects, > if you want ;). Hence, the best source for Pyrex advice is the Pyrex list. > At any rate, if you have other questions more related with HDF5/PyTables > interaction, do not hesitate to ask here. > > Good luck!
Hey Francesc thanks I will. I'm just now looking into working off of the bazaar.I'm now coming back to developing in python and would like to contribute as I'm able. Some time back, I mentioned the packet table interface. Do you still feel it's something to be included in pytables or should I just consider my own needs? -Dieter > > -- > >0,0< Francesc Altet http://www.carabos.com/ > V V Cárabos Coop. V. Enjoy Data > "-" > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Pytables-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pytables-users > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
