You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[vmaccount@localhost ~]$ git clone https://github.com/dfaust/plasma-applet-places-widget
Cloning into 'plasma-applet-places-widget'...
remote: Counting objects: 149, done.
remote: Total 149 (delta 0), reused 0 (delta 0), pack-reused 149
Receiving objects: 100% (149/149), 50.97 KiB | 199.00 KiB/s, done.
Resolving deltas: 100% (50/50), done.
[vmaccount@localhost ~]$ cd plasma-applet-places-widget
[vmaccount@localhost plasma-applet-places-widget]$ mkdir build
[vmaccount@localhost plasma-applet-places-widget]$ cd build
[vmaccount@localhost build]$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-- The C compiler identification is GNU 7.2.1
-- The CXX compiler identification is unknown
-- 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
CMake Error in CMakeLists.txt:
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/home/vmaccount/plasma-applet-places-widget/build/CMakeFiles/CMakeOutput.log".
See also "/home/vmaccount/plasma-applet-places-widget/build/CMakeFiles/CMakeError.log".
I'm on fedora kde5 with the latest updates.
The text was updated successfully, but these errors were encountered:
Hi, I will report the log here:
[vmaccount@localhost ~]$ git clone https://github.com/dfaust/plasma-applet-places-widget
Cloning into 'plasma-applet-places-widget'...
remote: Counting objects: 149, done.
remote: Total 149 (delta 0), reused 0 (delta 0), pack-reused 149
Receiving objects: 100% (149/149), 50.97 KiB | 199.00 KiB/s, done.
Resolving deltas: 100% (50/50), done.
[vmaccount@localhost ~]$ cd plasma-applet-places-widget
[vmaccount@localhost plasma-applet-places-widget]$ mkdir build
[vmaccount@localhost plasma-applet-places-widget]$ cd build
[vmaccount@localhost build]$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-- The C compiler identification is GNU 7.2.1
-- The CXX compiler identification is unknown
-- 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
CMake Error in CMakeLists.txt:
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/home/vmaccount/plasma-applet-places-widget/build/CMakeFiles/CMakeOutput.log".
See also "/home/vmaccount/plasma-applet-places-widget/build/CMakeFiles/CMakeError.log".
I'm on fedora kde5 with the latest updates.
The text was updated successfully, but these errors were encountered: