Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Invalid escape sequence \Z

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Invalid escape sequence \Z


Chronological Thread 
  • From: A S <>
  • To:
  • Subject: Re: [cgal-discuss] Invalid escape sequence \Z
  • Date: Sun, 18 Oct 2009 10:45:20 -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; b=PM4DiiXBCaniYOawJ9GTEESRQTOiQjhSKnCHlmsfWaWHqYocFA9l4GYyFZ/q/O1Zrl0+v8ZtvhBFm3U2otRDXYseqDFv5rxZdT0StKMKiczXoRVDFAizTDW6EbXwFkgNaYjZQbdPs/UYtW1npbMLT/kgVTk1831/s8WWO4S2POM=;

Oh there it is (I think)--the "Qt3 library" and "Qt4 library" tables laid out 3/5 of the way down on...
 
When I get back to my machine I'll put those together on the CMake-GUI and let you know how successful I was.  Thanks.


--- On Sun, 10/18/09, Laurent Rineau (GeometryFactory) <> wrote:

From: Laurent Rineau (GeometryFactory) <>
Subject: Re: [cgal-discuss] Invalid escape sequence \Z
To:
Date: Sunday, October 18, 2009, 5:15 PM

Le dimanche 18 octobre 2009 19:04:03, A S a écrit :
> Awesome.  Thanks!

> Now the last lines in the <Configure> output are:
>      CGAL_Qt3 needs Qt3, cannot be configured.
>      CGAL_Qt4 needs Qt4, cannot be configured.

Those two lines says that CMake has not been able to find installations of Qt3
and Qt4 on your machine. Then, among all CGAL libraries, CGAL_Qt3 and CGAL_Qt4
will not be built. It means that you will not be able to build any graphical
demo of CGAL.

If Qt3 and/or Qt4 is installed on your machine, you probably only have to
setup the various CMake variables that start with QT3_ or QT_, so that CMake
can find and use Qt. Have a look at the CGAL installation manual. It does not
seem you have read it:

http://www.cgal.org/Manual/3.5/doc_html/installation_manual/contents.html


--
Laurent Rineau, PhD
Release Manager of the CGAL Project
http://www.cgal.org/
R&D Engineer at GeometryFactory
http://www.geometryfactory.com/
--
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