Author Topic: How to build my CB?  (Read 4053 times)

pass86

  • Guest
How to build my CB?
« on: July 14, 2007, 05:29:32 pm »
I want to build CB.
How can I do that?
FAQ.

mariocup

  • Guest
Re: How to build my CB?
« Reply #1 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.

pass86

  • Guest
Re: How to build my CB?
« Reply #2 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.)

mariocup

  • Guest
Re: How to build my CB?
« Reply #3 on: July 16, 2007, 04:53:04 pm »
Hi,

the svn.exe executable must be in your path.

Bye,

pass86

  • Guest
Re: How to build my CB?
« Reply #4 on: July 17, 2007, 03:57:34 pm »
svn.exe executable is in my path.
But, either.