After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 120498 - Compilation fails because of unresolved symbols in x509.c
Compilation fails because of unresolved symbols in x509.c
Status: RESOLVED FIXED
Product: xmlsec
Classification: Other
Component: xmlsec-core
1.1.1
Other Windows
: Normal normal
: ---
Assigned To: Aleksey Sanin
Aleksey Sanin
Depends on:
Blocks:
 
 
Reported: 2003-08-22 18:06 UTC by Aleksey Sanin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
windows makefiles magic (1.56 KB, patch)
2003-08-22 18:08 UTC, Aleksey Sanin
none Details | Review

Description Aleksey Sanin 2003-08-22 18:06:49 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.
Comment 1 Aleksey Sanin 2003-08-22 18:08:49 UTC
Created attachment 19453 [details] [review]
windows makefiles magic
Comment 2 Aleksey Sanin 2003-08-22 18:09:09 UTC
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