Re: [deal.II] CMAKE Warnig: no source or binary provided

2024-04-19 Thread Matthias Maier
The problem is that you do not have a working compiler installed. If this is an Ubuntu try to run: $ sudo apt install gcc g++ gdb make ninja-build to get a working toolchain. You might also be interested in the clang toolchain: $ sudo apt install clang-format clangd clang Best, Matthias

Re: [deal.II] CMAKE Warnig: no source or binary provided

2024-04-19 Thread Wolfgang Bangerth
On 4/19/24 15:56, Adnan wrote: Fixing CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE:PROGRAm ist not set. You probably need to select a different build tool. CMAKE_CXX_Compiler not set after enablelanguage. Adnan: can you remove everything in your build

Re: [deal.II] CMAKE Warnig: no source or binary provided

2024-04-19 Thread Adnan
Hi, i have failed again to install it with this erorr: Fixing CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE:PROGRAm ist not set. You probably need to select a different build tool. CMAKE_CXX_Compiler not set after enablelanguage. How can i resolve this is

Re: [deal.II] CMAKE Warnig: no source or binary provided

2024-04-18 Thread Adnan
Hi, Thanks for the prompt reply. . Best regards Adnan On Thursday, April 18, 2024 at 5:04:05 AM UTC+2 Wolfgang Bangerth wrote: > On 4/17/24 20:42, Adnan wrote: > > i am trying to install dealii but i have been facing this problem. > > when i give the path to configure and build, it results in

Re: [deal.II] CMAKE Warnig: no source or binary provided

2024-04-17 Thread Wolfgang Bangerth
On 4/17/24 20:42, Adnan wrote: i am trying to install dealii but i have been facing this problem. when i give the path to configure and build, it results into CMAKE warning: No Source or binary directory provided. cmake -DCMAKE_INSTALL_PREFIX=/home/adnan/Documents/dealii-9.5.2 i have attached