Building problem

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

Moderators: silvia, selimgunay, Moderators

Post Reply
subrata
Posts: 13
Joined: Fri Nov 28, 2008 11:12 pm

Building problem

Post by subrata »

Dear Silvia,
I have built the opensees version 2.1.0 from the stable source code using Visual studio 2005. I have got 1324 warnings and no errors. I have run an example problem using this binary and compare the resulsts with the published opensees binary. Both these results compare exactly with earch other. I have the following queries:

1) Why OpenSees binary (size 11764 kb) built by me is larger in size than the published OpenSees(size 7291 kb)?

2) A simple problem is taking 2 sec to complete in published binary while it is taking 10 s in case of binary built by me?

3) Can I ignore the warning messages>

4) What software are you using for building purpose?

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

Post by fmk »

you can ignore the warnings .. check you are building the release version instead of debug version.
Post Reply