User forums > Nightly builds
The 28 July 2007 build (4333) is out.
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...
--- End quote ---
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.
--- End quote ---
I'm not sure if any alternate repo exists or not.
I compile wx from source. ;)
san:
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.
--- End quote ---
Nice one!!! :D :D :D Thanks!
Hence when looking at the diff I see:
--- Code: ---if (ppExtensions)
*ppExtensions = 0;
--- End code ---
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.
mandrav:
--- Quote from: MortenMacFly on July 30, 2007, 09:09:04 am ---Hence when looking at the diff I see:
--- Code: ---if (ppExtensions)
*ppExtensions = 0;
--- End code ---
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.
--- End quote ---
No, it's merely initializing the pointer to NULL.
Navigation
[0] Message Index
[*] Previous page
Go to full version