Hi,

I am trying to compile CDK from source code from its SVN repository. I have
checked out svn on 23/03/07. I wish to add interface of CDK and Joelib and
Jmol. I have put latest jar files of both in svn/trunk/cdk/jar/libio folder.
I am using Java 1.5

When I am doing 'ant dist-all'. Its giving me java compilation error:
----------------------------------------------------------------
   [javac]
\home\svn\trunk\cdk\build\src\org\openscience\cdk\atomtype\HybridizationStateATMatcher.java:83:
cannot find symbol
   [javac] symbol  : method getConnectedAtomsList(
org.openscience.cdk.interfaces.IAtom)
   [javac] location: interface
org.openscience.cdk.interfaces.IAtomContainer
   [javac]         java.util.List neighboors =
atomContainer.getConnectedAtomsList(atom);
   [javac]                                                  ^
   [javac]
\home\svn\trunk\cdk\build\src\org\openscience\cdk\config\IsotopeFactory.java:329:
cannot find symbol
   [javac] symbol  : method getAtom(int)
   [javac] location: interface
org.openscience.cdk.interfaces.IAtomContainer
   [javac]                     configure(container.getAtom(f));
   [javac]                                            ^
   [javac] 2 errors

BUILD FAILED
\home\svn\trunk\cdk\build.xml:402: The following error occurred while
executing this line:
\home\svn\trunk\cdk\build.xml:299: Compile failed; see the compiler error
output for details.
--------------------------------------------------------------------

Thanks
Om Prakash
Research Student,
Bioinformatics Center
University of Pune
Pune-411007
India
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Cdk-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to