compiling OS 1.7.5. on VC 6.0

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

Moderators: silvia, selimgunay, Moderators

Post Reply
seocy
Posts: 39
Joined: Wed Feb 22, 2006 6:26 pm
Location: Lehigh

compiling OS 1.7.5. on VC 6.0

Post by seocy »

I tried to build OS 1.7.5 on VC++ 6.0 following the instruction but I could not find opensees.dsw under Win32 directory. It has only .sln file. How can I build the 1.7.5 version using VC++6.0? I used to build 1.7.3 by opening opensees.dsw before.
Rodgers
Posts: 31
Joined: Wed Sep 15, 2004 4:44 pm
Location: University of California, Davis

Post by Rodgers »

I believe people have all upgraded to Visual Studio .NET or whatever the version is and 6.0 is not actively supported anymore.
Last edited by Rodgers on Tue Jan 15, 2008 12:23 pm, edited 1 time in total.
It is not what you can do, it is what you can dream!
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

sorry but we no longet support vc6.0. Microsoft no longer sells it and it has been out of date for at least 5 years now. And, more importantly, i no longer have access to a machine with it on it! You can download a current version of the microsoft compiler (Express version) for free from their website.
seocy
Posts: 39
Joined: Wed Feb 22, 2006 6:26 pm
Location: Lehigh

Post by seocy »

thank you guys
seocy
Posts: 39
Joined: Wed Feb 22, 2006 6:26 pm
Location: Lehigh

Post by seocy »

I tried to compile OS1.7.5 with VC++ 2008 express edition but for some reasons, I had compiling errors with this message. I rebooted windows but still have same problems. The error message is like
1>------ Build started: Project: tcl, Configuration: Debug Win32 ------
1>Compiling...
1>TclVidePlayer.cpp
2>------ Build started: Project: renderer, Configuration: Debug Win32 ------
3>------ Build started: Project: recorder, Configuration: Debug Win32 ------
2>Compiling...
3>Compiling...
2>WindowDevice.cpp
3>AlgorithmIncrements.cpp
2>d:\opensees\opensees1.7.5\src\renderer\windowdevice.h(40) : fatal error C1083: Cannot open include file: 'gl\glaux.h': No such file or directory
1>d:\opensees\opensees1.7.5\src\renderer\opengldevice.h(56) : fatal error C1083: Cannot open include file: 'gl\glaux.h': No such file or directory
3>d:\opensees\opensees1.7.5\src\renderer\opengldevice.h(56) : fatal error C1083: Cannot open include file: 'gl\glaux.h': No such file or directory
2>OpenGlRenderer.cpp
1>TclFeViewer.cpp
3>FilePlotter.cpp
2>d:\opensees\opensees1.7.5\src\renderer\opengldevice.h(56) : fatal error C1083: Cannot open include file: 'gl\glaux.h': No such file or directory
3>d:\opensees\opensees1.7.5\src\renderer\opengldevice.h(56) : fatal error C1083: Cannot open include file: 'gl\glaux.h': No such file or directory
1>d:\opensees\opensees1.7.5\src\renderer\opengldevice.h(56) : fatal error C1083: Cannot open include file: 'gl\glaux.h': No such file or directory
2>OpenGlDevice.cpp
3>Generating Code...
1>Generating Code...
2>d:\opensees\opensees1.7.5\src\renderer\opengldevice.h(56) : fatal error C1083: Cannot open include file: 'gl\glaux.h': No such file or directory
1>Creating browse information file...
3>Creating browse information file...
2>Generating Code...
2>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 9.00.21022
3>Microsoft Browse Information Maintenance Utility Version 9.00.21022
3>Copyright (C) Microsoft Corporation. All rights reserved.
1>Copyright (C) Microsoft Corporation. All rights reserved.
2>Microsoft Browse Information Maintenance Utility Version 9.00.21022
2>Copyright (C) Microsoft Corporation. All rights reserved.
3>BSCMAKE: error BK1506 : cannot open file '..\..\obj\recorder\debug\FilePlotter.sbr': No such file or directory
1>BSCMAKE: error BK1506 : cannot open file '..\..\obj\tcl\debug\TclFeViewer.sbr': No such file or directory
1>Build log was saved at "file://d:\opensees\opensees1.7.5\Win32\obj\tcl\debug\BuildLog.htm"
3>Build log was saved at "file://d:\opensees\opensees1.7.5\Win32\obj\recorder\debug\BuildLog.htm"
2>BSCMAKE: error BK1506 : cannot open file '..\..\obj\render\debug\OpenGlDevice.sbr': No such file or directory
3>recorder - 3 error(s), 0 warning(s)
2>Build log was saved at "file://d:\opensees\opensees1.7.5\Win32\obj\render\debug\BuildLog.htm"
2>renderer - 4 error(s), 0 warning(s)
1>tcl - 3 error(s), 0 warning(s)
4>------ Build started: Project: quickMain, Configuration: Debug Win32 ------
5>------ Build started: Project: openSees, Configuration: Debug Win32 ------
6>------ Build started: Project: openSeesTk, Configuration: Debug Win32 ------
4>Linking...
5>Linking...
6>Linking...
5>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/FORCE' specification
4>LINK : fatal error LNK1104: cannot open file 'recorder.lib'
6>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/FORCE' specification
6>LINK : fatal error LNK1181: cannot open input file 'tcl.lib'
5>LINK : fatal error LNK1181: cannot open input file 'GlAux.lib'
4>Build log was saved at "file://d:\opensees\opensees1.7.5\Win32\obj\quickMain\debug\BuildLog.htm"
6>Build log was saved at "file://d:\opensees\opensees1.7.5\Win32\obj\openSeesTk\debug\BuildLog.htm"
4>quickMain - 1 error(s), 0 warning(s)
6>openSeesTk - 1 error(s), 1 warning(s)
5>Build log was saved at "file://d:\opensees\opensees1.7.5\Win32\obj\openSees\debug\BuildLog.htm"
5>openSees - 1 error(s), 1 warning(s)
========== Build: 0 succeeded, 6 failed, 19 up-to-date, 0 skipped ==========
your comments will be much helpful to me. Thanks in advance...
rjaeger
Posts: 102
Joined: Thu Aug 31, 2006 9:57 pm
Location: UC Davis

