Re: [SciPy-user] [Matplotlib-users] ttconv/truetype.h compile error using gcc-4.3
This may or may not be relevant, but I made up python/numpy/scipy compiled with gcc 4.3 on OS X 10.5 a month or so ago. Python and numpy seemed to work fine, but although scipy compiled ok, scipy failed its test suite. It built the c++ ext_module_with_include.so (though with a lot of compiler warnings), but gave a segmentation fault when it was called. I therefore assumed matplotlib would not work correctly since it has a lot of C++ extensions and went back to the standard gcc 4.0.1.... George Nurser. 2008/5/1 Xavier Gnata <xavier.gnata@gmail.com>:
Hi,
Using gcc-4.3 I get this error :
tconv/truetype.h:50: error: ISO C++ forbids declaration of 'FILE' with no type
#include <stdio.h> is missing.
Xavier
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao... _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
participants (1)
-
George Nurser