Package: libcgal-dev
Version: 4.0-4
Severity: normal
Tags: patch

Dear Maintainer,

CGAL bindings (http://code.google.com/p/cgal-bindings/) won't compile
with the libcgal-dev package in wheezy or testing. The patch included
in this email solves the issue. The issue looks resolved upstream.

Thanks for your time.

--
Vincent Barrielle


--- a/include/CGAL/Alpha_shape_2.h
+++ b/include/CGAL/Alpha_shape_2.h
@@ -591,7 +591,7 @@ public:
       // Classifies a point `p' with respect to `A'.
       Locate_type type;
       int i;
-      Face_handle pFace = locate(p, type, i);
+      Face_handle pFace = this->locate(p, type, i);
       switch (type) 
        {
        case VERTEX            : return classify(pFace->vertex(i), alpha);



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libcgal-dev depends on:
ii  libboost-dev                  1.49.0.1
ii  libboost-program-options-dev  1.49.0.1
ii  libboost-thread-dev           1.49.0.1
ii  libcgal9                      4.0-4
ii  libgmp-dev [libgmp10-dev]     2:5.0.5+dfsg-2
ii  libmpfr-dev                   3.1.0-5
ii  libqt4-dev                    4:4.8.2+dfsg-11
ii  zlib1g-dev                    1:1.2.7.dfsg-13

libcgal-dev recommends no packages.

libcgal-dev suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to