News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 28 July 2007 build (4333) is out.

Started by killerbot, July 28, 2007, 06:25:37 PM

Previous topic - Next topic

darthdespotism

Quote from: b4silence on July 29, 2007, 01:06:54 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 ...

Biplab

Quote from: b4silence on July 29, 2007, 01:06:54 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.

san

#17
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

MortenMacFly

Quote from: killerbot on July 28, 2007, 06:25:37 PM

  • 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:

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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

mandrav

Quote from: MortenMacFly on July 30, 2007, 09:09:04 AM
Hence when looking at the diff I see:

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...