Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: everSome on November 22, 2022, 11:39:19 pm

Title: clangd_client_wx31_64.cbp versus clangd_client_wx32_64.cbp in r13047
Post by: everSome on November 22, 2022, 11:39:19 pm
Any particular reason clangd_client_wx31_64.cbp is drastically different from clangd_client_wx32_64.cbp? The following in clangd_client_wx32_64.cbp is standard practice in wx3?_64.cbp:

<Option object_output="../../../.objs32_64/plugins/contrib/clangd_client" />

but clangd_client_wx31_64.cbp has:

<Option object_output=".obj/clangd_client" />

at this point Will that even work here?
Title: Re: clangd_client_wx31_64.cbp versus clangd_client_wx32_64.cbp in r13047
Post by: Miguel Gimenez on November 24, 2022, 09:12:20 am
There are more suspect lines, it will not work properly as-is.
Title: Re: clangd_client_wx31_64.cbp versus clangd_client_wx32_64.cbp in r13047
Post by: Pecan on November 25, 2022, 06:17:13 pm
Fixed svn Head 13068
Thanks