User forums > Using Code::Blocks
64-bit register values and SIMD
Jenna:
--- Quote from: bootstrap on February 23, 2012, 01:49:03 am ---
--- Quote from: Alpha on February 22, 2012, 03:47:21 am ---
--- Quote from: bootstrap on February 21, 2012, 09:58:37 pm ---What is a "debugger branch"?
--- End quote ---
http://forums.codeblocks.org/index.php/topic,15947.0.html
--- End quote ---
This is all rather greek to me. So let me ask this question (taken from the link you provided above). To get newer updated versions of linux64 codeblocks periodically (nightly builds or something like that), I should put the following into my ubuntu64 /etc/apt/sources.list file:
deb http://apt.jenslody.de/ any dbg
deb-src http://apt.jenslody.de/ any dbg
Then when I update my system it will install the new version? Or what?
--- End quote ---
Yes, this should work.
Normally, my repo gets more often updated as the windows nightlies.
But you should also read the notes for ubuntu users on my server .
--- Quote from: bootstrap on February 23, 2012, 01:49:03 am ---
PS: I still don't know what a "debugger branch" is? How is that different from the latest "nightly build"?
--- End quote ---
A branch with many new debugger features, that will be merged back into trunk in the (more or less) near future.
All other features are normally in sync with trunk.
bootstrap:
Okay, I followed your instructions jens, and it did install svn7844 and wx2.8.12 and it does execute.
Unfortunately, I don't see that it fixed my problems. Are my problems fixed yet and I don't see it (or need to select something somewhere), or are they not fixed?
PS: The new version often doesn't display anything in the disassembly window when at a breakpoint while the old version did. Is that a new bug?
Jenna:
7844 is not the debugger branch, as you have written yourself (highlighting by me):
--- Quote from: bootstrap on February 23, 2012, 01:49:03 am ---[...] I should put the following into my ubuntu64 /etc/apt/sources.list file:
deb http://apt.jenslody.de/ any dbg
deb-src http://apt.jenslody.de/ any dbg
[...]
--- End quote ---
you should not use the main, but the dbg section !
Revision for debugger-branch in my server is 7790 actuallly.
bootstrap:
--- Quote from: jens on February 24, 2012, 06:40:45 am ---7844 is not the debugger branch, as you have written yourself (highlighting by me):
--- Quote from: bootstrap on February 23, 2012, 01:49:03 am ---[...] I should put the following into my ubuntu64 /etc/apt/sources.list file:
deb http://apt.jenslody.de/ any dbg
deb-src http://apt.jenslody.de/ any dbg
[...]
--- End quote ---
you should not use the main, but the dbg section !
Revision for debugger-branch in my server is 7790 actuallly.
--- End quote ---
Yikes, confusion!
Okay, I changed "any main" to "any dbg" in my /etc/apt/sources.list file and executed "sudo apt-get update". That seemed to work, meaning it seemed to download and do its things, but when I run codeblocks it still runs the version I got yesterday (svn 7844). Why is that? Do I have two versions of codeblocks on my system somewhere? A "find" command doesn't find anything that looks likely.
Jenna:
apt-get update does not update the software, it only updates the package cache.
By the way, debugger-branch is now 7845.
You can try apt-get upgrade to update your system, but I recommend a package manager with a gui, like synaptic .
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version