Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] OpenGL problem in CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] OpenGL problem in CGAL


Chronological Thread 
  • From: David Rochera <>
  • To:
  • Subject: Re: [cgal-discuss] OpenGL problem in CGAL
  • Date: Thu, 7 Jan 2021 09:26:39 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:Bxc2Uh83TdPsKP9uRHKM819IXTAuvvDOBiVQ1KB+0+kXIJqq85mqBkHD//Il1AaPAdyEragY0qGN4+jJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fcbglVhjexe61+IRqroQneuMQbgpZpJ7osxBfOvnZGYfldy3lyJVKUkRb858Ow84Bm/i9Npf8v9NNOXLvjcaggQrNWEDopM2Yu5M32rhbDVheA5mEdUmoNjBVFBRXO4QzgUZfwtiv6sfd92DWfMMbrQ704RSiu4qF2QxLulSwJNSM28HvPh8N/gqJUohKvqRJ8zYDJfo+aKOFzcbnBcd4AX2dNQtpdWi5HD4ihb4UPFe0BPeNAoofzvVQOsxq+ChSxD+3zzT9Hmn/20rMg0+s7DArL2xEvH8gJsHvIrNX6Kr0SXvquwabT0TrMdfZW1i3h6IjIaBwhpuuMXb1pfMfX1EIgGB/LgE+Kpoz5IzOayP4Ns26D4ud8Ue+iiGEqph1wrzSzxsoihIbHi4IVxF3a8Sh0woI4KN+4RUJmb9CpDoVcuiWVOoZ2TM0vXm5mtig4x7AbuZO2ejUBxpogxx7acfOHco6I7wrsVOaQPTd4hG9ld6mlixmu9kigz/XwVsiy0FZQrypKiMPAtn4X1xHV98OJSeN981+/1TqT0w3f8OJJLEAumabGKpMswKQ8m5URvEnFAyT4gl/5jLWMeUUh4uWo6/roYrHhppKEMo97kAD+MqA3lsy7D+Q0LxECX2aU9Om+zrHj8kr5QLJFjv0yjKbVqozVJcMepqKhAg9V1Jgs6wqnAju4zNgVmWMLIVFFdR6dkoTkOlPDLOr3APq9m1islS1kx/HCPr3vGJXNKX3Dna/8crZn7E5T1Aozws5F551OEbwOO+78VVX0tNPCEh85Mxa4w+H9CNVyzo8eQ36AAreFMKPOtl+F/v4gI+aWa48RoTryNvkl5+Xygn8kgl8dZrKk3YAXaXC9BvRpOV+VYXvqgtcbEGcFpBAyTOLwiA7KbDhIenznX74g/ippT8W9HILbT8ashqaA1WG1BNpNd2VeAxeNF3nvMI6LUvNJZCOJKdJ6iW85U6O8Qa890BX7tBPm06E1aa3P6ygAvNTi0sJ07qvdj1Yp5DlsBoOc1W+KCGp7l2dNSz4t171kuh9AzEye25R1k+ANFcBP/+gbFUAhJJvExqp7DcrzU0TPZJCSWVO+S5KnBz82Cdk+yttLb0dmEMi5lUP/2H+hDLYR0rCKH5cp6bn03n7rJs87xWyV+rMmigwKS9VOOSWcgaV/+hLaT9rFiUKSl6uwfIwW1yfI/XuDi22UsxcLA0ZLTazZUCVHNQPtptPj6xaaFu78OfEcKgJEjPW6BO5PY9ztg09BQa64at7Vame4h2f2AgyHlOrVMNjaPl4F1SCYM3Aq1hgJ9C/dZwI1DyKov2KYCyZhRwq2PhHctNJmoXb+dXcaigGHa0o7iuiw8x8RwPiSErYdgu1CtyAmpDF5Wl262oCOBg==

Sebastien, the latest stable version of CGAL, 5.2.

Thank you very much, Maxime Gimeno! :)

On Thu, 7 Jan 2021 at 09:00, Maxime Gimeno <> wrote:
I opened an issue and I've been working on a fix since yesterday: https://github.com/CGAL/cgal/issues/5334

Le jeu. 7 janv. 2021 à 08:47, Sebastien Loriot <> a écrit :
What version of CGAL are you using?

Sebastien

On 1/5/21 8:47 PM, David Rochera wrote:
>> Hello, I'm new in CGAL and in this mailing list,
>>
>> I have been trying for many days to solve an OpenGL problem I have
>> when running some CGAL examples and demos but I could not solve it
>> yet. If some of you know the answer to this question I would be very
>> grateful. :)
>>
>> I'm using a fairly new Mac OS, where I have installed the last
>> versions of CGAL, Qt5 and many other optional libraries. The OpenGL
>> support was discontinued for Apple some years ago, so that my GL Core
>> version is up to 4.1. The problem is that after compiling and running
>> some CGAL examples and demos I get the warning:
>>
>> GL 4.3 context initialization failed.
>>
>> Using context  2 . 1 GL
>>
>>
>> This results in not being able to see vertices nor edges in the
>> Basic_viewer. I'm wondering how the 4.1 context could be set in order
>> to avoid such an issue. Looking at the CGAL Qt files, I can guess
>> that the 4.3 context is tried to be set and, if not found, the ES 2.0
>> context is displayed instead. Nevertheless, I guess there should be a
>> way to display the highest possible Mac OS context 4.1 because the
>> Polyhedron demo, for instance, works fine for me. If I run it, I can
>> see vertices and edges and indeed I get:
>>
>> Using context  4 . 1 GL
>>
>>
>> If the problem is regarding the OS, there should be many affected
>> CGAL users but I haven't found many people speaking about it in any
>> forum... so I don't know if I'm missing something.
>>
>>
>> Thank you very much and best wishes,
>>
>>
>> David
>>
>
> --
> 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



--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss




Archive powered by MHonArc 2.6.19+.

Top of Page