Re: [Matplotlib-users] ft2font error while building with python3 support

2011-11-24 Thread Ignas Anikevicius
Hi all, On 24/11/11 23:02, Friedrich Romstedt wrote: > How does the ebuild work? Does it invoke setup.py? If yes, maybe > matplotlib installs the CXX dir s.t. it does not work for py3k? Sorry for making the noise, I found the problem, actually it was my ebuild which removed the CXX folder after t

Re: [Matplotlib-users] ft2font error while building with python3 support

2011-11-24 Thread Friedrich Romstedt
2011/11/24 Ignas Anikevicius : > I have probably found out the cause in the difference. The relevant > part of the log for the Python 2.7 build: > --- > running build_ext > building 'matplotlib.ft2font' extension > creating build-2.7/temp.linux-x86_64-2.7 > creating build-2.

Re: [Matplotlib-users] ft2font error while building with python3 support

2011-11-24 Thread Ignas Anikevicius
Hi, Thanks for your reply. On 24/11/11 18:54, Friedrich Romstedt wrote: >... > building on a Mac. Did you modify CFLAGS or CC? > There was in the ebuild some additional flags like fno-strict-aliasing, but nothing change by removing the aditional flags. The strange thing is that it still builds fo

Re: [Matplotlib-users] ft2font error while building with python3 support

2011-11-24 Thread Friedrich Romstedt
2011/11/24 Ignas Anikevicius : > Dear list, > > I have been trying to build matplotlib with python2 *and* python3 > support. I am using Gentoo and a custom ebuild which can be found on > gnlay overlay[1]. However, I had a build error while trying to compile > 'src/ft2font.cpp' (see the log attached

[Matplotlib-users] ft2font error while building with python3 support

2011-11-24 Thread Ignas Anikevicius
Dear list, I have been trying to build matplotlib with python2 *and* python3 support. I am using Gentoo and a custom ebuild which can be found on gnlay overlay[1]. However, I had a build error while trying to compile 'src/ft2font.cpp' (see the log attached[2]). I was wondering weather there are an