Author Topic: The 14 August 2007 build will NOT be out.  (Read 7040 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 14 August 2007 build will NOT be out.
« on: August 14, 2007, 11:18:38 pm »
due to some build issues, back in full force tomorrow

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 14 August 2007 build will NOT be out.
« Reply #1 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 14 August 2007 build will NOT be out.
« Reply #2 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 14 August 2007 build will NOT be out.
« Reply #3 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