GNOME Bugzilla – Bug 120498
Compilation fails because of unresolved symbols in x509.c
Last modified: 2004-12-22 21:47:04 UTC
Creating library binaries\libxmlsec-openssl.lib and object binaries\libxmlsec-openssl.exp app.obj : error LNK2001: unresolved external symbol _xmlSecOpenSSLKeyDataX509AdoptCert app.obj : error LNK2001: unresolved external symbol _xmlSecOpenSSLKeyDataX509GetKlass crypto.obj : error LNK2001: unresolved external symbol _xmlSecOpenSSLKeyDataX509GetKlass app.obj : error LNK2001: unresolved external symbol _xmlSecOpenSSLKeyDataX509AdoptKeyCert crypto.obj : error LNK2001: unresolved external symbol _xmlSecOpenSSLKeyDataRawX509CertGetKlass binaries\libxmlsec-openssl.dll : fatal error LNK1120: 4 unresolved externals NMAKE : fatal error U1077: 'link.exe' : return code '0x460' Stop.
Created attachment 19453 [details] [review] windows makefiles magic
Fixed in the trunk: Checking in ChangeLog; /cvs/gnome/xmlsec/ChangeLog,v <-- ChangeLog new revision: 1.134; previous revision: 1.133 done Checking in win32/Makefile.msvc; /cvs/gnome/xmlsec/win32/Makefile.msvc,v <-- Makefile.msvc new revision: 1.19; previous revision: 1.18 done