Page 1 of 1

Build VS2012 64 bits Windows 7 using CMAKE

Posted: Mon May 13, 2013 7:04 pm
by iblues1976
Hi,

I try building with CMAKE for visual studio 11 (2012) for 64 bits.

I do get the warning of "Obsolete GLU" and I tried using my own, but still the same message.

I was able to generate the message. However, now that I'm compiling, I'm getting

Error 56 error LNK2001: unresolved external symbol __imp__CrtDbgReportW C:\bullet-2.81-rev2613\buildx64\Demos\ConvexDecompositionDemo\HACD_Debug.lib(hacdGraph.obj)

I do get this error for lots of the projects in the solution...

Can you please provide instructions in how to succesfully compile for vs 2012.

If you have pre-built binaries, even better.

Thanks

Re: Build VS2012 64 bits Windows 7 using CMAKE

Posted: Fri May 31, 2013 4:07 pm
by laadams85
Try building the library without the demos, etc.

Re: Build VS2012 64 bits Windows 7 using CMAKE

Posted: Sun Jun 02, 2013 2:13 pm
by Basroil
There's VS2010 projects in the build folder, just import that and let VS2012 up-convert for you, no need to deal with cmake.