Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu)
Chronological Thread
- From: Maxime Gimeno <>
- To:
- Subject: Re: [cgal-discuss] Trouble compiling surface_mesh example using cmake-gui (Ubuntu)
- Date: Wed, 29 Apr 2020 14:28:29 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:F5Pv4ROJcslyW4u3Jwcl6mtUPXoX/o7sNwtQ0KIMzox0I/n+rarrMEGX3/hxlliBBdydt6sZzbSN+P25EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCe9bL9oLRi7owrdu8kLjYB/Nqs/1xzFr2dSde9L321oP1WTnxj95se04pFu9jlbtuwi+cBdT6j0Zrw0QrNEAjsoNWA1/9DrugLYTQST/HscU34ZnQRODgPY8Rz1RJbxsi/9tupgxCmXOND9QL4oVTi+6apgVRnlgzoFOTEk6mHaksN/jKxZrxyhqRJxwJPabp+JO/dlZKzRYckXSHBdUspNVSFMBJ63YYsVD+oGOOZVt47zqEEBrBu/AAmjGv7kxD5Jhn/zw6I61eMhGhzB0QwlBd0Pv3XUrNDrO6sIXuC1zazIwivFb/NRwjr9543IfQogofGIR75/bc3RyUw2Gg7Dk16ep4vlPzaP2eQMtWiW9+xgWvi0hGE8rwF+vCKjydsrionMno4Vy1bE9T94wIkvP9G4RlR7bNi5G5VTryGXL5V6Tt8mTm1yuys3yqcKtYO6cSQX0pgqxwDTZvqaeIaS+B3jTvyeITJgiXJlZr2/gxGy/FClyuLmV8m01E9Gri1CktXRr3wN2Rze5tadRvty+Ueh3jmP1wTN5e1ePU80kq/bJ4Ygwr42iJUTrVzOEjHqlEjylqObdUUp9vK15+nmf7nqvJ+RO5FshgH7KKsum8i/AeoiMggJWmiW4eG826fs/E34RbVFkOc6kqbYsJDfO8sboKm5DhRa0oYm8Rm/DjOm3M4EknkAKVJJYAiHgJTxO1HSPPD4Cu+yjEijkDhxw/DKJ6DuApTWLnffjbfhZq195lVHyAszyNBf/4hbBqsAIPL1QE/xtcbXAgU3MwyukK7aDs5g3NYeRX6XGf3ed7jDtEeBoOMpOeiFIoEP/y3sLuAsoP/og3h+klAUeeyl3IAcdWujTclgOFiTQWbphoIBDXsSpVh5C/f7jUWLFz9VfXe7GawmoSoqDZqvSobFSIfqi7OI2GK3H4Zde3tdWW2KCmriS4iUR6IMdD6KOZ0m1ScVUKCoDY4nzxCn8gHgjKF2K/LdvSweu5Wk39d846jflAo56CdvXPiahmqCRmUxkmITTCItx4h+p1Z8wxGNy/tWmftdQPla9/JMX08VNJvRyesyX9X7SgPEc5GGSVOrRNKODjQ4T9Z3yNgLNRUuU+6+hwzOinL5S4QekKaGUcRto/DsmkPpLsM48E7okawojl0oWMxKbDT0iat29gyVDInMwRzAy/SaMJ8E1SuIz1+tiHKUtRgBAgF1WKTBG3sYYxmO9Imr1gb5V7arTI8fHE5BxMqFcPYYb9ToiRBBQ66mNomEJW22nGi0CFCDwbbeNIc=
Hi,
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
- [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.