Search found 7 matches
- Wed May 14, 2014 9:59 pm
- Forum: Framework
- Topic: Example1 of Tag 5757
- Replies: 1
- Views: 3346
Re: Example1 of Tag 5757
Dear Francis Mckenna: The reason of forward listed error is lack of tcl library path information in Makefile. I modified makeifle in /EXAMPLES/Example1 as followed: $(FE_LIBRARY) $(MACHINE_LINKLIBS) $(TCL_LIBRARY) \ instead of primitive format: $(FE_LIBRARY) $(MACHINE_LINKLIBS) \ After this modifica...
- Mon May 12, 2014 8:13 pm
- Forum: Framework
- Topic: Example1 of Tag 5757
- Replies: 1
- Views: 3346
Example1 of Tag 5757
Dear fmk and OpenSees Developers: Would you please teach me how to compile Example1 in EXAMPLES of Tag 5757. Thank you very much! My working platform is Debian system and I build succeeded OpenSees when I execute 'make all' in the root path of OpenSees while got errors when compiling Example1. The e...
- Thu May 01, 2014 3:52 pm
- Forum: Framework
- Topic: Building v.2.4.4
- Replies: 12
- Views: 17642
Re: Building v.2.4.4
yangdawei wrote: > OS: Windows 8 > tcl: 8.5.10.1.296777 > Microsoft Visual C ++ 2010 Ultimate > > Is there someone please help me to solve linker problem? As I tried to > compile project such as quickMain, openSeesTk, openSees, the typical linker > errors showed: > > Error 4 error LNK2019: unresolve...
- Tue Apr 29, 2014 8:10 am
- Forum: Framework
- Topic: Building v.2.4.4
- Replies: 12
- Views: 17642
Building v.2.4.4
OS: Windows 8 tcl: 8.5.10.1.296777 Microsoft Visual C ++ 2010 Ultimate Is there someone please help me to solve linker problem? As I tried to compile project such as quickMain, openSeesTk, openSees, the typical linker errors showed: Error 4 error LNK2019: unresolved external symbol _errno referenced...
- Sun Apr 27, 2014 10:48 pm
- Forum: Framework
- Topic: Problem Building V. 2.4.1
- Replies: 11
- Views: 13988
Re: Problem Building V. 2.4.1
yangdawei wrote: > I got link problems as building project 'quickMain', 'openSeesTk' etc. > Errors report as follow: > > Error 4 error LNK2019: unresolved external symbol _errno referenced in > function _for__open_proc > ....\OpenSees\Win32\proj\quickMain\libifcore.lib(for_nt_open_proc.obj) quickMai...
- Sun Apr 27, 2014 9:46 pm
- Forum: Framework
- Topic: Problem Building V. 2.4.1
- Replies: 11
- Views: 13988
Re: Problem Building V. 2.4.1
alikmo wrote: > Hi, > I have a problem with building OpenSees Source code V 2.4.1. > I used TortoiseSVN with this URL of repository to check out: > svn://opensees.berkeley.edu/usr/local/svn/OpenSees > > OS: Windows 7 > tcl: 8.5.10.1.295062 > Microsoft Visual C ++ 2010 Express > > Error messages: > 1...
- Sun Apr 27, 2014 9:27 pm
- Forum: Framework
- Topic: Problem Building V. 2.4.1
- Replies: 11
- Views: 13988
Re: Problem Building V. 2.4.1
I got link problems as building project 'quickMain', 'openSeesTk' etc. Errors report as follow: Error 4 error LNK2019: unresolved external symbol _errno referenced in function _for__open_proc ....\OpenSees\Win32\proj\quickMain\libifcore.lib(for_nt_open_proc.obj) quickMain And I know there must be so...