Topic: Gtk-fortran
Hello Jeff,
When trying to run the Gtk-fortran example I got this from the build step:
Generating Makefile... Okay
==============================================================================
Compiling .\bazaar.f90
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.\bazaar.f90:45:6:
use gtk, only: gtk_about_dialog_new, gtk_about_dialog_set_authors, &
1
Fatal Error: Cannot read module file 'gtk.mod' opened at (1), because it was created by a different version of GNU Fortran
compilation terminated.
Error: Last command making (build\bazaar.o) returned a bad status
Error: Make execution terminated
* Failed *
It seems that the module was compiled by a different version of gfortran. If I am right, would it be possible to recompile the package and substitute the one which is presently in Package Manager?
Thanks,
Marcelos Groetaers