Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Pb with modules in Photran 6.0.7

Hi Michel,

> Here is the end of my .log from .metadata (I could provide the full

I'm not sure that I completely understood your message.  If you have a
module named XyZ, and it's defined in a Fortran source file named
XyZ.f90 or XyZ.f, then the makefile generator should find it, even if
it's buried one or two folders deep. In theory, this error means that
you have "use XyZ" somewhere in your code, but you don't have a file
named XyZ.f90 (or something similar). So, you're saying you *do* have
an XyZ.f90/XyZ.f and it's not finding it anymore?

Can you pleasecheck the properties for the file itself and the
folder(s) it is in and make sure none of them are listed as "derived
resources?"

(On another note, this should not be presenting as an "internal
error," because it's not, but never mind that for now...)

Jeff


Back to the top