help needed in including "Cnames.h" in the dsp_def

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

Moderators: silvia, selimgunay, Moderators

Post Reply
GunAndRose
Posts: 44
Joined: Wed Oct 26, 2005 2:23 pm
Location: San Francisco, CA

help needed in including "Cnames.h" in the dsp_def

Post by GunAndRose » Fri Feb 02, 2007 8:22 am

I am new in compiling the OS source codes. In fact it it the first time. when I am compiling the OS codes, 40 errors pop up. Most of them are related to the header Cnames.h.

I found several Cnames.h in the openSees folder. Should I add the header into the superLU project manually? What is the common way to include that into what project in the compiler?


Thanks.
Stan
Graduate Student
Texas A&M University
College Station, TX

GunAndRose
Posts: 44
Joined: Wed Oct 26, 2005 2:23 pm
Location: San Francisco, CA

Post by GunAndRose » Fri Feb 02, 2007 11:52 am

I have got it. It looks like the downloaded source codes don't include the "Cnames.h" in folder ..\..\..\OTHER\SuperLU_3.0\SRC. I added the version 1.1 in the folder ..\..\..\OTHER\CBLAS into the above folder and it worked. But there were 970 warnings after compiling the openSees project in VC++2005.

Byt the way, it looks like the compiler will go faster if only the changed project is compiled. Does CVS provides a faster compiling way? Or it is better to compile other 22 projects except for openSees into 22 DLLs and link them together?

Thanks.
Stan
Graduate Student
Texas A&M University
College Station, TX

Post Reply