Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Plugins development / Re: r13998 : CodeSnippets wx3.2.x (Unix)
« Last post by Miguel Gimenez on Today at 07:07:00 pm »
Unix projects fixed in r14001, thank you. BTW, the case was correct in the zip call, it was incorrect in line 11.

The change in r14000 should be reverted, it was OK before (even if MSW does not care about case).
2
Plugins development / Re: r13998 : CodeSnippets wx3.2.x (Unix)
« Last post by Pecan on Today at 06:52:57 pm »
Fixed svn 14000, thanks
3
Plugins development / Re: r13998 : CodeSnippets wx3.2.x (Unix)
« Last post by LETARTARE on Today at 10:57:39 am »
The error is in:
Code
zip -j9 ../../../devel32/share/CodeBlocks/codesnippets.zip manifest.xml
corrective :
Code
zip -j9 ../../../devel32/share/codeblocks/codesnippets.zip manifest.xml
A story of tiny !
4
Plugins development / r13998 : CodeSnippets wx3.2.x (Unix)
« Last post by LETARTARE on Yesterday at 07:13:16 pm »
The compilation under 'Win-7' is correct.

Leap-15.6, r13998, gcc-15.2, wx-328 :

With '.../Cb/Gcc1520/cb13998/src/ContribPlugins_wx32-unix.workspace'
Cannot create the output file : see the attachment
5
Kinda misleading. Would be more accurate to name it "Toolchain's default" rather than "Target's default", because the target is, y'know, Debug/Release.
6
Development / Re: Use of '_T("...")' with 'CB'
« Last post by gd_on on September 03, 2026, 06:37:09 pm »
Quote
I do not know why LETARTARE and I do not get compilation errors while gd_on does.
Probably a more or less restrictive compiler: mine is msys2 16.2
Now it's OK.
7
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on September 03, 2026, 06:19:17 pm »
Fixed in r13995, sorry. I added "kk" to force an error if TRACE() was active and forgot to remove it.
8
Development / Re: Use of '_T("...")' with 'CB'
« Last post by gd_on on September 03, 2026, 06:11:56 pm »
Probably better, but that time an other error still with TRACE :
Code
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\codecompletion\parser\parserthread.cpp|2991|error: 'kkm_LastUnnamedTokenName' was not declared in this scope; did you mean 'm_LastUnnamedTokenName'?|
Apparently just kkm_ instead of m_
9
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on September 03, 2026, 05:59:51 pm »
Quote
Yes, all problems are in TRACE : lines 1473, 2347, 2357, 2371, 3200, 3258

Reverted r13991 in these lines, see r13994. Please try to compile again.

I do not know why LETARTARE and I do not get compilation errors while gd_on does.
10
Development / Re: Use of '_T("...")' with 'CB'
« Last post by LETARTARE on September 03, 2026, 05:53:28 pm »
@gd_on

Can you try to replace "...." => wxS(".....") or wxString(".....") on these lines ?
Pages: [1] 2 3 4 5 6 ... 10