[Numpy-discussion] cannot build numpy from trunk

2009-05-05 Thread Nils Wagner
... In file included from numpy/core/src/multiarray/ctors.c:16, from numpy/core/src/multiarray/multiarraymodule_onefile.c:13: numpy/core/src/multiarray/ctors.h: At top level: numpy/core/src/multiarray/ctors.h:68: warning: conflicting types for ‘byte_swap_vector’

Re: [Numpy-discussion] cannot build numpy from trunk

2009-05-05 Thread Charles R Harris
On Tue, May 5, 2009 at 9:50 AM, Nils Wagner nwag...@iam.uni-stuttgart.dewrote: ... In file included from numpy/core/src/multiarray/ctors.c:16, from numpy/core/src/multiarray/multiarraymodule_onefile.c:13: numpy/core/src/multiarray/ctors.h: At top level:

Re: [Numpy-discussion] cannot build numpy from trunk

2009-05-05 Thread Nils Wagner
On Tue, 5 May 2009 10:04:11 -0600 Charles R Harris charlesr.har...@gmail.com wrote: On Tue, May 5, 2009 at 9:50 AM, Nils Wagner nwag...@iam.uni-stuttgart.dewrote: ... In file included from numpy/core/src/multiarray/ctors.c:16, from

Re: [Numpy-discussion] cannot build numpy from trunk

2009-05-05 Thread Charles R Harris
On Tue, May 5, 2009 at 10:12 AM, Nils Wagner nwag...@iam.uni-stuttgart.dewrote: On Tue, 5 May 2009 10:04:11 -0600 Charles R Harris charlesr.har...@gmail.com wrote: On Tue, May 5, 2009 at 9:50 AM, Nils Wagner nwag...@iam.uni-stuttgart.dewrote: ... In file included from

Re: [Numpy-discussion] cannot build numpy from trunk

2009-05-05 Thread Nils Wagner
On Tue, 5 May 2009 12:44:31 -0600 Charles R Harris charlesr.har...@gmail.com wrote: On Tue, May 5, 2009 at 10:12 AM, Nils Wagner nwag...@iam.uni-stuttgart.dewrote: On Tue, 5 May 2009 10:04:11 -0600 Charles R Harris charlesr.har...@gmail.com wrote: On Tue, May 5, 2009 at 9:50 AM, Nils

Re: [Numpy-discussion] cannot build numpy from trunk

2009-05-05 Thread David Cournapeau
On Wed, May 6, 2009 at 12:50 AM, Nils Wagner nwag...@iam.uni-stuttgart.de wrote: ... In file included from numpy/core/src/multiarray/ctors.c:16,                  from numpy/core/src/multiarray/multiarraymodule_onefile.c:13: numpy/core/src/multiarray/ctors.h: At top level:

[Numpy-discussion] cannot build numpy from trunk

2009-04-05 Thread Nils Wagner
Hi all, I cannot build numpy from trunk compile options: '-Inumpy/core/src -Inumpy/core/include -I/usr/include/python2.6 -c' gcc: _configtest.c _configtest.c:1: warning: conflicting types for built-in function ‘asin’ _configtest.c:2: warning: conflicting types for built-in function ‘cos’

Re: [Numpy-discussion] cannot build numpy from trunk

2009-04-05 Thread David Cournapeau
Nils Wagner wrote: Hi all, I cannot build numpy from trunk Yes, I broke something in the config stage, David ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] cannot build numpy from trunk

2009-04-05 Thread David Cournapeau
David Cournapeau wrote: Nils Wagner wrote: Hi all, I cannot build numpy from trunk Yes, I broke something in the config stage, And it should be fixed now, David ___ Numpy-discussion mailing list Numpy-discussion@scipy.org