qt - CGAL + Install LNK2019 -


i trying install cgal-4.6.1 on windows 7-64 visual studio community 2013, read can done getting bunch of lnk2019 errors. have followed guideline on cgal website can found here: http://www.cgal.org/download/windows.html

i have been working on few days , can't seem past included step step of have done below. let me know if need more detail.

from understand need have boost, qt, qt visual studio add-in , libqglviewer running before can build cgal. feel if have followed instructions seems still fail. can see missed?

i followed these steps:

=====boost====

installed boost_1_58_0 c:\local\boost_1_58_0

environment variable:

boost_librarydir=c:\local\boost_1_58_0\lib64-msvc-12.0 boost_includedir=c:\local\boost_1_58_0 

added

c:\local\boost_1_58_0 path in system variables 

====qt====

downloaded qt-opensource-windows-x86-msvc2013_64-5.5.0.exe , ran install

environment variable

qtdir = c:\qt\qt5.5.0  c:\qt\qt5.5.0\5.5\msvc2013_64\bin path system variable 

====qt-visual studio add-in=========

i downloaded , installed qt-vs-addin-1.2.4-opensource.exe

i opened visual studio , qt5 tab added @ top

====libqglviewer==== downloaded libqglviewer-2.6.3 in visual studio open libqglviewer-2.6.3.pro file , build

c:\dev\libqglviewer-2.6.3\libqglviewer-2.6.3\qglviewer\debug added path c:\dev\libqglviewer-2.6.3\libqglviewer-2.6.3\qglviewer\release added path 

=====cgal=====

download cgal-4.6.1-setup.exe , follow install wizard , install c:\dev\cgal-4.6.1

open cmake gui , set 'where source code' c:/dev/cgal-4.6.1

set 'where build binaries' c:/dev/cgal-4.6.1/build

i hit configure. here cmake config output: http://1drv.ms/1lhm2l4

i generated cgal.sln opened in vs , built. link errors can seen here: http://1drv.ms/1cgc8mx

i not positive seems linker can not find gmp supposed installed @ same time cgal, thought there supposed come it. in cmake printout can see creates them in auxillary file. checked , infact there.


Comments