There is no way to install the debian .deb files in ubuntu 15.10.Please wait, Ubuntu packages are in the making... For Linux distros we don't have them at hand all at the same time. Its not as easy as with Windows you know...
Any idea on how long it will take?Only a few days, hopefully. In fact, if I would know how to do the packaging I could do it myself. But one of the Linux Pro's (devs) has already mentioned he'll produce one. Hopefully on weekend becasue its a working days you know...
A few days, a week, certainly not longer than a month, right?
My linux machine is 32 bit only because it's really old.
More to come.Patience is a virgin... ;-)
Fatal Error: Mismatch between the program and library build versions detected.obfuscated??? Any idea?
Different compilers used for codeblocks and wxgtk most probably. wxGTK is build with newer compiler than codeblocks.Fatal Error: Mismatch between the program and library build versions detected.obfuscated??? Any idea?
There will be a Ubuntu wily (15.04, 15.10) version?Please use this PPA:
Please use this PPA:
https://code.launchpad.net/~damien-moore/+archive/ubuntu/codeblocks-stable
...and report back if it is working for you. Thank you!
...can you try this PPA and provide feedback, please?
https://code.launchpad.net/~damien-moore/+archive/ubuntu/codeblocks-stable
Why isn't this feature present in the linux release?There is no functional difference between the Linux and Windows version except the Widows-only plugins (that make no sense under Linux anyways). Please have a look at the editor properties. So not the settings file but really the editor config (UI). It is not recommended to work directly on config files as it may corrupt them and make them unusable. Settings should only be changed through C::B itself.
Yeah, it works well, but it still doesn't include some features that are present in the Windows version.
Like automatically adding a newline and auto-indenting into a newly created block.
(pressing enter after a function definition auto indents, then pressing a left bracket completes the block)
That's the only reason I wanted to upgrade. It's a very convenient feature that is unfortunately missing.
I've checked my Windows C::B editor config, and compared that with the linux C::B config and there are absolutely no differences.
Why isn't this feature present in the linux release?
Did you install the codeblocks-contrib package? Do you have all the same plugins enabled (particularly smart indent, I think)?
add-apt-repository ppa:damien-moore/codeblocks-stable
apt-get update
apt-get install codeblocks
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
codeblocks : Depends: libcodeblocks0 (= 16.01~ubuntu15.10.1) but 16.01 is to be installed
Depends: codeblocks-common (= 16.01~ubuntu15.10.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.