
Gmail Feed
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
shaeda
1 year ago
Report
m4519ec
2 years ago
Sorry I new in this world. I think I need some help to install the widget.
I've finished the compilation apparently it finished correctly, but I cannot find the file with plamoid extensión. The CMakeOutput file finishes with the following entries:
miguel@PC-Manoli:~/ultimategmailfeed-master/build/CMakeFiles$ tail -f CMakeOutput.log
make[1]: Entering directory '/home/miguel/ultimategmailfeed-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_c0328.dir/src.cxx.o
/usr/bin/c++ -std=c++0x -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -DHAVE_DATE_TIME -Wdate-time -o CMakeFiles/cmTC_c0328.dir/src.cxx.o -c /home/miguel/ultimategmailfeed-master/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_c0328
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c0328.dir/link.txt --verbose=1
/usr/bin/c++ -std=c++0x -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -DHAVE_DATE_TIME -rdynamic CMakeFiles/cmTC_c0328.dir/src.cxx.o -o cmTC_c0328
make[1]: Leaving directory '/home/miguel/ultimategmailfeed-master/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Did i miss something to do?
Thanks in advance.
Report
emplate430
2 years ago
Report
pager32
2 years ago
Report
pager32
2 years ago
Report
matafleur
1 year ago
Report
pager32
2 years ago
Report
alekksander
2 years ago
Report
alekksander
2 years ago
Report
yevhensayenko
3 years ago
Report
anthon38
3 years ago
Report
yevhensayenko
3 years ago
Report
anthon38
3 years ago
Report
yevhensayenko
3 years ago
Report
anthon38
3 years ago
Report
yevhensayenko
3 years ago
Report
anthon38
3 years ago
Report
MarvinKweyu
2 years ago
Report
paulikos
3 years ago
CMake Error at CMakeLists.txt:8 (find_package):
Could not find a package configuration file provided by "ECM" (requested
version 0.0.11) with any of the following names:
ECMConfig.cmake
ecm-config.cmake
Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
to a directory containing one of the above files. If "ECM" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
See also "/home/paulik-maui/Letöltések/gmailfeed-1.1/build/CMakeFiles/CMakeOutput.log".
Any help?
Report
anthon38
3 years ago
Report
Vaxxana
2 years ago
Thanks ;-
Report
paulikos
3 years ago
CMake Deprecation Warning at /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:324 (message):
LIB_INSTALL_DIR is deprecated, use KDE_INSTALL_LIBDIR instead.
Call Stack (most recent call first):
/usr/share/ECM/kde-modules/KDEInstallDirs.cmake:418 (_define_relative)
CMakeLists.txt:11 (include)
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:26 (find_package):
Could not find a package configuration file provided by "Qt5Quick" with any
of the following names:
Qt5QuickConfig.cmake
qt5quick-config.cmake
Add the installation prefix of "Qt5Quick" to CMAKE_PREFIX_PATH or set
"Qt5Quick_DIR" to a directory containing one of the above files. If
"Qt5Quick" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:15 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/paulik-maui/Letöltések/gmailfeed-1.1/build/CMakeFiles/CMakeOutput.log".
Sorry, my english is very poorly, and i can't all understand !
Report
anthon38
3 years ago
When you encounter an error like this, just google the name of the missing file (in this case Qt5QuickConfig.cmake) + ubuntu, usually the result from packages.ubuntu.com tells you the name of the package you need
Report
paulikos
3 years ago
.....Building CXX object plugin/CMakeFiles/gmailfeedplugin.dir/notification.cpp.o
/home/paulik-maui/Letöltések/gmailfeed-1.1/plugin/notification.cpp:22:25: fatal error: KNotification: No such file or directory
compilation terminated.
plugin/CMakeFiles/gmailfeedplugin.dir/build.make:110: recipe for target 'plugin/CMakeFiles/gmailfeedplugin.dir/notification.cpp.o' failed
make[2]: *** [plugin/CMakeFiles/gmailfeedplugin.dir/notification.cpp.o] Error 1
CMakeFiles/Makefile2:155: recipe for target 'plugin/CMakeFiles/gmailfeedplugin.dir/all' failed
make[1]: *** [plugin/CMakeFiles/gmailfeedplugin.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
Report
anthon38
3 years ago
Report