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:04:03 -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=U0yyR0rQyMuWO6WwcRO0CRd2mqksSyTVCNKMI2K4e+NUgCIcWRpr4sQPNXsnJNZbuprUo1a37hP4ZovL7kOm4nUqGdHjQq7IjCBbjknM/8PY3pVEKy/ptNNsZ9Iu6vbIMYjuGBDrPnbqrh9rfLc+CdHdR7LNPwQ5OkplDqVnOKE=;

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.

 

I'll do some research on this before posting any questions about it.



--- 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, 1:31 PM

Le dimanche 18 octobre 2009 13:38:03, A S a écrit :
> I managed to get zlib.lib working in the CMake configuration.

> Something new, though:  In the lower CMake-GUI pane, near the bottom of my
>  CMake <Configure> sequence (after the Zlib block), there are a lot of red
>  warning paragraphs which express dissatisfaction with lines 15 and 16 of
>  my CGAL_Macros.make file.
> The CMake warning objections are raised for these lines in the
>  CGAL_Macros.make: set ( ${var} ${ARGN} CACHE INTERNAL "" )
>     set ( ${var} ${ARGN} CACHE INTERNAL "" )
>
> ..."when parsing string"
>     C:\ZLIB\include

> ...and...
>     glu32;opengl32;C:\ZLIB\lib\zlib.lib
>
> In all cases CMake suggests that there is an:
>     "Invalid escape sequence \Z"

> What can be done, if anything, to improve upon this situation?  Thanks
>  again.

Use "C:/ZLIB/include"

--
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