Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] linking error

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] linking error


Chronological Thread 
  • From: "j. scheurich" <>
  • To:
  • Subject: Re: [cgal-discuss] linking error
  • Date: Tue, 10 Jul 2018 18:45:42 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:dE4I6R/06rupIv9uRHKM819IXTAuvvDOBiVQ1KB52+McTK2v8tzYMVDF4r011RmVBduds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2O2+55zebx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMMvrRr42RDui9b9mRgL2hicJNzA382/ZhcJ/g61ZvB2vqAdyw5LXbYyPKPZyYq3QcNEcSGFcXshRTStBAoakYocBDeoNJ/tTr5LhqFsOsxS+GBOsBOLzxT9IiHP9wKo30+E8EQHIwAwgHs8CvGnPodT7KqgdSvq5w7TWwjjaaf5dxDTz6JDQfxw/vP2AQ6h8fdTPxUQtDQ/Jk1WdpZbqMj+Ny+gBrWyW4/B9We+ghWMrsRx9riSzyss2l4XEhIwYx1bZ/itj2ok1P8e3SEtjbN6kDpRQsyaaOpNzQsMlXmFopDw2y7MYtpGgZiQF1Yooywbea/yBbYeI/gruWPiMLTtmnn5pZqyzihSo/US9yuDwTMa53E5PriVfk9nMsn4N1wbU6siCUvZ9+1qh2TiT1wDS9+1IPFs5lKTFJJE62LI/i4QcvVzZHiDqgEX2kLOWdkI89+e05OToeLHmqoaBOI91kQHxLrkumtekAekjKQgPX22b+fym27H5/E35Rq9KjvwsnaXDvpDaP5dTmqnsCABc1sMv6g20Eiy9+NUeh3gOalxfKzydiI28cVOIaOvzDfqimVWnkH0jk/XbMKHgW8zlMXXJ1rvsK+Uuo3VAwRY+mIgMr6lfDasMdaqqCx3B8efABxp8CDSahuPuCdFzzIQbCTCQD6XfPK6A6AbUtNJqGPGFYcougBi4M+Ist6zxgHV/lVJPJfD0j6tSU2ixG7FdG2vcYXfohY5aQ2INoxZ4U+HgzlGPA2Ze


I use the headerfile only version of cgal 4.12 with visual c++ 2017
community.

i got the following linking errror:
LINK : fatal error LNK1104: Datei "libCGAL-vc140-mt-gd-4.12.lib" kann
nicht geƶffnet werden.

...can't be opened
Now understand: "header only" version of CGAL do not mean, there are
only headerfiles (like in vcglib).
"header only" version means: the linking command is in a special pragma
in the hederfiles (like in boost).
"libCGAL-vc140-mt-gd-4.12.lib" is really needed.

No. You missundertood. The autolink should be disabled. You probably do not
use CGAL CMake scripts to generate the build system of your own project.

Make sure the macro CGAL_HEADER_ONLY is defined to 1, in the properties of
your project. That will enable the header-only behavior of CGAL headers, and
in particular
Shouldn't be the macro CGAL_HEADER_ONLY in the header files written by the INSTALL project ?
Something like compiler_config.h ?

so long
MUFTI




Archive powered by MHonArc 2.6.18.

Top of Page