Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu)
Chronological Thread
- From: Trần Anh <>
- To:
- Subject: Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu)
- Date: Wed, 29 Apr 2020 22:26:03 +0930
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:yfqueBaoRH4z7MZmE+jqvf7/LSx+4OfEezUN459isYplN5qZrsm7bnLW6fgltlLVR4KTs6sC17OL9f67EjFfqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjWwba5yIRmsrAjcuMYajItgJ60s1hbHv3xEdvhMy2h1P1yThRH85smx/J5n7Stdvu8q+tBDX6vnYak2VKRUAzs6PW874s3rrgTDQhCU5nQASGUWkwFHDBbD4RrnQ5r+qCr6tu562CmHIc37SK0/VDq+46t3ThLjlSEKPCM7/m7KkMx9lK1UoByjqBJ/zYDaY5ybOuRica7GZ9wWWXBMU9xNWyBdAI6xaZYEAeobPeZfqonwv0UArQG9AgmqGeji1jlIhn/r1qA9z+QhCxvJ3AokH9ITrXTUstT1O7kOUe+vyqnIzS7Ob/xT2Tjn6YjIdgotru2LXbJ1aMfcz1QkGQ3CjlWVs4PlPjWV2/wLs2eB9OVvTuavhHA9pw5tpTivw98giojPhoIPy1DL7z91wIgvJdC+VUV1YsakHYNOuy2GM4Z6WMAvTmFytCony7AKpYS3cDULxZkjwRPUduaJfJKS4h35UeacOTd4i2xheLK4nxuy9FKvyuz4VsWtyVZKsjdJnsDCtnwQ1hHe7tKLSvR6/kem1jaP0x7c5vtYLkAzkKrXM58hwrgumZoPqUnPADP6lUHsgKKVdkgo4PWk5uX7brn8u5ORNot5hhn7Mqs0m8y/Beo4MhIJX2ie4em8yKfj8lf/QLVOk/02j7fZsJHEKsQHvKG5BQ9V350s6xa6FTim0dAYkWMbI1JCfRKLl5LpNE3WIPDkEfe/hEyhnytkx//cOr3tG4jCLnnYkLj9YLZ98FVcxREozdFf4pJUEqsOLOjyWk/3rtzYDwU2Pxa6w+b9W51A0JgDUzePHrOBK/GV9kSZ4/omZeiKfo4c/jjnbOM04ubnyn4/l1hadqag2d4baWuzA+99cHifemfmossEFTIKohYmV76tz0aTVCZaIXe0RaM1oD8hT5m3CJ/KAYGrjrvG1yiyGthaZ3tNF0uXQkrubJiOZ/ocdHeSPtN5iW5DEqOwTpcokxCorg7zjbR9afHF/zUR8pPl2t8y7OLakVQ+9Cd/Et+GgF2KGmp7l2dNSz4t171kumR8zE2C2O52ma92D9tWss9T2AFyHJjch7hmEdn0Xh/cYNaEVF+gQv2pBDgwSpQ6xNpYMBU1IMmrkh2Wh3niOLQSjbHeXMVooJKZ5GD4IoNG81iDzLMo1gB0Tc5GNGngjal6pVCKWtz51n6BnqPvTpwymS7A8GDZkziLtUBcFRdsCODLBC5OIETRqtv96wXJSLr8Ue12YDsE8taLL+5xUvOsiFxHQPn5P9GHOjC+nm6xAVCDwbbeNYc=
Thanks Maxime,
Will I need to uninstall libcgal-dev before doing so? Is this like an extension to libcgal-dev or is this libcgal-dev + qt5 component?
I think you should install libcgal-qt5-dev then.Hi,I just followed the CGAL's getting started guide: sudo apt-get install libcgal-devI have compiled and run CGAL program in the past but for some reason I decided to not use Qt5 or create_single_source_cgal_program. I used add_executable and it has always worked fine. But now I would like to ultilise CGAL's integrated graphic library to speed up my work.Thanks & RegardsAnh TranHi,Can you tell us the name of the package you installed ?Hi,
I have this problem when compiling surface_mesh example using cmake-gui:
The C compiler identification is GNU 7.5.0
The CXX compiler identification is GNU 7.5.0
Check for working C compiler: /usr/bin/cc
Check for working C compiler: /usr/bin/cc -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Detecting C compile features
Detecting C compile features - done
Check for working CXX compiler: /usr/bin/c++
Check for working CXX compiler: /usr/bin/c++ -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
NOTICE: The CGAL_Qt5 library was not configured. CGAL was configured with
WITH_CGAL_Qt5=ON, but one of the dependencies of CGAL_Qt5 was not configured
properly.
CMake Error at CMakeLists.txt:29 (create_single_source_cgal_program):
Unknown CMake command "create_single_source_cgal_program".
Configuring incomplete, errors occurred!
See also
"/home/anhtran/Desktop/Programming/CGAL-5.0.2_example/examples/Surface_mesh/build/CMakeFiles/CMakeOutput.log".
I installed CGAL through apt-get so everything is in the default folder
(/usr/lib/x86_64-linux-gnu/cmake/CGAL). My main concern here is the command
"create_single_source_cgal_program" is not recognised, but you can also see
that I also having trouble getting Qt5 to work probably (NOTICE: The
CGAL_Qt5 library was not configured. CGAL was configured with
WITH_CGAL_Qt5=ON, but one of the dependencies of CGAL_Qt5 was not configured
properly).
I have not modified the CMakeLists.txt file.
Help a learner out? Thank you.
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
Thanks & Regards
Anh Tran
- [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), anh.tran, 04/29/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Maxime Gimeno, 04/29/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Trần Anh, 04/29/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Maxime Gimeno, 04/29/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Trần Anh, 04/29/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Maxime Gimeno, 04/29/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Maxime Gimeno, 04/29/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Trần Anh, 04/30/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Maxime Gimeno, 04/30/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Andreas Fabri, 04/30/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Maxime Gimeno, 04/29/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Maxime Gimeno, 04/29/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Trần Anh, 04/29/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Maxime Gimeno, 04/29/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Trần Anh, 04/29/2020
- Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu), Maxime Gimeno, 04/29/2020
Archive powered by MHonArc 2.6.18.