Search found 4 matches

by hagbard85
Tue Apr 15, 2008 8:43 pm
Forum: Framework
Topic: Errors in building OpenSees (windows)
Replies: 4
Views: 11167

Solution

Finally it worked. I downloaded the libifcoremt library from http://opensees.berkeley.edu/cgi-bin/cvsweb2.cgi/OpenSees/Win32/lib/LIBIFCOREMT.lib. Then, I saved a copy of that file in my tcl\lib installation, with the following name: libifcore.lib. That was all. Hope this helps to anyone with the sam...
by hagbard85
Mon Apr 14, 2008 11:04 am
Forum: Framework
Topic: OpenSees 1.7.5 compilation
Replies: 3
Views: 7251

Same type of problem

Hi! I am having the same type of problem. I posted my question (http://opensees.berkeley.edu/community/viewtopic.php?t=5462), but after a careful reading of the forum , I found this topic. I read the solution provided by Frank, but I didn't understand it at all. I am afraid I need one more detailed ...
by hagbard85
Mon Apr 14, 2008 10:36 am
Forum: Framework
Topic: Errors in building OpenSees (windows)
Replies: 4
Views: 11167

Update

I have added the VC2005errno.cpp file to the OpenSees project. It has eliminated some of the errors. The error messages from the compiler are now: 23>Linking... 23>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/FORCE' specification 23>libifcore.lib(for_init.obj) : error LNK2019: unresolved...
by hagbard85
Mon Apr 14, 2008 10:04 am
Forum: Framework
Topic: Errors in building OpenSees (windows)
Replies: 4
Views: 11167

Errors in building OpenSees (windows)

Hi everybody, This is my first attempt to compile OpenSees source code. Unfortunately, I am having some errors in the process. These are the compiler error messages: 23>libm.lib(libm_error.obj) : error LNK2019: unresolved external symbol _errno referenced in function ___libm_error_support 23>libifco...