mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] CGAL example build fails + fix


From: Mark Brand
Subject: Re: [Mingw-cross-env-list] CGAL example build fails + fix
Date: Wed, 18 Jul 2012 01:09:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120614 Firefox/13.0.1 SeaMonkey/2.10




This may be related to mxe using boost 1.50 which on win32 cross
builds apparently needs 'boost_chrono' linked.



Solution:



In

CGAL-4.0/cmake/modules/CGAL_SetupBoost.cmake

change

   find_package( Boost 1.33.1 REQUIRED thread )

to this:

   find_package( Boost 1.33.1 REQUIRED thread system chrono )


Unfortunately I don't know how to make a patch for mxe

-DB



Thanks a lot for that. I applied your fix in b7ee9d2c88b5af2b7baf4b6b0573b7b554578ae7.

Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]