Dear Masa and cinters:
I am trying to makecint some classes which I have written.
It compiles perfectly well with all the classes with out errors.
when I start the custom interpretor and start using the classes,
I am getting the following error:
************************************************************************
BioBhasha> {
end with '}'> #include "BioGenBankSequence.h"
end with '}'> BioGenBankSequence x("../genbank.txt");
end with '}'> cout<<x.getSequence()<<endl;
end with '}'> }
Error: No symbol BioGenBankSequencex("../genbank.txt") in current scope
FILE:/tmp/fileCGSFb0_cint LINE:3
Possible candidates are...
filename line:size busy function type and name
!!!Dictionary position rewound... !!!Error recovered!!!
BioBhasha>
****************************************************************************
I am using cint5.15.06...on 2.96 g++.
My makecint file is :
****************************************************************************
/home/shiva/cint/makecint -mk MakeBio -o BioBhasha -H \
BioUtilities.h BioPoint.h BioAtom.h \
BioSequence.h BioPointImpl.h BioStatistics.hBioMultipleSequences.h \
BioAtomImpl.h BioHKL.h BioHelperClass.h BioMolecule.h BioPdbHeader.h\
BioPdbTitle.h BioPdbCompnd.h BioPdbSource.h BioPdbKeywds.h BioPdbExpdta.h\
BioPdbAuthor.h BioGenBankLocus.h BioGenBankDefinition.h \
BioGenBankVersion.h BioGenBankAccession.h BioGenBankSegment.h\
BioGenBankKeywords.h BioGenBankSource.h BioGenBankReference.h \
BioGenBankFeatures.h BioGenBankBaseCount.h BioGenBankOrigin.h \
BioGenBankSequence.h \
-C++ \
BioUtilities.C BioPoint.C BioAtom.C \
BioSequence.C BioPointImpl.C BioStatistics.C BioMultipleSequences.C \
BioAtomImpl.C BioHKL.C BioHelperClass.C BioMolecule.C BioPdbHeader.C\
BioPdbTitle.C BioPdbCompnd.C BioPdbSource.C BioPdbKeywds.C BioPdbExpdta.C\
BioPdbAuthor.C BioGenBankLocus.C BioGenBankDefinition.C \
BioGenBankVersion.C BioGenBankAccession.C BioGenBankSegment.C\
BioGenBankKeywords.C BioGenBankSource.C BioGenBankReference.C \
BioGenBankFeatures.C BioGenBankBaseCount.C BioGenBankOrigin.C \
BioGenBankSequence.C
make -f MakeBio
***********************************************************************************
Compiling with g++2.96 and creating a library with these files didnt create
any problem.....
How to make this work ????
Where am I doing mistake...???
What should I do...??
Thank you for the time and help.
Prasad.
Be Happy,
Enjoy Life.
with love
shiva.
********************************************************************
* If the Problem is Clear, the Solution is Near. ...shiva... *
********************************************************************
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:58 MET