Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on August 14, 2007, 11:18:38 pm

Title: The 14 August 2007 build will NOT be out.
Post by: killerbot on August 14, 2007, 11:18:38 pm
due to some build issues, back in full force tomorrow
Title: Re: The 14 August 2007 build will NOT be out.
Post by: PsYhLo on August 15, 2007, 04:44:29 pm
Code
ERROR: SDK version mismatch for AutoVersioning (1.11.11). Expecting 1.11.12
Found 1 plugins
Scanning for plugins in /usr/share/codeblocks/plugins...
ERROR: SDK version mismatch for CodeStat (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for cbDragScroll (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for lib_finder (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for SymTab (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for wxSmith (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for wxSmithMime (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for RegExTestbed (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for BYOGames (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for CB_Koders (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for CodeSnippets (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for Exporter (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for Profiler (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for HelpPlugin (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for cbKeyBinder (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for wxSmithContribItems (1.11.11). Expecting 1.11.12
ERROR: SDK version mismatch for EnvVars (1.11.11). Expecting 1.11.12
rev 4394
Title: Re: The 14 August 2007 build will NOT be out.
Post by: MortenMacFly on August 15, 2007, 05:16:11 pm
Code
ERROR: SDK version mismatch for AutoVersioning (1.11.11). Expecting 1.11.12
It tells you actually -> you are using a wrong SDK version. Do a re-build with the new SDK or try only removing the PCH (GCH) files. Make sure all libs being linked to the new SDK version.
With regards, Morten.
Title: Re: The 14 August 2007 build will NOT be out.
Post by: PsYhLo on August 15, 2007, 06:05:14 pm
yeah i know but this is from fresh compile ;)

Code
./update_revision.sh && ./bootstrap && ./configure --prefix=/usr --with--contrib-plugins=all && make clean && make clean-zipfiles && make && sudo make uninstall && sudo make install