libpsf
libpsf copied to clipboard
PSF simulation data c++ library
Needed to add this to make it compile on Scintific Linux 6.5, otherwise the AX_BOOST_MACRO in configure.ac was not recogniced. Also a source file was missing in Makefile.am.
A error appears when running ./autogen The solution is found in http://stackoverflow.com/questions/6113006/cant-find-boost-c-using-configure-ac It is to add ACLOCAL_AMFLAGS = -I m4 in Makefile.am file
designParamVals.info seems to be in text format. Trying to load it into a PSFDataSet and running get_header_properties segfaults.
Using a unicode string throws the following error, converting the path to a string works. Not sure if unicode file names are required ``` ArgumentError: Python argument types in PSFDataSet.__init__(PSFDataSet,...
Running autoconf on the latest released Ubuntu gives errors indicating possibly undefined macros and the resulting and running configure give error message "configure: error: cannot find install-sh, install.sh, or shtool...
psf.cc,remote redundant close in destructor,because it would be called in ~PSFFile.psfile.cc, use new validate method, and add m_buffer's NULL judgement to Make the close method reentrant(cause crash).psfinternal.h, add ~PropertyBlock method,...