Post by rjaeger »

Hello,

You will need the platform SDK from Microsoft. It is available from here: www. microsoft.com /downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en

-Robbie
seocy
Posts: 39
Joined: Wed Feb 22, 2006 6:26 pm
Location: Lehigh

Post by seocy »

thanks alot, rjaeger.

Following your suggestion, I can get rid of the error message but have different errors. I hate to bother you guys though, I have no idea to fix it. It can not locate some .h and .sbr files. Would you suggest any idea to fix it?? Thanks again...


------ Build started: Project: tcl, Configuration: Debug Win32 ------
Compiling...
TclVidePlayer.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\renderer\opengldevice.h(54) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
TclFeViewer.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\renderer\opengldevice.h(54) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Generating Code...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '..\..\obj\tcl\debug\TclFeViewer.sbr': No such file or directory
Build log was saved at "file://d:\OpenSees v-1.70\OpenSEES\OpenSees1.7.5\Win32\obj\tcl\debug\BuildLog.htm"
tcl - 3 error(s), 0 warning(s)
------ Build started: Project: utility, Configuration: Debug Win32 ------
Compiling...
packages.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\package\packages.cpp(34) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '..\..\obj\utility\debug\packages.sbr': No such file or directory
Build log was saved at "file://d:\OpenSees v-1.70\OpenSEES\OpenSees1.7.5\Win32\obj\utility\debug\BuildLog.htm"
utility - 2 error(s), 0 warning(s)
------ Build started: Project: renderer, Configuration: Debug Win32 ------
Compiling...
WindowDevice.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\renderer\windowdevice.h(38) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
OpenGlRenderer.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\renderer\opengldevice.h(54) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
OpenGlDevice.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\renderer\opengldevice.h(54) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Generating Code...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '..\..\obj\render\debug\OpenGlDevice.sbr': No such file or directory
Build log was saved at "file://d:\OpenSees v-1.70\OpenSEES\OpenSees1.7.5\Win32\obj\render\debug\BuildLog.htm"
renderer - 4 error(s), 0 warning(s)
------ Build started: Project: recorder, Configuration: Debug Win32 ------
Compiling...
FilePlotter.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\renderer\opengldevice.h(54) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
AlgorithmIncrements.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\renderer\opengldevice.h(54) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Generating Code...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '..\..\obj\recorder\debug\AlgorithmIncrements.sbr': No such file or directory
Build log was saved at "file://d:\OpenSees v-1.70\OpenSEES\OpenSees1.7.5\Win32\obj\recorder\debug\BuildLog.htm"
recorder - 3 error(s), 0 warning(s)
------ Build started: Project: actor, Configuration: Debug Win32 ------
Compiling...
TCP_Socket.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\actor\channel\socket.h(39) : fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
Socket.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\actor\channel\socket.cpp(38) : fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
Message.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\actor\message\message.cpp(67) : fatal error C1083: Cannot open include file: 'winsock.h': No such file or directory
HTTP.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\actor\channel\socket.h(39) : fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
Generating Code...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '..\..\obj\actor\debug\HTTP.sbr': No such file or directory
Build log was saved at "file://d:\OpenSees v-1.70\OpenSEES\OpenSees1.7.5\Win32\obj\actor\debug\BuildLog.htm"
actor - 5 error(s), 0 warning(s)
------ Build started: Project: element, Configuration: Debug Win32 ------
Compiling...
GenericClient.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\actor\channel\socket.h(39) : fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '..\..\obj\element\debug\FourNodeQuadUP.sbr': No such file or directory
Build log was saved at "file://d:\OpenSees v-1.70\OpenSEES\OpenSees1.7.5\Win32\obj\element\debug\BuildLog.htm"
element - 2 error(s), 0 warning(s)
------ Build started: Project: quickMain, Configuration: Debug Win32 ------
Linking...
LINK : fatal error LNK1104: cannot open file 'actor.lib'
Build log was saved at "file://d:\OpenSees v-1.70\OpenSEES\OpenSees1.7.5\Win32\obj\quickMain\debug\BuildLog.htm"
quickMain - 1 error(s), 0 warning(s)
------ Build started: Project: openSees, Configuration: Debug Win32 ------
Linking...
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/FORCE' specification
LINK : fatal error LNK1181: cannot open input file 'OpenGL32.lib'
Build log was saved at "file://d:\OpenSees v-1.70\OpenSEES\OpenSees1.7.5\Win32\obj\openSees\debug\BuildLog.htm"
openSees - 1 error(s), 1 warning(s)
------ Build started: Project: openSeesTk, Configuration: Debug Win32 ------
Compiling...
winMain.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\tcl\winmain.cpp(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
tkMain.cpp
d:\opensees v-1.70\opensees\opensees1.7.5\src\tcl\include\tkwin.h(23) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Generating Code...
Build log was saved at "file://d:\OpenSees v-1.70\OpenSEES\OpenSees1.7.5\Win32\obj\openSeesTk\debug\BuildLog.htm"
openSeesTk - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 9 failed, 16 up-to-date, 0 skipped ==========
Rodgers
Posts: 31
Joined: Wed Sep 15, 2004 4:44 pm
Location: University of California, Davis

Post by Rodgers »

I believe it is just a matter of setting the right path for header files as well as library files.

Looks like your studio might not be installed correctly. Try do a file search for the missing .h and .lib files, and add the corresponding path into the studio.

This can be found in "Tools"->"Options" and then "Projects"->"Visual C++ directories".

Hope this helps.
It is not what you can do, it is what you can dream!
rjaeger
Posts: 102
Joined: Thu Aug 31, 2006 9:57 pm
Location: UC Davis

Post by rjaeger »

Hello,

If you can, check to see if the Visual C++ express 2008 has an option during the installation to install the platform sdk. It will take care of everything for you if it does. If not, you will need to do what Rodgers has said to do.

-Robbie
hellojikir
Posts: 10
Joined: Tue Apr 15, 2008 6:38 am

Post by hellojikir »

:D :D :D :D






ImageImageImageImageImageImageImageImageImageImage
Birdolokjoukastre
Posts: 3
Joined: Sun Feb 21, 2010 5:43 am
Location: Ghana
Contact:

zebra print bedroom furniture

Post by Birdolokjoukastre »

[color=green][size=24]unfinished pine furniture oregon[/size][/color]
incap furniture [url=http://pevyrul7ta.100webspace.net/oak-c ... iture.html]oak city furniture[/url] blond bedroom furniture cica 1948 [url=http://pevyrul7ta.100webspace.net/unfin ... chest.html]unfinished furniture chest[/url]
bedroom furniture shops in northern ireland [url=http://pevyrul7ta.100webspace.net/furni ... -iowa.html]furniture waterloo iowa[/url] thomasville dining room furniture
sligh bedroom furniture [url=http://pevyrul7ta.100webspace.net/st-vi ... iture.html]st vincent de paul furniture[/url] used bedroom furniture charlotte nc [url=http://pevyrul7ta.100webspace.net/thoma ... -sale.html]thomasville furniture sale[/url]
disney princess bedroom furniture allaboardtoys com [url=http://pevyrul7ta.100webspace.net/hot-r ... iture.html]hot rod bedroom furniture[/url] mayfield bedroom furniture
Post Reply