Re: [Matplotlib-users] Build on VS2008 - warnings

2011-11-16 Thread Mads Ipsen

On 15/11/2011 14:45, Michael Droettboom wrote:
I'd love to see the compiler logs and try to fix what I can.  I don't 
have a Windows install to test, but maybe I can resolve the more 
obvious ones.


Mike

On 11/08/2011 05:49 AM, Mads Ipsen wrote:

Hi,

Thanks to the help from Christoph, I have been able to build 
matplotlib-1.1.0 on both Win XP-32 and 64.


I have noticed though, that quite a few warnings are produced when 
the source is compiled. Is this something that the core developers 
would like to fix, or is it a 'don't care' thing? If the info is 
useful, I'd be happy to post it somewhere.


Best regards,

Mads

--
+-+
| Mads Ipsen  |
+--+--+
| Gåsebæksvej 7, 4. tv |  |
| DK-2500 Valby| phone:  +45-29716388 |
| Denmark  | email:mads.ip...@gmail.com  |
+--+--+



--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1


___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users



--
Michael Droettboom
Science Software Branch
Space Telescope Science Institute
Baltimore, Maryland, USA


--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1


___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Attached, you'll find the build log from a gcc based build on Ubuntu 
11.04 (64):


Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 
4.4.5-15ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.4 --enable-shared --enable-multiarch 
--with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id 
--with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu 
--without-included-gettext --enable-threads=posix 
--with-gxx-include-dir=/usr/include/c++/4.4 
--libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc 
--disable-werror --with-arch-32=i686 --with-tune=generic 
--enable-checking=release --build=x86_64-linux-gnu 
--host=x86_64-linux-gnu --target=x86_64-linux-gnu

Thread model: posix
gcc version 4.4.5 (Ubuntu/Linaro 4.4.5-15ubuntu1)

Best regards,

Mads

--
+-+
| Mads Ipsen  |
+--+--+
| Gåsebæksvej 7, 4. tv |  |
| DK-2500 Valby| phone:  +45-29716388 |
| Denmark  | email:  mads.ip...@gmail.com |
+--+--+


running build_ext
building 'matplotlib.ft2font' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/src
creating build/temp.linux-x86_64-2.7/CXX
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -fPIC 
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 
-I/home/mpi/git/quantumsource/external-libs/build/lib/python2.7/site-packages/numpy/core/include
 -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. 
-I/home/mpi/git/quantumsource/external-libs/build/include/python2.7 -c 
src/ft2font.cpp -o build/temp.linux-x86_64-2.7/src/ft2font.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -fPIC 
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 
-I/home/mpi/git/quantumsource/external-libs/build/lib/python2.7/site-packages/numpy/core/include
 -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. 
-I/home/mpi/git/quantumsource/external-libs/build/include/python2.7 -c 
src/mplutils.cpp -o build/temp.linux-x86_64-2.7/src/mplutils.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -fPIC 
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 
-I/home/mpi/git/quantumsource/external-libs/build/lib/python2.7/site-packages/numpy/core/include
 -I/usr/include/freetype2 -I/usr/local/include -I/usr/include -I. 
-I/home/mpi/git/quantumsource/external-libs/build/include/python2.7 -c 
CXX/IndirectPythonInterface.cxx -o 
build/temp.linux-x86_64-2.7/CXX/IndirectPythonInterface.o
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -fPIC 
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 
-I/home/mpi/git/quantumsource/external-libs/build/lib/python2.7/site-packages/numpy/core/include
 -I/usr/include/freetype2 

Re: [Matplotlib-users] Build on VS2008 - warnings

2011-11-15 Thread Michael Droettboom
I'd love to see the compiler logs and try to fix what I can.  I don't 
have a Windows install to test, but maybe I can resolve the more obvious 
ones.


Mike

On 11/08/2011 05:49 AM, Mads Ipsen wrote:

Hi,

Thanks to the help from Christoph, I have been able to build 
matplotlib-1.1.0 on both Win XP-32 and 64.


I have noticed though, that quite a few warnings are produced when the 
source is compiled. Is this something that the core developers would 
like to fix, or is it a 'don't care' thing? If the info is useful, I'd 
be happy to post it somewhere.


Best regards,

Mads

--
+-+
| Mads Ipsen  |
+--+--+
| Gåsebæksvej 7, 4. tv |  |
| DK-2500 Valby| phone:  +45-29716388 |
| Denmark  | email:mads.ip...@gmail.com  |
+--+--+



--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1


___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users



--
Michael Droettboom
Science Software Branch
Space Telescope Science Institute
Baltimore, Maryland, USA

--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] Build on VS2008 - warnings

2011-11-08 Thread Mads Ipsen

Hi,

Thanks to the help from Christoph, I have been able to build 
matplotlib-1.1.0 on both Win XP-32 and 64.


I have noticed though, that quite a few warnings are produced when the 
source is compiled. Is this something that the core developers would 
like to fix, or is it a 'don't care' thing? If the info is useful, I'd 
be happy to post it somewhere.


Best regards,

Mads

--
+-+
| Mads Ipsen  |
+--+--+
| Gåsebæksvej 7, 4. tv |  |
| DK-2500 Valby| phone:  +45-29716388 |
| Denmark  | email:  mads.ip...@gmail.com |
+--+--+


--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users