Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Problem with make

I can’t manage to build/run my projects in Eclipse/Photran (latest releases). I am running Vista and have GNU Fortran installed. I have checked my PATH variable and it seems to be set correctly (cmd recognizes ‘gfortran’ and ‘make’). I have followed the gfortran Getting Started Guide carefully but when I try to build a project, I receive this error: Cannot run “make”; Launching failed. Naturally, then, when I try to run the project, I receive the error “Launch failed. Binary not found.” In cmd, however, I can navigate to /[projectname]/debug and run ‘make’ and it will correctly build the project from the autogenerated makefile. I have fiddled with the Project Settings, etc. and have also searched online but I haven’t been able to successfully build a project. I’m fairly new to Eclipse, so there might be something really obvious that I’m missing. Any ideas?


Back to the top