Skip to Content.
Sympa Menu

cgal-discuss - Re: RE: [cgal-discuss] Re: Gmp link error , CGAL 3.9, VS2010, boost 1.47, Qt 4.8

Subject: CGAL users discussion list

List archive

Re: RE: [cgal-discuss] Re: Gmp link error , CGAL 3.9, VS2010, boost 1.47, Qt 4.8


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: RE: [cgal-discuss] Re: Gmp link error , CGAL 3.9, VS2010, boost 1.47, Qt 4.8
  • Date: Thu, 16 Aug 2012 13:50:05 +0200
  • Organization: GeometryFactory

Le lundi 13 août 2012 00:16:47 Zhanghong Tang a écrit :
> Hi Andreas,
>
> I choosed 64 bit when installing CGAL 3.9 (VS2010, boost 1.47 and Qt 4.7.2),
> but when I opened the project generated by CMake 2.8.7, there is only
> 'Win32' platform, I added the new 'x64' platform and build the solution,
> all 505 projects the following error displayed:
>
> fatal error LNK1112: module machine type 'x64' conflicts with target machine
> type 'X86'
>
>
> How did you solve this prolem?

During the configuration, using CMake, you must choose a generator that
creates a project for x64. If you use VS2010, you must choose the generator
"Visual Studio 10 Win64". Projects created by CMake are not multi-
architecture.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page