From: Diez B. R. <die...@ar...> - 2007-01-31 12:47:01
|
On Wednesday 31 January 2007 12:23, Dmitry Marakasov wrote: > Hi! > > 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. Diez |