dfaust / plasma-applet-places-widget

Plasma 5 widget that gives access to user places
GNU General Public License v2.0
13 stars 3 forks source link

Problem during the installation from github #1

Open Warmuser opened 6 years ago

Warmuser commented 6 years ago

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.

dfaust commented 6 years ago

I don't know why cmake requires a c++ compiler here (you don't need it for places-widget) but installing the g++ package should take care of it.

As I said though, it should be enough to unlock your desktop, download https://dl.opendesktop.org/api/files/download/id/1509196482/places-widget-1.2.plasmoid and drag it from your file manager onto your desktop.

dfaust commented 6 years ago

I just changed the category of the places widget on opendesktop.org, you should now be able to install it through plasma.

Warmuser commented 6 years ago

@dfaust Thanks for the support. I will test these solution and give you the feedback soon as possible. Thanks :)