Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: pass86 on July 14, 2007, 05:29:32 pm
-
I want to build CB.
How can I do that?
FAQ.
-
Hi,
the documentation how to build codeblocks from source is described in the wiki page http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook and at http://codeblocks.org/manual.shtml.
-
But,
In file included from D:\CodeBlocks\src\sdk\configmanager-revision.cpp:13:
D:\CodeBlocks\src\sdk\/autorevision.h:12: error: `has' was not declared in this scope
D:\CodeBlocks\src\sdk\/autorevision.h:12: error: `props' was not declared in this scope
D:\CodeBlocks\src\sdk\configmanager-revision.cpp:26: error: no `wxString ConfigManager::GetSvnDate()' member function declared in class `ConfigManager'
D:\CodeBlocks\src\sdk\configmanager-revision.cpp: In member function `wxString ConfigManager::GetSvnDate()':
D:\CodeBlocks\src\sdk\configmanager-revision.cpp:27: error: `LSVN_DATE' undeclared (first use this function)
D:\CodeBlocks\src\sdk\configmanager-revision.cpp:27: error: (Each undeclared identifier is reported only once for each function it appears in.)
-
Hi,
the svn.exe executable must be in your path.
Bye,
-
svn.exe executable is in my path.
But, either.