Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Invalid escape sequence \Z


Chronological Thread 
  • From: A S <>
  • To:
  • Subject: [cgal-discuss] Invalid escape sequence \Z
  • Date: Sun, 18 Oct 2009 04:38: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:MIME-Version:Content-Type; b=4EVW1/ZmYDw6HfbwBh8Fv0W+4niRJs2N0rM64BiC0veYh70EhpAL8boXqjdWq8G+bMwwNRSKcB2QNsrPpLWvj7IpS9qteuInQLIQb/2AyA5jBYV+F1/GHfYVfupvDMXGKDfZ7B4PoW5ZUGHgbo7zvjyirX8zHCepy+SmsivAb78=;

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.




Archive powered by MHonArc 2.6.16.

Top of Page