Author Topic: clangd_client_wx31_64.cbp versus clangd_client_wx32_64.cbp in r13047  (Read 2351 times)

Offline everSome

  • Multiple posting newcomer
  • *
  • Posts: 34
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?

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: clangd_client_wx31_64.cbp versus clangd_client_wx32_64.cbp in r13047
« Reply #1 on: November 24, 2022, 09:12:20 am »
There are more suspect lines, it will not work properly as-is.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: clangd_client_wx31_64.cbp versus clangd_client_wx32_64.cbp in r13047
« Reply #2 on: November 25, 2022, 06:17:13 pm »
Fixed svn Head 13068
Thanks