errors of external symbol for first build OpenSees2.3

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
jiangjian0131
Posts: 7
Joined: Mon Sep 21, 2009 1:54 am
Location: EDINBURGH, UK

errors of external symbol for first build OpenSees2.3

Post by jiangjian0131 » Wed Jul 20, 2011 1:15 am

Hi,

I install the tcl/tk "ActiveTcl8.5.10.0.294993-win32-ix86-threaded.exe" to C:/Program Files/Tcl. Then download OpenSees2.3 and open opensees.sln in Win32. I build but have following errors

libm.lib(libm_error.obj) : error LNK2019: unresolved external symbol _errno referenced in function ___libm_error_support
2>libifcore.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol _errno
2>libifcore.lib(for_portlib.obj) : error LNK2001: unresolved external symbol _errno
2>libifcore.lib(for_init.obj) : error LNK2019: unresolved external symbol __pxcptinfoptrs referenced in function _GETEXCEPTIONPTRSQQ
2>.\..\..\bin/OpenSees.exe : fatal error LNK1120: 2 unresolved externals

this is my first build and I did not do any change. I wonder what is the "external symbol" means? how can overcome these errors?
JIAN JIANG

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: errors of external symbol for first build OpenSees2.3

Post by fmk » Fri Jul 22, 2011 8:54 am

you need to use the OpenSees2005.sln

jiangjian0131
Posts: 7
Joined: Mon Sep 21, 2009 1:54 am
Location: EDINBURGH, UK

Re: errors of external symbol for first build OpenSees2.3

Post by jiangjian0131 » Mon Jul 25, 2011 3:06 am

thank you fmk. I had solved the problems and also I trace the previous topic and find the same problems. Sometimes the errors are related to quickMain and forget them, just use the .exe to conduct the .tcl file.
JIAN JIANG

Post Reply