[cgma-dev] How to build the CGMA on Windows 7 64bit + VS2010?
Iulian Grindeanu
iulian at mcs.anl.gov
Fri Nov 2 10:21:45 CDT 2012
Hello,
I don't know if anybody tried building on Windows, maybe Jane or Tim know.
You have to configure with a geometric engine. If you don't have Cubit for your platform, you will need to configure with OCC
It seems that you use cygwin. I know that OCC can be build on Windows, on VS 2010.
(http://www.opencascade.org/getocc/require/)
You then can try configuring on cygwin with occ. And then look at Makefiles generated to see what would be needed for projects in VS. Or is there a cmake-based build? I think that would be easier to port to Windows.
Iulian
----- Original Message -----
| Dear all,
| I am trying to build the CGMA on Windows 7 64bit + VS2010. I have
| attached the project. However, there are hundreds of errors such as:
| 2>CGMAD.lib(DAG.obj) : error LNK2019: unresolved external symbol
| "public: __cdecl DLIList<class ModelEntity *>::~DLIList<class
| ModelEntity *>(void)" (??1?$DLIList at PEAVModelEntity@@@@QEAA at XZ)
| referenced in function "public: enum CubitStatus __cdecl
| DAG::get_children_at_level(class DLIList<class ModelEntity *>
| &,int,class DLIList<class ModelEntity *> &)"
| (?get_children_at_level at DAG@@QEAA?AW4CubitStatus@@AEAV?$DLIList at PEAVModelEntity@@@@H0 at Z)
| 2>CGMAD.lib(CAActuateSet.obj) : error LNK2001: unresolved external
| symbol "public: __cdecl DLIList<class ModelEntity *>::~DLIList<class
| ModelEntity *>(void)" (??1?$DLIList at PEAVModelEntity@@@@QEAA at XZ)
| 2>CGMAD.lib(PartitionTool.obj) : error LNK2001: unresolved external
| symbol "public: __cdecl DLIList<class ModelEntity *>::~DLIList<class
| ModelEntity *>(void)" (??1?$DLIList at PEAVModelEntity@@@@QEAA at XZ)
| 2>CGMAD.lib(CompositeTool.obj) : error LNK2001: unresolved external
| symbol "public: __cdecl DLIList<class ModelEntity *>::~DLIList<class
| ModelEntity *>(void)" (??1?$DLIList at PEAVModelEntity@@@@QEAA at XZ)
| 2>CGMAD.lib(TopologyEntity.obj) : error LNK2001: unresolved external
| symbol "public: __cdecl DLIList<class ModelEntity *>::~DLIList<class
| ModelEntity *>(void)" (??1?$DLIList at PEAVModelEntity@@@@QEAA at XZ)
| Could anyone help me to take a look at it and give me some hints on
| how to setup the project or modify some code to successfully build the
| project?
| Thanks,
| Zhanghong Tang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/cgma-dev/attachments/20121102/aaa349a4/attachment.html>
More information about the cgma-dev
mailing list