Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Photran 4* Problems

I just installed the latest photran for Linux x86_64
(photran-master-4.0.5-I200904290936.zip) and have turned on
indexing/refactoring, etc.

I have noticed two problems so far with a large code tree:

1.  I am getting many messages in an info box that say:

<quote>

An internal error occurred during: "Photran indexer".
org.eclipse.photran.core.vpg.util.Notification

</quote>

This is extremely bothersome!

2.  I get error messages in my "Outline" window for all source files
that have specification lines similar to this:

      integer ifdr,len_n,len_c,filtyp,fdrnam

The message says:

Syntax error: Unexpected len (line 61, column 20)

It always points to the first instance of a variable whose first three
characters are "len" (I believe "len" is the name of an intrinsic
procedure which may be driving the problem somehow).

If I rename the offending variable in the example above from "len_n"
to "n_len", then the message points to the starting column of "len_c".

Regards,

-Tom

Tom Browder
Niceville, Florida
USA


Back to the top