Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Development / Re: Use of '_T("...")' with 'CB'
« Last post by gd_on on Today 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.
2
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on Today 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.
3
Development / Re: Use of '_T("...")' with 'CB'
« Last post by gd_on on Today 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_
4
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on Today 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.
5
Development / Re: Use of '_T("...")' with 'CB'
« Last post by LETARTARE on Today at 05:53:28 pm »
@gd_on

Can you try to replace "...." => wxS(".....") or wxString(".....") on these lines ?
6
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on Today at 05:30:38 pm »
Sacre bleu!   ;D
7
Development / Re: Use of '_T("...")' with 'CB'
« Last post by gd_on on Today 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.
8
Development / Re: Use of '_T("...")' with 'CB'
« Last post by LETARTARE on Today 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.
9
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on Today at 05:10:05 pm »
Are these errors inside calls to TRACE()?
10
Patch applied in r13992, thank you.

NOTE: The patch did not apply cleanly on current trunk, some hunks were rejected (probably because of changes made by r13991). I had to apply it manually.
Pages: [1] 2 3 4 5 6 ... 10