Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran-dev] Trying to build old versions

I'm trying to build an old version of photran that supports Eclipse 3.4 and CDT 5.0, but am getting the following compile error:

[javac] Compiling 437 source files to /builddir/build/BUILD/photran-200906081847/build/plugins/org.eclipse.photran.core.vpg/temp.folder/@dot.bin
    [javac] ----------
[javac] 1. ERROR in /builddir/build/BUILD/photran-200906081847/build/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/core/vpg/Activator.java (at line 50)
    [javac]     PhotranVPG.getDatabase().db.close();
    [javac]                              ^^
    [javac] db cannot be resolved or is not a field
    [javac] ----------
    [javac] ----------
[javac] 2. ERROR in /builddir/build/BUILD/photran-200906081847/build/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/core/vpg/PhotranTokenRef.java (at line 18)
    [javac]     import bz.over.vpg.TokenRef;
    [javac]            ^^
    [javac] The import bz cannot be resolved
    [javac] ----------

Is there an easy fix for this?  Something wrong with the cvs checkout?

--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  orion@xxxxxxxxxxxxx
Boulder, CO 80301              http://www.cora.nwra.com


Back to the top