Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL_Qt4-vc90-mt-sgd.lib

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL_Qt4-vc90-mt-sgd.lib


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL_Qt4-vc90-mt-sgd.lib
  • Date: Fri, 12 Mar 2010 10:47:17 +0100

On 12/03/2010 10:34, Youssef ALJ wrote:
Hi,

The file 'CGAL_Qt4-vc90-mt-sgd.lib' doesn't exist, but cgal
installation(with examples and demos) was done successfully.
Do you know why don't i find the asked file in the C:\CGAL-3.5.1\lib folder?

Hello,

You must compile the debug and release version.
If you use cmake/nmake this means switching
the settings when calling cmake, and rerun nmake.

If you use cmake/vcproj then you must build
twice from inside the IDE

andreas


Best regards,
Youssef ALJ



------------------------------------------------------------------------
Date: Thu, 11 Mar 2010 20:31:12 +0200
From:

To:

Subject: Re: [cgal-discuss] CGAL_Qt4-vc90-mt-sgd.lib

1) make sure the lib file really exists in your installation folder
2) make sure it's added to you library include folder
3) make sure it's added to linker -> input -> additional dependencies
4) make sure you can run the Qt4 demos (e.g. Polyhedron_3)

Regards,
Mohamed Yousef

On 11 March 2010 19:34,
<
<mailto:>>
wrote:

Hi,

I installed CGAL-3.5.1 following:

http://acg.cs.tau.ac.il/cgal-at-tau/installing-cgal-and-related-programs-on-windows.
But when i try to build a project (visual studio 2008) using:

#include <boost/format.hpp>
#include <QtGui>
#include <CGAL/Qt/GraphicsViewNavigation.h>
#include <QLineF>
#include <QRectF>

the compiler reports the error:

LINK : fatal error LNK1104: cannot open file 'CGAL_Qt4-vc90-mt-sgd.lib'


Is there anybody who knows what should i do to build the project
successfully.

Thanks!

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



------------------------------------------------------------------------
Hotmail: Powerful Free email with security by Microsoft. Get it now.
<https://signup.live.com/signup.aspx?id=60969>




Archive powered by MHonArc 2.6.16.

Top of Page