[Debichem-devel] Jmol : ftbfs?
Georges Khaznadar
georges.khaznadar at free.fr
Mon Jan 31 02:29:13 UTC 2011
Hello Michael,
I downloaded the version 12.0.28 of Jmol from sourceforge.net, then
cheched out the debian subdirectiry from our repository.
When I try to build Jmol, I get the following errors, which sound as a
circular dependency: JmolPanel.java needs to have a constructor for a Jmol
instance, while Jmol.java needs to have a constructor for JmolPanel
(though I do not understand precisely why "super(jmolApp, splash, frame,
parent, startupWidth, startupHeight, commandOptions, loc)" should
trigger such an error)
Here is the report:
-----------------------8<----------------------------
[javac] Compiling 500 source files to /home/georgesk/developpement/jmol/jmol-12.0.28/build/classes
[javac] /home/georgesk/developpement/jmol/jmol-12.0.28/src/org/openscience/jmol/app/jmolpanel/JmolPanel.java:341: cannot find symbol
[javac] symbol : constructor Jmol(org.openscience.jmol.app.JmolApp,org.openscience.jmol.app.jmolpanel.Splash,javax.swing.JFrame,<nulltype>,int,int,java.lang.String,<nulltype>)
[javac] location: class org.openscience.jmol.app.Jmol
[javac] Jmol window = new Jmol(jmolApp, splash, frame, null, jmolApp.startupWidth,
[javac] ^
[javac] /home/georgesk/developpement/jmol/jmol-12.0.28/src/org/openscience/jmol/app/Jmol.java:36: cannot find symbol
[javac] symbol : constructor JmolPanel(org.openscience.jmol.app.JmolApp,org.openscience.jmol.app.Splash,javax.swing.JFrame,org.openscience.jmol.app.Jmol,int,int,java.lang.String,java.awt.Point)
[javac] location: class org.openscience.jmol.app.jmolpanel.JmolPanel
[javac] super(jmolApp, splash, frame, parent, startupWidth, startupHeight, commandOptions, loc);
[javac] ^
-----------------------8<----------------------------
Best regards, Georges.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/debichem-devel/attachments/20110131/ae87a764/attachment.pgp>
More information about the Debichem-devel
mailing list