Tod Haren
Tod Haren
Peter, It sounds like the pyfvs package is not being built completely or is not installing as expected. For starters try reconfiguring CMake with `-DWITH_PYEXT=ON` instead of `-DWITHPYMOD=ON`. This was...
Peter, Sorry for the delayed responses. I wanted to test it on my end before sent you off course. Obviously documentation on the build process and usage is lagging behind...
Yes it builds on Ubuntu 14.04 64 bit for sure. It should not be looking for the windows header files. There is probably a glitch in the compiler flags that...
I've added a -DANSI flag to the GCC definitions in the CMake configuration. fm_fofem.c, and perhaps others, require a dummy "WINAPI" def when compiling on *nix. It may be that...
Peter, I recently helped another user get going with OSX, so I know it will compile. The dev branch is still the place to start. So you're on the right...
That seems like the correct way to go. In the build/pnc subfolder there should be a file called cmakevars-pnc.txt. This contains a dump of all the CMake variables after the...
Here are a few notes from helping another OSX user. 1) Start with a fresh CMake configuration by deleting the build folder, e.g. 'rm -rf bin/build'. Or at least the...