News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 30 August 2014 build (9884) is out.

Started by killerbot, August 30, 2014, 05:30:14 PM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc481-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/mingwm10_gcc481-TDM.7z

The 30 August 2014 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2014/CB_20140830_rev9884_win32.7z
  - Linux :
   none

Resolved Fixed:


  • debugger: Expand macros in the Additional GDB commands
  • SmartIndentHDL: do correctly unindent architecture", "entity" and "configuration".
  • CC: call SmartIndentPlugin->OnCCDone() when CC is done through the event system
  • fix for bug #36 Path slashes in project file flip on save between windows and nix
  • SpellChecker: - update hunspell to version 1.3.3 (only used on MSW)
  • CC: apply patch by Huki to avoid the recursive call of Tokenizer::Peek() function, and reset the TokenIndex correctly when handling C preprocessor conditional directive. The related discussion is in http://forums.next.codeblocks.org/index.php/topic,18315.msg133639.html#msg133639 and the following three replies.
  • compiler: Add propgrid to the compiler flags dialog
  • compiler: Extract some flags from the warnings category to the general category in the common-warnings file
  • EditorTweaks: Add menu item for controlling if the whitespace characters should be visible (fixes issue #39)
  • CC: remove the task pool queue, it was used for priority header file parsing, but we now use recursive paring of the header files instead.

Regressions/Confirmed/Annoying/Common bugs:




shurick

Packages for openSUSE (binaries and sources) for 32-bit and 64-bit.
Packages for openSUSE http://codeblocks.esy.es  (binaries and sources) for 32-bit and 64-bit.

mynameis

i fonund that no ubuntu series  packages for a long time

edison

#3
I have try to build the svn build 9894, but the fortranproject was not present in the packages which downloaded from sf.

edit:
I know the reason now(it seems googlecode was banned in here).

xawari

┌──────────────────────────────────────────────────────╖
in another thousand years we'll be machines or gods█
╘══════════════════════════════════════════════════════╝

Jenna

Quote from: mynameis on September 01, 2014, 06:48:13 AM
i fonund that no ubuntu series  packages for a long time
You can try my (debian-)repo. They can work for ubuntu, but depends on the ubuntu-version.

By the way:
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo.
Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc19, fc20 and rawhide), RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) and RedHat/CentOS 7 packages (only 64-bit at the moment) can be found in my rpm-repo.

SteelRat

If stripping of whitespaces on saving is enabled and tab char used for indents, there is a little bug - when cursor is on blank line with one or more tabs i'm pressing Ctrl-S - tabs are stripped - i'm starting to type and line is filling by spaces to cursor position, but there must be tab characters.

oBFusCATed

Can you add a ticket in the tracker on sf.net?
Please include a bit more detailed explanation.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

oBFusCATed

Quote$ dpkg-buildpackage -us -uc
dpkg-buildpackage: source package codeblocks
dpkg-buildpackage: source version 13.12svn9513
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Jens Lody <jens@codeblocks.org>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build git
dpkg-checkbuilddeps: Unmet build dependencies: libstdc++6-4.3-dev | libstdc++6-4.4-dev | libstdc++6-4.5-dev | libstdc++6-4.6-dev
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
obf@obf-VirtualBox ~/codeblocks/git $ sudo apt-get install libstdc++-dev
[sudo] password for obf:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libstdc++-dev is a virtual package provided by:
  libstdc++6-4.6-dev 4.6.4-6ubuntu2
  libstdc++6-4.4-dev 4.4.7-8ubuntu1
  libc++-dev 1.0~svn199600-1
  libstdc++6-4.7-dev 4.7.3-12ubuntu1
  libstdc++-4.8-dev 4.8.2-19ubuntu1
You should explicitly select one to install.

E: Package 'libstdc++-dev' has no installation candidate

Isn't it possible to make this command pick the appropriate libstdc++ library for my compiler (4.8.1 in my case)?
This is a mint-lastest installation inside virtual box.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

cacb

Quote from: mynameis on September 01, 2014, 06:48:13 AM
i fonund that no ubuntu series  packages for a long time

I am on Kubuntu, and I found it convenient to build C::B from Jens Lody's preconfigured source tarball. Works every time.
Just follow the few simple steps at http://forums.next.codeblocks.org/index.php/topic,18580.msg127254.html#msg127254

Jenna

Quote from: oBFusCATed on September 01, 2014, 09:15:05 PM
Quote$ dpkg-buildpackage -us -uc
dpkg-buildpackage: source package codeblocks
dpkg-buildpackage: source version 13.12svn9513
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Jens Lody <jens@codeblocks.org>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build git
dpkg-checkbuilddeps: Unmet build dependencies: libstdc++6-4.3-dev | libstdc++6-4.4-dev | libstdc++6-4.5-dev | libstdc++6-4.6-dev
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
obf@obf-VirtualBox ~/codeblocks/git $ sudo apt-get install libstdc++-dev
[sudo] password for obf:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libstdc++-dev is a virtual package provided by:
  libstdc++6-4.6-dev 4.6.4-6ubuntu2
  libstdc++6-4.4-dev 4.4.7-8ubuntu1
  libc++-dev 1.0~svn199600-1
  libstdc++6-4.7-dev 4.7.3-12ubuntu1
  libstdc++-4.8-dev 4.8.2-19ubuntu1
You should explicitly select one to install.

E: Package 'libstdc++-dev' has no installation candidate

Isn't it possible to make this command pick the appropriate libstdc++ library for my compiler (4.8.1 in my case)?
This is a mint-lastest installation inside virtual box.
It should work if you remove the line completely from debian/control.
g++ should depend on the correct libstdc++-dev automatically,
and g++ is a dependency of the build-essential-package which is an automatic dependency of the debian build-system.

I don't know if it also works for older revisions of debian-based distro's, but on wheezy it seems to work.

SteelRat

Quote from: oBFusCATed on September 01, 2014, 08:45:49 PM
Can you add a ticket in the tracker on sf.net?
Please include a bit more detailed explanation.
Yes, i can. By the way, do you understand my english easily or with problems? =)

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

mynameis

Quote from: cacb on September 01, 2014, 09:41:38 PM
Quote from: mynameis on September 01, 2014, 06:48:13 AM
i fonund that no ubuntu series  packages for a long time

I am on Kubuntu, and I found it convenient to build C::B from Jens Lody's preconfigured source tarball. Works every time.
Just follow the few simple steps at http://forums.next.codeblocks.org/index.php/topic,18580.msg127254.html#msg127254

thanks a lot,it seems a little complex for me(a Linux learner),but i will try it :)

RomanV

Avast antivirus is complaining there is a virus/malware in this binary (for Windows).