Hi! On Friday 22 December 2017 19:10:52 Ayush Mahajan wrote: > I am trying to build Kopete on my windows machine and I am getting this > error > > "The C compiler identification is GNU 4.9.2 > > The CXX compiler identification is GNU 4.9.2 > > Check for working C compiler: F:/CodeBlocks/MinGW/bin/gcc.exe > > Check for working C compiler: F:/CodeBlocks/MinGW/bin/gcc.exe -- works > > Detecting C compiler ABI info > > Detecting C compiler ABI info - done > > Detecting C compile features > > Detecting C compile features - done > > Check for working CXX compiler: F:/CodeBlocks/MinGW/bin/g++.exe > > Check for working CXX compiler: F:/CodeBlocks/MinGW/bin/g++.exe -- works > > Detecting CXX compiler ABI info > > Detecting CXX compiler ABI info - done > > Detecting CXX compile features > > Detecting CXX compile features - done > > CMake Error at F:/CMake/share/cmake-3.10/Modules/FindKDE4.cmake:60 > (message): > ERROR: Could not find KDE4 kde4-config > Call Stack (most recent call first): > CMakeLists.txt:4 (find_package) > "
This error says that cmake cannot find in your system "kde4-config" tool. It is required for building any KDE4 application. It comes with KDE4 development packages and is essential for KDE4. I'm not sure what is or was state of KDE4 for Windows, basically all developers use Linux. > can someone please help me figure this out an tell me where I am going > wrong and how can I fix this?? > > Your Sincerely, > Ayush Mahajan But currently Kopete is switching from KDE4 to KF5. New KF5 code is in kf5 branch of kopete git repository and I would suggest to switch into that branch (until kf5 code lands in master git branch). -- Pali Rohár pali.ro...@gmail.com