Make and gfortran compiling
Created by: leobwind
Hey guys, I'm having a minor issue on compiling with MAKE and GFORTRAN (thank you for provinding the makefiles, cool stuff for whoever doesn't have intel fortran!). There seems to be a problem with src\dtu_we_controller\write_version.f90:
- The File Is not included in the SRC listing of the dtu_we_controller\Makefile (and thus it gives an error for the missing module)
- Once included, the write_version.f90 has the “include 'git_version.inc' “ instruction, but the git hub distribution does not include the git_version.inc file, nor the .exe to generate it. By commenting out this line the .dll seems to compile OK (haven't try to run it though) Thank you, greetings from Jutland! Leo