Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib'

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib'


Chronological Thread 
  • From: sara ershadi <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib'
  • Date: Wed, 23 Jan 2013 12:49:58 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=Ips8tec5LC/v3XnO+YKBNCvthHSKUDCMEDgI+qKiIO1Y51hNiJZxTuWYPP7wGLB1CsU1A5CuCTEYK7FGWoTrkfOs+w7wtryoRV8JnbQCsvtnpI7mxYEmyBdKhzi8fPBOKlHw/O854CLCN8wvH1GxceBfRZ1k7lkhfWoN+e0OhrE=;

Hi Mihir , 

My problem is I dont know what I should do after using CMake for configure and generate CGAL library . I usually open CGAL.sln file created by cmake certainly in relase mode . Ihave checked it in CMake gui . 
 CMAKE_build_type                                         Release
CMAKE_INSTALL_PREFIX    C:/Program Files/CGAL

then when I open CGAL.sln I set the release mode in visuall studio. 
and then High light Install as start up project and then press the start debugging (F5)
after some processing I see the output  :

Build succeeded.
6>
6>Time Elapsed 00:00:00.10
7>------ Skipped Build: Project: INSTALL, Configuration: Release x64 ------
7>Project not selected to build for this solution configuration 
========== Build: 6 succeeded, 0 failed, 0 up-to-date, 1 skipped ==========

and this finish with a dialog box that say  : 
unable to start program   C\CGAL4-0\build\*64\Release \install
the system can not found the file specified .


I have tried it by setting CGAL as start up but it reaches the error about not founding the CGAL-vc100-mt-gd-4.0.lib .
I am using CGAL -manual .

Thanks a lot for your help




From: Mihir Joshi <>
To:
Sent: Wednesday, January 23, 2013 12:23 PM
Subject: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib'

Hi,

the very meaning, that you are getting such a message means tht cgal is not completely installed on your machine. go through the documentation, very carefully. i my self had to install it thrice before, i could use it. this by no means implies the cgal sucks. its might just be a little complicated to install.

can you please list in detail what all you are doing to install cgal?

regards
mihir.

On 23 January 2013 13:07, sara ershadi <> wrote:
Hi ,

I have configure and generayte CGAL library with CMAke then I open CGAL.sln in created build folder then . I set CGAL as start up project and then press the button for debug . It seems the error about not founding the 
> 2>LINK : fatal error LNK1104: cannot open file 'CGAL-vc100-mt-gd-4.0.lib' 
then I set others as start up . they reaches to the same error .  It has not any difference in debug or release mode I have tried a lot and the result error is the same :
> 2>LINK : fatal error LNK1104: cannot open file 'CGAL-vc100-mt-gd-4.0.lib' 

I have tried to run examples of CGAL too. after I configure AABB-tree truly configure and generate with CMake 2.8.9 . and open the .sln file it reaches to the same error in debug or release mode .

Thanks 
Sara



Hi Laurent and Sebastien ,

I have configure and generayte CGAL library with CMAke then I open CGAL.sln in created build folder then . I set CGAL as start up project and then press the button for debug . It seems the error about not founding the 
> 2>LINK : fatal error LNK1104: cannot open file 'CGAL-vc100-mt-gd-4.0.lib' 
then I set others as start up . they reaches to the same error .  It has not any difference in debug or release mode I have tried a lot and the result error is the same :
> 2>LINK : fatal error LNK1104: cannot open file 'CGAL-vc100-mt-gd-4.0.lib' 

I have tried to run examples of CGAL too. after I configure AABB-tree truly configure and generate with CMake 2.8.9 . and open the .sln file it reaches to the same error in debug or release mode .

Thanks 
Sara


From: Laurent Rineau (CGAL/GeometryFactory) <>
To:
Sent: Wednesday, January 23, 2013 3:11 PM
Subject: Re: Re: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib'

Le mercredi 23 janvier 2013 03:27:41 sara ershadi a écrit :
> Hi ,
>
> This is the error :
> 2>LINK : fatal error LNK1104: cannot open file 'CGAL-vc100-mt-gd-4.0.lib'

That error cannot be displayed when you are compiling the CGAL library itself.

After the CMake configuration of the CGAL libraries, a solution named
"CGAL.sln". Build that solution in Relase mode *and* in Debug mode. That will
solve your problem.

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


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss









--
Best Regards
Mihir






Archive powered by MHonArc 2.6.18.

Top of Page