Can not compile Opensees

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

Moderators: silvia, selimgunay, Moderators

Post Reply
lolitapr
Posts: 28
Joined: Fri Mar 20, 2009 9:50 am
Location: BUFFALO

Can not compile Opensees

Post by lolitapr »

Hi! This is the error I am getting:

1>------ Build started: Project: actor, Configuration: Debug Win32 ------
1>Compiling...
1>TCP_SocketSSL.cpp
1>c:\program files (x86)\opensees2.1.0\opensees\src\actor\channel\tcp_socketssl.h(42) : fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 8.00.50727
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>BSCMAKE: error BK1506 : cannot open file '..\..\obj\actor\debug\TCP_SocketSSL.sbr': No such file or directory
1>Build log was saved at "file://c:\Program Files (x86)\OpenSees2.1.0\OpenSees\Win32\obj\actor\debug\BuildLog.htm"
1>actor - 2 error(s), 0 warning(s)
2>------ Build started: Project: OpenSees, Configuration: Debug Win32 ------
2>Linking...
2>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/FORCE' specification
2>LINK : fatal error LNK1181: cannot open input file 'actor.lib'
2>Build log was saved at "file://c:\Program Files (x86)\OpenSees2.1.0\OpenSees\Win32\obj\openSees\debug\BuildLog.htm"
2>OpenSees - 1 error(s), 1 warning(s)
========== Build: 0 succeeded, 2 failed, 21 up-to-date, 0 skipped ==========

Hope someone can help!!!!

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

Post by fmk »

this file is not in OpenSees and not in the current actor project.

can you use cvs to download the latest files in the repository and build from that.

be warned that the windows side will be working and not working at various times over the next week as i keep adding stuff in preparation for the next release .. i will strive to have it working at the end of each day.
Post Reply