Subject: CGAL users discussion list
List archive
- From: "Laurent Rineau (CGAL/GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] compile demo in ubuntu
- Date: Wed, 12 Jul 2017 16:04:29 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:wXuSpB217t7L8vEWsmDT+DRfVm0co7zxezQtwd8ZseMWI/ad9pjvdHbS+e9qxAeQG96KtLQc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q89pDXYQhEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7S60/Vza/4KdxUBLmiDkJOSM3/m/Ujcx/jqxbrx2uqRNj2IPUfJybOeBicq/BYd8WW2xMVdtRWSxbBYO8apMCA+QHM+lCson9vUUBrR2iBQKxGO3vyzlIiWHs0q0nzu8tFR/L0g08EtwIq3jarcv6NKAXUe+r0KnI1zXCYfNM1jjh9IjIdQohoPGJUb5+bMHczk0vGBnYjlWKt4PlOS+V2v4Xs2ia6epvS/igi3M8pg5trTig3MMshpPOhoIPxVDJ7CN0y5s7K92/TU50e9+kEJ1Iui6GOIt5WMciT3tvuCYgxb0KoZG7czYNyJQi2RHfd+aHcoiG4h35SOmRPTB4hGhleb6lmxmy9k2gx+vhXce3yFZHtjdJn9vPu3wX2RHe5NKLRuVy80qiwzqDygTe5+BcLU07lKfXMYMtz70+m5YJvknOGjX6lFj4gaKZcEgv5/Km5P79Yrr8o5+RL490hR/6MqQpgsGzHP40Mg0JX2WU4+i80afs/Uz9QLlTif02j7XZvIrdJcQFpq61GQlV3Zg/6xqnDjem1soXnWUfIV5Yeh+KjJLlNl/ALfziE/uyjFehnC12y/3CP7DtGpDNIWLCkLflc7Z98UlcyA8rwNBb/Z1UF6sBL+z1Wk/trtDYFB45MwqqzOn9FdVwzZ8RWW2VDa+dKq/StkWI5u03L+mWeIAVoCr9K+Qi5/P2kXA5lkUSfa2w0ZQKaXC4BehpI1iCYXr3mdoBCmcLvg8mTOPwklGCUDhTZ2yzX60m/D07BpimXs//QdWmj7WFmSu6BZZLfXtuC1aWEH6ueZ/Xde0LbXfYBsZ8iDECSfCbSoks3Azm9CTV4p4gAefT/yAEr4PN3dNp4PfC1Ft6oTh9Et6Q1X3LVWByk2oVbzQ51aQ5plZynATQmZNkiuBVQIQAr8hCVR03YMbR
- Organization: GeometryFactory
Le Wednesday, July 12, 2017 2:44:53 PM CEST Servenaz a ?crit :
> i change CGAL_DIR to /home/pc/src/CGAL-4.10/
> it solved my problem
> now i wanna run the executable file with "./Alpha_shape_3" command
> i got :
> The constructor with a QGLContext is deprecated, use the regular contructor
> instead.
> QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL
> are enabled
> QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL
> are enabled
> QOpenGLWidget: Failed to create context
> QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL
> are enabled
> QOpenGLWidget: Failed to create context
> composeAndFlush: makeCurrent() failed
> composeAndFlush: makeCurrent() failed
> composeAndFlush: makeCurrent() failed
> composeAndFlush: makeCurrent() failed
> composeAndFlush: makeCurrent() failed
> composeAndFlush: makeCurrent() failed
> composeAndFlush: makeCurrent() failed
> it will continue until i close CGAL 3D Alpha shape
> what's the problem?
Now the run of the application probably mixes versions of Qt5 at load time,
and that leads to subtle binary incompatibilities.
Set the environment variable LD_LIBRARY_PATH before launching the
application, to the paths where the libraries of Qt5 are. That is probably:
export LD_LIBRARY_PATH=/home/pc/src/Qt5.7.0/5.7/gcc_64/lib:/usr/local/lib
--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/
- [cgal-discuss] compile demo in ubuntu, Servenaz, 07/10/2017
- Re: [cgal-discuss] compile demo in ubuntu, Osama Fadel, 07/10/2017
- Re: [cgal-discuss] compile demo in ubuntu, Laurent Rineau (CGAL/GeometryFactory), 07/10/2017
- Re: [cgal-discuss] compile demo in ubuntu, Servenaz, 07/10/2017
- Re: [cgal-discuss] compile demo in ubuntu, Laurent Rineau (CGAL/GeometryFactory), 07/10/2017
- Re: [cgal-discuss] compile demo in ubuntu, Servenaz, 07/10/2017
- Re: [cgal-discuss] compile demo in ubuntu, Laurent Rineau (CGAL/GeometryFactory), 07/11/2017
- Re: [cgal-discuss] compile demo in ubuntu, Servenaz, 07/12/2017
- Re: [cgal-discuss] compile demo in ubuntu, Laurent Rineau (CGAL/GeometryFactory), 07/12/2017
- Re: [cgal-discuss] compile demo in ubuntu, Servenaz, 07/12/2017
- Re: [cgal-discuss] compile demo in ubuntu, Servenaz, 07/12/2017
- Re: [cgal-discuss] compile demo in ubuntu, Laurent Rineau (CGAL/GeometryFactory), 07/11/2017
- Re: [cgal-discuss] compile demo in ubuntu, Servenaz, 07/10/2017
- Re: [cgal-discuss] compile demo in ubuntu, Laurent Rineau (CGAL/GeometryFactory), 07/10/2017
- Re: [cgal-discuss] compile demo in ubuntu, Servenaz, 07/10/2017
Archive powered by MHonArc 2.6.18.