Author Topic: The 28 July 2007 build (4333) is out.  (Read 18546 times)

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: The 28 July 2007 build (4333) is out.
« Reply #15 on: July 29, 2007, 01:56:02 pm »

But tell me: how do you apt-update wxGTK 2.8.4? Is there a special repo? I couldn't do it with the oficial ubuntu repos...


Where did you get your source from?

at http://www.wxwidgets.org/downloads/ the first entry for Binaries is an instruction for adding an extra repos for Ubuntu & Debian ...

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 28 July 2007 build (4333) is out.
« Reply #16 on: July 29, 2007, 02:09:24 pm »
But tell me: how do you apt-update wxGTK 2.8.4? Is there a special repo? I couldn't do it with the oficial ubuntu repos...

Actually for 7.04 you only have wxGTK 2.8 in the official repositories.

I'm not sure if any alternate repo exists or not.

I compile wx from source. ;)
Be a part of the solution, not a part of the problem.

Offline san

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 28 July 2007 build (4333) is out.
« Reply #17 on: July 29, 2007, 02:39:39 pm »
If you want to install any nightly build and wxwidgets 2.8.4 on ubuntu please check this wiki page:

http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu

All you need is posted there...

Goodluck!
San
« Last Edit: July 29, 2007, 03:34:19 pm by san »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 28 July 2007 build (4333) is out.
« Reply #18 on: July 30, 2007, 09:09:04 am »
  • The <Extensions> node (in .cbp files) is now preserved through project saves, even if the plugins using it are disabled/uninstalled. All relevant code in our repository has been updated.
Nice one!!! :D :D :D Thanks!

Hence when looking at the diff I see:
Code
if (ppExtensions)
*ppExtensions = 0;
I haven't looked into the details and I'm quite sure it's correct... But just to double-check: Shouldn't there be an object deleted, too?!

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 mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 28 July 2007 build (4333) is out.
« Reply #19 on: July 30, 2007, 09:32:12 am »
Hence when looking at the diff I see:
Code
if (ppExtensions)
*ppExtensions = 0;
I haven't looked into the details and I'm quite sure it's correct... But just to double-check: Shouldn't there be an object deleted, too?!

With regards, Morten.

No, it's merely initializing the pointer to NULL.
Be patient!
This bug will be fixed soon...