Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] demo build: CGAL_Qt3-vc90-mt.lib

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] demo build: CGAL_Qt3-vc90-mt.lib


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] demo build: CGAL_Qt3-vc90-mt.lib
  • Date: Sat, 10 Apr 2010 21:02:14 +0200
  • Organization: GeometryFactory

On Saturday 10 April 2010 20:43:41 A S wrote:
> 1>Compiling...
> 1>Qt_widget_toolbar_layers.cpp
> 1>Qt_widget_toolbar.cpp
> 1>Qt_widget_move_point.cpp
> 1>alpha_shapes_2.cpp
> 1>Generating Code...
> 1>Linking...
> 1>LINK : fatal error LNK1104: cannot open file 'CGAL_Qt3-vc90-mt.lib'
> 1>Build log was saved at
> "file://c:\CGAL\CGAL-3.6\demo\Alpha_shapes_2\alpha_shapes_2.dir\Release\Bu
> ildLog.htm" 1>alpha_shapes_2 - 1 error(s), 0 warning(s)
>
> -- I don't seem to have a CGAL_Qt3-vc90-mt.lib anywhere on my system.
> -- Does the compiler need qmake.exe to create a CGAL_Qt3-vc90-mt.lib?
> -- Why is the CGAL Configure routine repeatedly knocking out the path I
> specify to qmake.exe, and replacing it with
> QT_QMAKE_EXECUTABLE-NOTFOUND-NOTFOUND?

You need *Qt3* (not Qt4), to compile the CGAL_Qt3 library. Unless you have
paid to buy Qt3 from Nokia/Trolltech, I doubt you have Qt3 on your system.
The
qmake.exe you specify is probably a qmake.exe from Qt4. Am I wrong?

If you want to see the alpha_shape_2 demo, download the precompiled version
from here:
http://www.cgal.org/Manual/last/doc_html/cgal_manual/packages.html#part_IX

You will need the DLLs of that file too:
http://www.cgal.org/demo/3.6/CGAL-demoDLLs.zip

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



Archive powered by MHonArc 2.6.16.

Top of Page