Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B
Compile old svn ?
LETARTARE:
I get r5382 to test a former plugin.
To compile I have to fill the global variable 'wx' and put the good compiler 'gcc'.
How to find the right values ?
link:
http://forums.codeblocks.org/index.php/topic,3299.msg26011.html#msg26011
but it is insufficient.
Perhaps automatically remind, in remark, these elements in the project .cbp to adapt later ?
I do regularly on my projects and the 'Nightly Builds' in 'Properties-> Notes'.
Thank you for your help.
eranon:
Checking-out the r5382 and searching in all the .cpp and .h files for the "wxWidgets 2." string, I find several comments about wxWidgets, including this one in "configmanager-revision.cpp" :
--- Code: ---wxString ConfigManager::GetRevisionString()
{
// Code::Blocks needs wxWidgets 2.8
CompileTimeAssertion<wxMinimumVersion<2,8>::eval>::Assert();
return autorevision::svnRevision;
}
--- End code ---
LETARTARE:
@erabon
thanks for indications.
I had already done this kind of research, but the indications are very different since we found 2.4.x to 2.9.x
As the compiler ??
I wanted to point content was no indication in the project file (cbp) and it would be good to find a lasting solution.
Merci encore.
eranon:
The compiler is indicated in the cbp project file :
--- Code: ---<Option compiler="gcc" />
--- End code ---
and in this same cbp file, you can read too :
--- Code: ---<Add library="wxmsw28$(WX_SUFFIX)" />
--- End code ---
LETARTARE:
yes,
- 'gcc' is very imprecise, what version ?
- "wxmsw28$(WX_SUFFIX)" to 2.8.0 to 2.8.12 ? unicode probably.
I want to indicate that a search request and successive tests, but after two failed compilation!!!
This could be avoided.
Navigation
[0] Message Index
[#] Next page
Go to full version