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: A S <>
  • To:
  • Subject: Re: [cgal-discuss] demo build: CGAL_Qt3-vc90-mt.lib
  • Date: Sat, 10 Apr 2010 12:20:21 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=gRfMxpFTp0jNiK+r5K1czhqSPQ0PxdiQG1DvdqA0rqy0lAE1kOd3o1h1HgsyFO+YKHlh63SjgGvokRHvfcw9Oar7K9Vnugfd3Ejdql5eJ9ZV1TcXl79GmAxsvrOkiXrD841/cRfEpeWodQCD2gySzva5wmAXsj1wf07KCvIefOs=;

I have qt-win-free-msvc-3.3.3, which contains everything, including
qmake.exe. That's how I was building the ex_alpha_shapes_2.exe.
I actually was able to compile all of the examples and demos in the past by
using qt-win-free-msvc-3.3.3.

Then my drive crashed (and I hadn't made a drive image prior to that from
which to restore anything done in the past 8 mos.).

Now, in trying to replicate the setup, I'm on to the demo for
ex_alpha_shapes_2. This 'CGAL_Qt3-vc90-mt.lib' issue is infuriating. I had
encountered the exact same problem in October 2009, but I somehow solved it
without noting what I did, either online in the mailing list or off.

If the QT_QMAKE_EXECUTABLE line item is Qt4 specific, that's cool--I'm not
using Qt4 anyway to try to compile this demo. I just wanted to cover all of
the bases in my questions in case that's what was causing my
CGAL_Qt3-vc90-mt.lib failure.

The Environment Variables seem in order, as does the CMakeCache.


--- On Sat, 4/10/10, Laurent Rineau (GeometryFactory)
<>
wrote:

> From: Laurent Rineau (GeometryFactory)
> <>
> Subject: Re: [cgal-discuss] demo build: CGAL_Qt3-vc90-mt.lib
> To:
>
> Date: Saturday, April 10, 2010, 7:02 PM
> 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/
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>
>






Archive powered by MHonArc 2.6.16.

Top of Page