User forums > Nightly builds

The 16 June 2013 build (9158) is out.

<< < (15/20) > >>

ollydbg:

--- Quote from: jens on July 13, 2013, 07:37:35 pm ---
--- Quote from: scarphin on July 13, 2013, 05:46:05 pm ---There is something wrong with the 'bin' field of 'global variables'. When I enter some variable there, it doesn't change when the 'current variable' changed. Also it cannot be saved.

Win7 x64, rev9158


--- End quote ---
Should be fixed in trunk (svn r9206).
Thanks for reporting this !

--- End quote ---
Thanks, Jens, this bug was introduced by me several months ago (when I introduce the "bin" field). :-[

xawari:
Hello guys, I'm back from long absence. Just catched another crash here:
I tried to use file search in C::B to find broken files on a flash drive (they're filled with 1111111111s). I'm not really sure this is a right way to use IDE :) , but still, I have to report it. So: after using parameters provided on attached screenshot, CB hangs (possibly working, full CPU utilization for a few seconds, then 0%). Then abort/retry/ignore dialog pops out. When I try "abort" or "retry", unknown exception rises and CB terminates. My environment and CB version are visible at the screenshot.

Jenna:

--- Quote from: xawari on July 20, 2013, 08:59:30 pm ---Hello guys, I'm back from long absence. Just catched another crash here:
I tried to use file search in C::B to find broken files on a flash drive (they're filled with 1111111111s). I'm not really sure this is a right way to use IDE :) , but still, I have to report it. So: after using parameters provided on attached screenshot, CB hangs (possibly working, full CPU utilization for a few seconds, then 0%). Then abort/retry/ignore dialog pops out. When I try "abort" or "retry", unknown exception rises and CB terminates. My environment and CB version are visible at the screenshot.

--- End quote ---
This should be fixed in trunk (svn r9214).

Folco:
Hi guys,

I'm on a virtualized Debian 7 x64. I try to build CB, sugin my usual script :

--- Code: ---#!/bin/bash

cd ~/sourcesCB

svn checkout http://svn.code.sf.net/p/codeblocks/code/trunk .

./bootstrap
./configure --with-contrib-plugins=all

make
sudo make install
--- End code ---

bootstrap is present, but configure seems to be missing :

--- Code: ---folco@debian:~$ buildCB.sh
U    src/sdk/wxscintilla/src/scintilla/src/AutoComplete.cxx
U    src/src/find_replace.cpp

Fetching external item into 'src/plugins/contrib/FortranProject'
Checked out external at revision 45.

Checked out revision 9215.
Using 'svn --xml info' to get the revision
Found revision: '9215' '2013-07-21 16:23:04'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
./bootstrap: 70: aclocal: not found
/home/folco/bin/buildCB.sh: line 8: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
--- End code ---
Did I miss something ? Thanks in advance. :)

Jenna:

--- Quote from: Folco on July 21, 2013, 08:38:39 pm ---
--- Quote ---[...]
./bootstrap: 70: aclocal: not found

--- End quote ---

--- End quote ---
Looks like you are missing the automake package or it is broken.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version