User forums > Using Code::Blocks
Error building CB SVN
mandrav:
I 'll commit a fix for it a little later.
What's troubling me is that this is a templated function which should be compiled on instantiation. AFAIK it's not used anywhere though...
So, it seems, the compiler plays its part here...
mandrav:
...and the fix has been commited (along with other pending changes).
parasito:
This is my worst nightmare:
--- Code: ---./configmanager.h: In member function 'void ConfigManager::Read(const wxString&, ConfigManagerContainer::SerializableObjectMap*)':
./configmanager.h:199: error: expected primary-expression before '<<' token
./configmanager.h:199: error: expected primary-expression before '<<' token
./configmanager.h:199: error: expected primary-expression before '<<' token
./configmanager.h:199: error: expected primary-expression before '<' token
./configmanager.h:199: error: expected primary-expression before '.' token
./configmanager.h:200: error: expected `;' before 'if'
make[2]: *** [sdk.h.gch] Error 1
--- End code ---
Thanks for your code Mandrav, but it doest work to me :(
mandrav:
Please delete src/sdk/sdk.h.gch and it 'll work.
Note to self: I have to add dependencies for it to be recompiled when needed...
parasito:
This is stronger than me :-(
Deleted sdk.h.gch, but I have same error .
--- Code: ---./configmanager.h: In member function 'void ConfigManager::Read(const wxString&, ConfigManagerContainer::SerializableObjectMap*)':
./configmanager.h:199: error: no matching function for call to 'TiXmlHandle::FirstChild(wxString&)'
./tinyxml/tinyxml.h:1458: note: candidates are: TiXmlHandle TiXmlHandle::FirstChild() const
./tinyxml/tinyxml.h:1460: note: TiXmlHandle TiXmlHandle::FirstChild(const char*) const
make[2]: *** [sdk.h.gch] Error 1
make[2]: Leaving directory `/home/jose/instalados/cbsvn/trunk/src/sdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jose/instalados/cbsvn/trunk/src'
make: *** [all-recursive] Error 1
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version