Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] some problems using poisson_reconstruction_example.cpp

Subject: CGAL users discussion list

List archive

[cgal-discuss] some problems using poisson_reconstruction_example.cpp


Chronological Thread 
  • From: Adam Hopkins <>
  • To:
  • Subject: [cgal-discuss] some problems using poisson_reconstruction_example.cpp
  • Date: Fri, 18 Nov 2011 18:49:51 +0100

Hi CGAL users:

I am trying to run the example:
examples/Surface_reconstruction_points_3/poisson_reconstruction_example.cpp

and I have the following compiled error (there are many, but I only will include here some of them):

1> LIBCMT.LIB (crt0init.obj): error LNK2005: already defined in MSVCRTD.lib ___xc_z (cinitexe.obj)
1> LIBCMT.LIB (mlock.obj): error LNK2005: already defined in MSVCRTD.lib __unlock (MSVCR100D.dll)
1> LIBCMT.LIB (mlock.obj): error LNK2005: already defined in MSVCRTD.lib __lock (MSVCR100D.dll)
1> LIBCMT.LIB (winxfltr.obj): error LNK2005: already defined in MSVCRTD.lib __XcptFilter (MSVCR100D.dll)
1> LIBCMT.LIB (crt0.obj): error LNK2005: already defined in MSVCRTD.lib _mainCRTStartup (crtexe.obj)
1> LIBCMT.LIB (errmode.obj): error LNK2005: already defined in MSVCRTD.lib ___set_app_type (MSVCR100D.dll)
1> LINK: warning LNK4098: predeterminada'MSVCRTD library 'conflicts with other libraries, library use / NODEFAULTLIB: library
1> LINK: warning LNK4098: predeterminada'LIBCMT library 'conflicts with other libraries, library use / NODEFAULTLIB: library

I have change all the compiler options related with multithread process and nothing at all. I also have installed and compiled the taucs library.

On the other hand, When I have varied the compiler options mentioned above I have the following error:

LINK: fatal error LNK1104: can not open file 'CGAL_Core-VC100-mt-sgd.lib'

Please, some help
Adam.




Archive powered by MHonArc 2.6.16.

Top of Page