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
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
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
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
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