Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Plugins development / r13998 : CodeSnippets wx3.2.x (Unix)
« Last post by LETARTARE on Today 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
2
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.
3
Development / Re: Use of '_T("...")' with 'CB'
« Last post by gd_on on Yesterday at 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.
4
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on Yesterday at 06:19:17 pm »
Fixed in r13995, sorry. I added "kk" to force an error if TRACE() was active and forgot to remove it.
5
Development / Re: Use of '_T("...")' with 'CB'
« Last post by gd_on on Yesterday at 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_
6
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on Yesterday at 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.
7
Development / Re: Use of '_T("...")' with 'CB'
« Last post by LETARTARE on Yesterday at 05:53:28 pm »
@gd_on

Can you try to replace "...." => wxS(".....") or wxString(".....") on these lines ?
8
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on Yesterday at 05:30:38 pm »
Sacre bleu!   ;D
9
Development / Re: Use of '_T("...")' with 'CB'
« Last post by gd_on on Yesterday at 05:27:43 pm »
Yes, all problems are in TRACE : lines 1473, 2347, 2357, 2371, 3200, 3258
Example :
Code
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\codecompletion\parser\parserthread.cpp|3258|error: conditional expression between distinct pointer types 'const wxStringCharType*' {aka 'const wchar_t*'} and 'const char*' lacks a cast|
May be there are other problems, but the compiler stops there in parserthread.
10
Development / Re: Use of '_T("...")' with 'CB'
« Last post by LETARTARE on Yesterday at 05:11:28 pm »
@gd_on
Could you tell me the line or the lines involved ?

Because under 'Leap-15.6, gcc-15.2' I can't find any error in 'parserthread.cpp' when compiling.
Pages: [1] 2 3 4 5 6 ... 10