Subject: CGAL users discussion list
List archive
- From: "anh.tran" <>
- To:
- Subject: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu)
- Date: Wed, 29 Apr 2020 07:20:29 -0500 (CDT)
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
- Ironport-phdr: 9a23:RSzlcx/TII6cgv9uRHKM819IXTAuvvDOBiVQ1KB41+ocTK2v8tzYMVDF4r011RmVBNidtakP1rKempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9JDffgVFiCC8bL58Ixm7rRndvdQKjIV/Lao81gHHqWZSdeRMwmNoK1OTnxLi6cq14ZVu7Sdete8/+sBZSan1cLg2QrJeDDQ9LmA6/9brugXZTQuO/XQTTGMbmQdVDgff7RH6WpDxsjbmtud4xSKXM9H6QawyVD+/6apgVR3mhzodNzMh/m/ZitJ+gqFGrh2uuxNxzJXZYJ2XOfZiYq/RYc8WSXRHU81MVyJBGIS8b44XAuYPJ+lYqYn9q0ESrRukHwasAu3jwSJPi3/qx601yeIhEQXb3Aw9AdIOsWrbrMnvO6cUUeC416bIzTDZYPNX3Tfx8pTHchckofyVW797bMTfyU4qFwzfj1WQr5ToPzWP2esWqGeb6/RvWfizhG4grgF8pCWkyMQ0ioTRm44YzlTJ+T93zYs2P9G1S092bcSlHZZRsSyRKpF4Tdk4Q25yvSY30r0GtoC/fCgN0JknwRHSZ+aBc4eS+R3sT+KRLiliiH15f7K/gg6+8UmmyuLiSsm5yEtGoy5Bn9XWuH0A1Abf58uGR/dn/0qs2C6D1wXJ5eFFJUA0m7DbK5kkwrMoipoTq17MHinymEXrka+WaEQk9fa06+v9ZLXmpoSRN4Bxig7kM6QuntazDvg/MggLR2Sb4/iz1KX//U3lR7VHluE5kqbDv5DePMgUu6+5AxRJ3YY+8Ba/FCyr0M8YnHkCNFJKYgiLj4nvO1HUIfD3F+2zg1q2kGQj+/eTNbLoBtDBL2PIjaz6Vbd78U9VjgQpnv5F4JcBQLgHILTvQEb3/pSMEgUwNQip3vjmBcl00IM2VmeGA6vfO6TX5wzbrtkzKvWBMddG8A32LOIosqa30C0J3GQFdKzs5qM5LXC1GvM/fhefPTzqi90LFWpMtQ07HrWz1A+yFAVLbnP3ZJoSoykhAdv/X4jGT4GpxreG2XXjR8wEViV9ElmJVEzQWcCBUvYIZjiVJ5Y4wDMBXLmlDYQm0EP1uQ==
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/
- [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.