Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

code completion breaks after changing header file

<< < (3/5) > >>

Pecan:
@ Hyena

On what version of Linux are you running CodeBlocks?

Where did you get your version of codeblocks and how did you install it.

I'd like to try to re-create this situation by installing the same CB you're now running.

Hyena:
here's a screenshot of my system info

I installed CB according to this manual: https://wiki.codeblocks.org/index.php/Installing_Code::Blocks_from_source_on_Linux

I downloaded the source code from SVN and installed it according to Unix build/install instructions in the BUILD file

Pecan:
@ Hyena

Please show me the results of:
g++ --version
clangd --version
wx-config --cxxflags

Hyena:
[hyena@Courage livonia]$ g++ --version
g++ (GCC) 15.1.1 20250425
Copyright (C) 2025 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[hyena@Courage livonia]$ clangd --version
clangd version 19.1.7
Features: linux
Platform: x86_64-pc-linux-gnu

[hyena@Courage livonia]$ wx-config --cxxflags
-I/usr/lib/wx/include/gtk3-unicode-3.2 -I/usr/include/wx-3.2 -DWXUSINGDLL -D__WXGTK3__ -D__WXGTK__ -D_FILE_OFFSET_BITS=64

Pecan:
@ Hyena

I now have Codeblocks compiled and running on Monjaro.
But the default make file only creates the base plugins. Not clangd_client or any other contrib plugin.

So tell me how you compiled and installed all those contrib plugins so that I can do it exactly like you did.

I'm trying to get on the "same page" you are on to try and re-create the problem with Clangd_client.

Did you use the : "./configure --with-contrib-plugins=all" method or did you compile contribs with one of the config .cbp or .workspace files?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version