compile error related to "SimulationInformation.h"

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

Moderators: silvia, selimgunay, Moderators

Post Reply
go2shin
Posts: 6
Joined: Tue Jun 15, 2004 1:52 pm
Location: University of Washington

compile error related to "SimulationInformation.h"

Post by go2shin »

Hi, Frank

I just download openSees through CVS today (6/13/06, 6pm) and tried to compile using VS C++.

The error message is like this.
#----------------------------------
1) fatal error C1083: Cannot open include file: "SimulationInformation.h': No such file or directory; File = C:\OpenSees\SRC\recorder\TclRecorderCommands.cpp; Line = 85

2)fatal error LNK1181: cannot open input file 'recorder.lib'
#----------------------------------

I tried to go to the properties of "recorder" project. Then added "recorder" or "utility" folder in src folder for "additional include directories" under C/C++. It didn't work. I found the "SimulationInformation.h" file is located, though.

Could you check or tell me how I can solve this problem?
Thank you,

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

Post by fmk »

are you usin vc 6.0
go2shin
Posts: 6
Joined: Tue Jun 15, 2004 1:52 pm
Location: University of Washington

Post by go2shin »

Visual Studio C++.NET (version 1.7.3088) using 64-bit processrs

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

Post by fmk »

did you open the studio solution (.sln) or the 6.0 workspace (.dsw) .. you want the .sln .. i have vc++.net 2003 edition .. i just downloaded into a fresh directory and compiled the release version using the studio solution & everything was fine.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

i have updated the vc6.0 recorder.dsw workspace
go2shin
Posts: 6
Joined: Tue Jun 15, 2004 1:52 pm
Location: University of Washington

Post by go2shin »

I opened 6.0 workspace (.dsw) and had the problem I mentioned earlier.
Now, I opened the studio solution(.sln) and compiled. Then it suceeds to compile.

Thank you so much !!!!!!!


HyungSuk :D
Post Reply