From: Dmitry M. <am...@am...> - 2007-02-09 21:22:56
|
* Diez B. Roggisch (die...@ar...) wrote: > On Wednesday 31 January 2007 12:23, Dmitry Marakasov wrote: > > I'm maintaining FreeBSD port of py-ode. There are no problems when > > building it with gcc 3.4, but when I try to use gcc 4.1 (which will be > > introduced in new FreeBSD versions) instead, I get the following errors: > > > > Any clues on how this can be fixed? > > Just a guess: You might be better off asking that on the pyrex mailing lists, > as PyODE uses pyrex to generate the C-code. Thanks for the hint! I found out that pyrex 0.9.4.1 (as opposed to 0.9.3) does generate correct C code, so I suggest py-ode developers to regenerate *.c in the distribution with newer pyrex and release a new tarball. As a temporary fix, one can just delete *.c files after unpacking py-ode, so they'll be regenerated when running setup.py. Pyrex >= 0.9.4.1 needs to be installed for that, of course. Thanks again for help. -- Best regards, Dmitry Marakasov mailto:am...@am... |