Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: pass86 on July 14, 2007, 05:29:32 pm

Title: How to build my CB?
Post by: pass86 on July 14, 2007, 05:29:32 pm
I want to build CB.
How can I do that?
FAQ.
Title: Re: How to build my CB?
Post by: mariocup on July 14, 2007, 05:49:20 pm
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.
Title: Re: How to build my CB?
Post by: pass86 on July 16, 2007, 04:23:55 pm
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.)
Title: Re: How to build my CB?
Post by: mariocup on July 16, 2007, 04:53:04 pm
Hi,

the svn.exe executable must be in your path.

Bye,
Title: Re: How to build my CB?
Post by: pass86 on July 17, 2007, 03:57:34 pm
svn.exe executable is in my path.
But, either.