User forums > Help
Problem compiling svn 9467 on Windows
(1/1)
gd_on:
Trying to compile svn 9467 on Windows (with tdm compiler 4.8.1) gives an error in building cctest :
--- Quote ---...
||=== Générer : cctest dans CC Test (compilateur : GNU GCC Compiler) ===|
D:\gdurand.ONL\Documents\00_svn_CodeBlocks\CodeBlocks_src\trunk\src\plugins\codecompletion\nativeparser_base.cpp||In member function 'void NativeParserBase::FindCurrentFunctionScope(TokenTree*, const TokenIdxSet&, TokenIdxSet&)':|
..\..\include\cbexception.h|61|error: 'cbC2U' was not declared in this scope|
..\..\include\cbexception.h|80|note: in expansion of macro 'cbAssertMessage'|
D:\gdurand.ONL\Documents\00_svn_CodeBlocks\CodeBlocks_src\trunk\src\plugins\codecompletion\parser\cclogger.h|159|note: in expansion of macro 'cbAssert'|
D:\gdurand.ONL\Documents\00_svn_CodeBlocks\CodeBlocks_src\trunk\src\plugins\codecompletion\nativeparser_base.cpp|303|note: in expansion of macro 'CC_LOCKER_TRACK_TT_MTX_LOCK'|
....
||=== Génération de terminé : 34 erreur(s), 5 avertissement(s) (6 minute(s), 13 seconde(s)) ===|
--- End quote ---
apparently a problem with cbC2U.
This happened even on a full C::B rebuild.
gd_on
stahta01:
Did you delete the precompiled sdk.h? if not do so.
sdk.h.gch and sdk_precomp.h.gch in folder "src\.objs\include"
Tim S.
ollydbg:
Build fine here. MinGW-build 4.7.4, wx2.8.12.
MortenMacFly:
--- Quote from: ollydbg on November 27, 2013, 03:06:38 pm ---Build fine here. MinGW-build 4.7.4, wx2.8.12.
--- End quote ---
Does not build for me, too. But the fix is in trunk now. It was actually an "error" that had been there longer, but just not raised so far.
gd_on:
--- Quote ---Did you delete the precompiled sdk.h? if not do so.
sdk.h.gch and sdk_precomp.h.gch in folder "src\.objs\include"
--- End quote ---
I thought this was automatically done when you make a full rebuild, during the cleanup part of the process. Isn't it ?
Nevertheless, with svn 9468 it's OK. ;)
thanks
Gd_on
Navigation
[0] Message Index
Go to full version