Subject: CGAL users discussion list
List archive
- From: Mihir Joshi <>
- To:
- Subject: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib'
- Date: Wed, 23 Jan 2013 22:23:44 +0100
the error can be ignored i think, since only the .dll and .lib files are built and no .exe file is built, we get this error. also run the same using debug mode.
then show the compiler where it can find these .lib files and .dll files
for me its like this.
C:\libraries\CGAL_4_1\build\lib
the lib folder has release and debug folders which include most of the files. if while compiling an application, you encounter an error saying that a certain file is not found, then find the location of the file in the cgal folder, and then point the compiler to it.
good luck.
mihir.
On 23 January 2013 22:10, sara ershadi <> wrote:
Hi ,I have some folder bin,src, include,config, x64 .I have ALL_BUILD.vcxproj ,ALL_BUILD.vcxproj.filters ,ALL_BUILD.vcxproj.user ,INSTALL.vcxproj ,INSTALL.vcxproj.filters ,INSTALL.vcxproj.user ,install_FindCGAL.vcxproj ,install_FindCGAL.vcxproj.filters ,install_FindCGAL.vcxproj.user ,ZERO_CHECK.vcxproj ,ZERO_CHECK.vcxproj.filters ,ZERO_CHECK.vcxproj.user ,ZERO_CHECK.vcxproj.user ,cmake_install.cmake ,CGALConfig.cmake ,CGAL.suo ,CGAL.sdfCGAL.slnbut in .sln format I have CGAL.sln only .I open ALL_Build.vcxproj and it reaches the error :unable to start program C\CGAL4-0\build\*64\Release \ALL-Buildthe system can not found the file specified .Wich one I should open and wich one I should set as start up project ?Thanks a lot for your helpSent: Wednesday, January 23, 2013 12:54 PM
Subject: RE: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib'
Hi,Can you show the contents of the folder where you say you are building CGAL into? Is there a all_build file? If yes, then you need to open tht in visual studio and compile it in debug mode and release mode.Just be sure to use the same compiler for visual studio i mean for e.g. VC10 throughout when configuring cgal, and also building. And also for all its external libraries.RegardsMihir.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 ReleaseCMAKE_INSTALL_PREFIX C:/Program Files/CGALthen 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.107>------ 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 \installthe 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
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.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 .ThanksSara
Subject: Re: Re: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib'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 .ThanksSara
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
--
Best Regards
Mihir
- Re: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', (continued)
- Re: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', Laurent Rineau (CGAL/GeometryFactory), 01/23/2013
- Re: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', sara ershadi, 01/23/2013
- Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', Sebastien Loriot (GeometryFactory), 01/23/2013
- Re: Re: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', Laurent Rineau (CGAL/GeometryFactory), 01/23/2013
- Re: Re: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', sara ershadi, 01/23/2013
- [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', sara ershadi, 01/23/2013
- Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', Mihir Joshi, 01/23/2013
- Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', sara ershadi, 01/23/2013
- RE: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', Mihir Joshi, 01/23/2013
- Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', sara ershadi, 01/23/2013
- Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', Mihir Joshi, 01/23/2013
- Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', sara ershadi, 01/23/2013
- Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', Mihir Joshi, 01/23/2013
- Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', sara ershadi, 01/23/2013
- Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', Mihir Joshi, 01/23/2013
- Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', Sebastien Loriot (GeometryFactory), 01/24/2013
- Re: Re: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', sara ershadi, 01/23/2013
- Re: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', sara ershadi, 01/23/2013
- Re: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', Laurent Rineau (CGAL/GeometryFactory), 01/23/2013
- Re: Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', Laurent Rineau (CGAL/GeometryFactory), 01/24/2013
- Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', sara ershadi, 01/24/2013
- Re: [cgal-discuss] 'CGAL-vc100-mt-gd-4.0.lib', Andreas Fabri, 01/24/2013
Archive powered by MHonArc 2.6.18.