Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Building issue with CGAL 4.4 on win32

Subject: CGAL users discussion list

List archive

[cgal-discuss] Building issue with CGAL 4.4 on win32


Chronological Thread 
  • From: Olivier BARTHELEMY <>
  • To:
  • Subject: [cgal-discuss] Building issue with CGAL 4.4 on win32
  • Date: Mon, 14 Apr 2014 01:29:11 -0700 (PDT)

Hi,
I am getting compilation errors in my project with CGAL 4.4 when building a
windows 32bit executable in MSVC 2010. In that configuration, it seems
_BitScanForward64 and _BitScanReverse64, used in mpzf.h are not available
(as seen here :
http://msdn.microsoft.com/en-us/library/wfd9z0bb(v=vs.100).aspx, the 64bit
versions are not available on x86). Building with CGAL_DO_NOT_USE_MPZF macro
seems to solve the compilation problem, but i think #ifdef checks in that
header could be tweaked to avoid using it when the intrinsic is not
available



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Building-issue-with-CGAL-4-4-on-win32-tp4659127.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page