On May 7, 2008, at 9:46 PM, hu ting wrote: > Yes, in GCC4.3,many of the standard C++ library include files have > been edited to only include the smallest possible number of > additional files. > According to > http://gcc.gnu.org/gcc-4.3/porting_to.html
That doesn't really explain the problem, because the code is explicitly including stdio.h and string.h ... it wasn't relying on these headers being included implicitly. > Another problems: Meep can't compile with new HDF5(1.8.0) This has been discussed before on this list, and will be fixed in the next release. The problem is that HDF5 changed its API in version 1.8. A workaround is to include -DH5_USE_16_API =1 in the CPPFLAGS when compiling Meep. Steven _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

