From: Francesc A. <fa...@ca...> - 2005-02-14 19:41:17
|
A Dilluns 14 Febrer 2005 19:50, damon fasching va escriure: > Hi Francis, > > I've tried the latest snapshot. When I try to build, > I get the following error: > > gcc: src/hdf5Extension.c: No such file or directory > gcc: no input files > error: command 'gcc' failed with exit status 1 Uh, that's normal. You need to have Pyrex (http://nz.cosc.canterbury.ac.nz/~greg/python/Pyrex/) installed before compiling. In fact, this is an error on our part because the snapshots should be generated with a src/hdf5Extension.c included. We will mark this as a bug and try to address it later on. Sorry for the inconvenience. > If I have hit a known bug, is there a way around it? > All I need to do is index a column and have that index > available the next time I open the file...or is that > the bug? The bug consists in that indexes of tables residing in a depth level larger than 1 in the object tree are badly referenced, so they become unreachable. If you try to do the same, but with your tables hanging directly from root instead than a group, then you will hopefully get the correct behavior. Cheers, =2D-=20 >qo< Francesc Altet =A0 =A0 http://www.carabos.com/ V =A0V C=E1rabos Coop. V. =A0=A0Enjoy Data "" |