Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Compile error: poisson_reconstruction_example.cpp

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Compile error: poisson_reconstruction_example.cpp


Chronological Thread 
  • From: mytien <>
  • To:
  • Subject: Re: [cgal-discuss] Compile error: poisson_reconstruction_example.cpp
  • Date: Sun, 13 Oct 2013 11:52:14 -0700 (PDT)

Thanks for the help. The error went away and next I got undefined references
to mpfr and boost functions which I solved by adding -lmpfr
-lboost_thread-gcc47-mt-d-1_49.dll -lboost_system-gcc47-mt-d-1_49.dll to my
linker.
After that the compilation finished without errors. But when I run the
program it crashes immediately. I already have the necessary .dll files in
the folder of the executable:
libCGAL.dll
libCGAL_Core.dll
libCGAL_ImageIO.dll
libgmp-10.dll
libmpfr-4.dll
boost_thread-gcc47-mt-d-1_49.dll
boost_system-gcc47-mt-d-1_49.dll

What else do I have to add?






--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Compile-error-poisson-reconstruction-example-cpp-tp4658164p4658191.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page