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:52:56 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:7T6N0R3sxsHXK9CIsmDT+DRfVm0co7zxezQtwd8ZseMTL/ad9pjvdHbS+e9qxAeQG9mCtrQa0KGL7ejJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fcbglVhDexe7J/IRu5oQjRt8QdnJdvJLs2xhbVuHVDZv5YxXlvJVKdnhb84tm/8Zt++ClOuPwv6tBNX7zic6s3UbJXAjImM3so5MLwrhnMURGP5noHXWoIlBdDHhXI4wv7Xpf1tSv6q/Z91SyHNsD4Ubw4RTKv5LptRRT1iikIKiQ5/XnYhcx+jq1VoByvqR9izYDKfI6YL+Bxcr/HcN4AWWZNQsRcWipcCY28dYsPCO8BMP5foYbnqFoOrB6+ChexD+3uyz9Ig2H53as90+88FgzG2RYvHt0PsHTRstr5LqgSUeGwzKbWyzXDaOhb2Tj46IfScxAhpeuAUq53ccrU0EQiER7OgFuXqYzgJTyV1+INvnCd7+V6Tu2gkGonpB9rrjezwccsj5HFhoMTylDe9CV22pw5JdOiSEN9fNWqE4NQujmEO4dqRs4uWWJltSYgxrEYpJK3YDIGxZsnyhPZdveJaZKH4gj5W+aUOTp4hGxqeLa4hxuq9Eiv0Oz8Vs2t3FZNsipJj8DAtn4C2hHT8MSHRfx9/kCu2TaLyQ/f8P1LIUcxlabDKp4hxKA/loYLvEjdAiP7nF/6gayWe0k+5OSk9vjrbq/pq5KcL4N0jxvxMqUqmsyxG+Q4NQ0OUnCe+eum27zj/Ej5T6tQgv05k6nZtY7VJcIcpqOiDA9V15ws6xe7Dzu8zNsYmnwHIEpfeB2bl4jpJ03OIPfgAPijjFSjijNry+nbMb3gGZXCMmXDkKz6fbtm8E5dyA8zzchF6J5OC7EBJujzWk7ru9DCAB85KV/8/uD8Fd8o1p8CQXndReiCIabKuBmJ4PguKq+CfsgOqTPlIr8k4fDpynQ2kFtYcaiy1oYMcyOFGO97KWWFZH65gssdCXxY+U0lXenygRuDVyRSbjC8ReUn9zQjAcWnC4nEAYuiibjE0CagFYBNfTN7DEuRG0vlZ5nRW+sQcDnAZYh6gzkcXP6gTZUg3Fegrkjh2r9/J63V/CMf8pns3dww6+zIngwp7m9ICJGW3GiJCm11hWgVXCQe3aZloEU7xE3Q/7J/hql9HMxS4v4BfQY/OJjbh7h/AsDzXw+HcdaMRVChatqjCDA1CNk2xoldMA5GB9y+g0WbjGKRCLgPmunTXcBmwufnx3H0Yv1F5TPezqB41gspR8JOMSutgastr1GCVb6MqF2QkuORTYpZ2SfM8GmZym/X5RNXVQdxVePOWnVNPxKL/+S83VvLSvqVMZpiMgZFzpTfeK5Da9msikkfAfm/ZZLRZGW+n2r2DhGNlOuB
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
- [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.