Subject: CGAL users discussion list
List archive
- From: Kabir Kedia <>
- To:
- Subject: Re: [cgal-discuss] Polyhedron detect_sharp_edges demo
- Date: Mon, 10 May 2021 15:29:13 +0530
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-hdrordr: A9a23:1+oonqrJ94cGG0Q0CdCpvbIaV5oseYIsimQD101hICG9vPb1qynOpoV46faasl0ssR0b8+xofZPvfZq+z+8X3WByB9iftWDd0QOVxcNZjLcKqAeBJ8SKzJ866U4WSdkYNDSfNzVHZL7BkW2F+oEbsby6zJw=
- Ironport-phdr: A9a23:zLIHvhJaolkriLjmGtmcuENhWUAX0o4c3iYr45Yqw4hDbr6kt8y7ehCGtLM30A+CBduTwskHotKei7rnV20E7MTJm1E5W7sIaSU4j94LlRcrGs+PBB6zBvfraysnAJYKDwc9rDm0PkdPBcnxeUDZrGGs4j4OABX/Mhd+KvjoFoLIgMm7yuS/94fNbwhHhzexbq9+IRSrpgjNq8cahpdvJLwswRXTuHtIfOpWxWJsJV2Nmhv3+9m98p1+/SlOovwt78FPX7n0cKQ+VrxYES8pM3sp683xtBnMVhWA630BWWgLiBVIAgzF7BbnXpfttybxq+Rw1DWGMcDwULs5Xymp4aV2Rx/ykCoIODA5/2PXhMJ+j6xVvQyvqABkzoHOfI2YLuBzcr/Bcd4YQ2dKQ8ZfVzZGAoO5d4YBCvAOMv1Zr4nnulAAqAWxChStBOz11zRFgXz20rch3OQgCwHG3xIvEM8PsHvOsNn5KboeXf2uwanHyDXMdfJW2TPn5IfUdRAhpOiBULRtesXe1UchDRnKjkmMqYP7JTOV0PwAvmeZ4uZ8Se6jlWAqpQFxrDah28ohhJTFiI0ax13Z6Sh3wIg7KMOlRENmYNOpH5VeuiWeOodrQs0vR2Jltik0xLAApJW1ci8KyJE9yB7ebfyKa4mI4hT5VOaQOzh0nnxleKi5ih2v8kag0vXxWteo3FtOtCZIkdnBumoT2xDO68WLUPRw80in1D2SzQ7c8PtELloxlafDK54u3Lowlp0LvETGBCD2mUH2gLaOdkUm5+Sk8urnb7rpq5OGOI90jQb+MqsqmsOhG+g3Lg8OX22D9eS90r3s41H5Ta1UgvEqlqTVqpPXKMQBqqKnHgNY05wv5hmwAju+1dQXh3gHLFZLeBKdiIjpPknDIPPiAvikglSsijRryO7bMb3gGJrBMmXPnKr8cbtm5E5czRA8zdFb555OFr4BJ/fzVlfrtNPEFh85LxC0w+H/Bdph2YMRQ2aPDraEP6PTql+H+v8vI/KXZIIOozb8K/0l5+b0gnMjmF8de7Op3ZoNZ3yiEPRmORbRXHz3n91UEXsWphFsC6vxmViaWHhSYWyzVuQy/HYgGYe+BMDCQI6qx7eO1SP+EpxNbX1dEQOxF2z1faWYXvNZaD6OOtQz1XsfRL25Qskg0wuvvUn00f18P+/M82oZs5zkk9N67umWmRAp/iFvFJeg1XqQRV15jn9dRyMqxLst5gtm21Kb2O55heZZHJpd/bRSQwIiPNndyeJ9TNv9UwaEctaSQ0u9WYaaBmQ6Qds1htMPeE1gAM6KjxbZ3iPsDaVGuaaMAckX+6jdxTDSKsp8wj6S16ArjkMlT8dOPDX/3/dX+A3aBoqPmEKcwfX5PZ8A1TLAoT/QhVGFu1tVBVYYuUDtUnUWZ0+QptP8tBuqp1CGBrEuMw8HwsmHePIigjzBiFxHQLL7Oo2bbT7t3Wi3AhmMy/WHa4+4Iw0g
Hello,
Thank you for your reply.
I’m using QT 5.12 and I’m using the latest version of CGAL.
But that error has been resolved now. I had not installed some qt5 components and hence it was giving this error.
Best Regards,
Kabir
On Mon, 10 May 2021 at 1:49 PM, Maxime Gimeno <> wrote:
Hello,Can you tell us what version of Qt are you using, and how did you get cgal ? (from a package manager, from git ? What version is it ?)Le sam. 8 mai 2021 à 09:44, Kabir Kedia <> a écrit :Hello,I was trying to build to the detect_sharp_edges plugin present in the Polyhedron Demo. However, I keep on getting this error.In file included from /usr/include/CGAL/Three/Viewer_interface.h:19,
from /home/kabir/development/detect_Sharp_corners/Scene_surface_mesh_item.h:19,
from /home/kabir/development/detect_Sharp_corners/Detect_sharp_edges_plugin.cpp:10:
/usr/include/CGAL/Qt/qglviewer.h:33:10: fatal error: QGLContext: No such file or directory
33 | #include <QGLContext>
| ^~~~~~~~~~~~I have tried everything from reinstalling qt5 and CGAL to manipulating the CMake lists file. Still, this error remains. Please tell me what should I do?
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
- [cgal-discuss] Polyhedron detect_sharp_edges demo, Kabir Kedia, 05/08/2021
- Re: [cgal-discuss] Polyhedron detect_sharp_edges demo, Maxime Gimeno, 05/10/2021
- Re: [cgal-discuss] Polyhedron detect_sharp_edges demo, Kabir Kedia, 05/10/2021
- Re: [cgal-discuss] Polyhedron detect_sharp_edges demo, Maxime Gimeno, 05/10/2021
Archive powered by MHonArc 2.6.19+.