Skip to content

Fail test on compiling #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Mte90 opened this issue Mar 5, 2025 · 4 comments
Open

Fail test on compiling #16

Mte90 opened this issue Mar 5, 2025 · 4 comments

Comments

@Mte90
Copy link

Mte90 commented Mar 5, 2025

Attached the log on trying to compile that fails on a test.

log.txt

@Mte90
Copy link
Author

Mte90 commented Mar 5, 2025

If I silence that test the process it ends but don't compile anything.

I am using cmake --workflow --preset="clang-release" as per readme

@Mte90
Copy link
Author

Mte90 commented Mar 5, 2025

Also on debian the folder to install not exists so I created it mkdir /usr/lib/qt6/plugins/ktexteditor.

@Mte90
Copy link
Author

Mte90 commented Mar 11, 2025

So I discovered that after installing kdevelop-dev the process started doing some stuff differently. I was trying to compile only the kate version so I didn't care of that.

CMake Error at src/kdevcxx_with_ai/CMakeLists.txt:25 (install):
  install TARGETS given target "kdevcxx_with_ai" which does not exist.


CMake Error at src/kdevcxx_with_ai/CMakeLists.txt:26 (install):
  install FILES given no DESTINATION!


-- PLUGIN_INSTALL_DIR 
-- KDE_INSTALL_KSERVICESDIR 
CMake Error at src/kdevcxx_with_ai/CMakeLists.txt:31 (install):
  install TARGETS given target "kdevcxx_with_ai" which does not exist.

Commenting those lines let me to generate the kdevcxx_with_ai.so but is missing the kate one

@Mte90
Copy link
Author

Mte90 commented Mar 12, 2025

I think that on compiling the kate plugin there are some issues.

[2/5] Building CXX object src/kate_with_ai/CMakeFiles/kate_with_ai.dir/kate_with_ai_autogen/mocs_compilation.cpp.o
clang++-19: warning: no such include directory: '/home/mte90/Desktop/kde/kdevcxx_with_ai/src/kate_with_ai/include' [-Wmissing-include-dirs]
[3/5] Building CXX object src/kate_with_ai/CMakeFiles/kate_with_ai.dir/kate_with_ai_config_page.cc.o
clang++-19: warning: no such include directory: '/home/mte90/Desktop/kde/kdevcxx_with_ai/src/kate_with_ai/include' [-Wmissing-include-dirs]
[4/5] Building CXX object src/kate_with_ai/CMakeFiles/kate_with_ai.dir/kate_with_ai.cc.o
clang++-19: warning: no such include directory: '/home/mte90/Desktop/kde/kdevcxx_with_ai/src/kate_with_ai/include' [-Wmissing-include-dirs]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant