Skip to Content.
Sympa Menu

mace-opensaml-users - RE: undefined reference to`saml::Iterator<saml::SAMLAction*>::clone()const'

Subject: OpenSAML user discussion

List archive

RE: undefined reference to`saml::Iterator<saml::SAMLAction*>::clone()const'


Chronological Thread 
  • From: hpt <>
  • To: Scott Cantor <>
  • Cc:
  • Subject: RE: undefined reference to`saml::Iterator<saml::SAMLAction*>::clone()const'
  • Date: Mon, 30 May 2005 16:29:31 +0800

On Sun, 2005-05-29 at 22:44 -0400, Scott Cantor wrote:
> > I had noticed that when I comment this line within saml/Iterator.cpp :
> >
> > 59 //#define SAML_INSTANTIATE
> >
> > it seems everything OK. That's right?
>
> No, not in the least. You MUST pull a recent cvs build, either from HEAD to
> get the new code or from Rel_1_0_1 to get that branch with the fix.
>
> -- Scott
>

I have downloaded the cvs code by :

cvs
-d:pserver::/home/cvs/shibboleth
login
cvs -z3
-d:pserver::/home/cvs/shibboleth
co
opensaml/c

That's right, isn't it? But when I try to compile it, the problems
remain:

../saml/.libs/libsaml.so: undefined reference to
`saml::Iterator<saml::SAMLAction*>::clone() const'
../saml/.libs/libsaml.so: undefined reference to
`saml::Iterator<saml::SAMLAttributeDesignator*>::clone() const'
../saml/.libs/libsaml.so: undefined reference to
`saml::Iterator<saml::SAMLArtifact*>::clone() const'
../saml/.libs/libsaml.so: undefined reference to
`saml::Iterator<saml::SAMLStatement*>::clone() const'
../saml/.libs/libsaml.so: undefined reference to
`saml::Iterator<saml::SAMLCondition*>::clone() const'
../saml/.libs/libsaml.so: undefined reference to
`saml::Iterator<saml::SAMLAttribute*>::clone() const'
../saml/.libs/libsaml.so: undefined reference to
`saml::Iterator<saml::SAMLAuthorityBinding*>::clone() const'
../saml/.libs/libsaml.so: undefined reference to
`saml::Iterator<saml::SAMLAssertion*>::clone() const'
collect2: ld returned 1 exit status
make[2]: *** [samltest] Error 1
make[2]: Leaving directory `/home/hpt/Work/saml/opensaml1.1_c
++/opensaml/c/test'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hpt/Work/saml/opensaml1.1_c
++/opensaml/c'
make: *** [all] Error 2





Archive powered by MHonArc 2.6.16.

Top of Page