User forums > Nightly builds

The 30 March 2007 build is out.

(1/4) > >>

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

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 30 March 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070330_rev3799_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070330_rev3799_Ubuntu6.xx.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070330_rev3799_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070330_rev3799_fc4+5.i586.rpm (not yet)


Resolved Fixed:


* report if a new project overwriting an existing one cannot be created (e.g. due to the old one being read-only) and handle this as error (!)
* Fixed: [Bug #8279] Opened Files tree displays newly-created files incorrectly
* Fixed: [Bug #10779] funny folding behavior in a split-view
* Fixed: [Bug #10784] Undo in lower split window scrolls the upper
Regressions/Confirmed/Annoying/Common bugs:


* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)

Max:
Using the latest 3999 nigthly in a Win XP sp2 pc I got the following issue.

a) I defined a tool as you can observe in the attached image bug.jpg
b) running the tool I got an error from drmingw and in the CB message window
the following message is reported

Launching tool 'JIT Debugger Enable': C:\MinGW\bin\drmingw.exe  --install --install (in C:\Codeblocks)
Tool execution terminated with status 0

As you can see the command parameter "--install" is duplicated.

If I put the --install in the executable edit box (removing it from the parameter edit box) everything goes well.

Max


[attachment deleted by admin]

szczepan:
GCC 4.1.2 on linux, configured --with-wx-config=wx-config-2.6 --enable-contrib.


--- Code: ---In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:32,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:32,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:33,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:32,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:33,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:28,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from gdb_tipwindow.cpp:40:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:66:1: warning: "GTK_CLASS_TYPE" redefined
In file included from /usr/include/wx-2.6/wx/wxprec.h:13,
                 from ../../../src/include/sdk_common.h:29,
                 from ../../../src/include/sdk_precomp.h:8,
                 from ../../../src/include/sdk.h:12,
                 from gdb_tipwindow.cpp:21:
/usr/include/wx-2.6/wx/defs.h:2794:1: warning: this is the location of the previous definition
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:32,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:33,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:32,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:33,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:28,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from gdb_tipwindow.cpp:40:
/usr/include/gtk-2.0/gtk/gtkobject.h:46:1: warning: "GTK_OBJECT_GET_CLASS" redefined
In file included from /usr/include/wx-2.6/wx/wxprec.h:13,
                 from ../../../src/include/sdk_common.h:29,
                 from ../../../src/include/sdk_precomp.h:8,
                 from ../../../src/include/sdk.h:12,
                 from gdb_tipwindow.cpp:21:
/usr/include/wx-2.6/wx/defs.h:2793:1: warning: this is the location of the previous definition
/usr/include/gtk-2.0/gdk/gdktypes.h:76: error: conflicting declaration 'typedef struct _GdkAtom* GdkAtom'
/usr/include/wx-2.6/wx/defs.h:2761: error: 'GdkAtom' has a previous declaration as 'typedef gulong GdkAtom'
/usr/include/gtk-2.0/gdk/gdktypes.h:102: error: conflicting declaration 'typedef struct _GdkDrawable GdkBitmap'
/usr/include/wx-2.6/wx/defs.h:2763: error: 'GdkBitmap' has a previous declaration as 'typedef struct _GdkWindow GdkBitmap'
/usr/include/gtk-2.0/gdk/gdktypes.h:103: error: conflicting declaration 'typedef struct _GdkDrawable GdkPixmap'
/usr/include/wx-2.6/wx/defs.h:2764: error: 'GdkPixmap' has a previous declaration as 'typedef struct _GdkWindow GdkPixmap'
/usr/include/gtk-2.0/gdk/gdktypes.h:104: error: conflicting declaration 'typedef struct _GdkDrawable GdkWindow'
/usr/include/wx-2.6/wx/defs.h:2762: error: 'GdkWindow' has a previous declaration as 'typedef struct _GdkWindow GdkWindow'
make[4]: *** [gdb_tipwindow.lo] Błąd 1
make[4]: Opuszczenie katalogu `/home/rulatir/works/CodeBlocks/trunk/src/plugins/debuggergdb'
make[3]: *** [all-recursive] Błąd 1
make[3]: Opuszczenie katalogu `/home/rulatir/works/CodeBlocks/trunk/src/plugins/debuggergdb'
make[2]: *** [all-recursive] Błąd 1
make[2]: Opuszczenie katalogu `/home/rulatir/works/CodeBlocks/trunk/src/plugins'
make[1]: *** [all-recursive] Błąd 1
make[1]: Opuszczenie katalogu `/home/rulatir/works/CodeBlocks/trunk/src'
make: *** [all-recursive] Błąd 1

--- End code ---

By the way, I've read some 2.8 patches were applied to the mainline recently. Is SVN now expected to build with wx2.8? If not, could "doesn't build with wx2.8" be added to "regressions/confirmed/annoying/common bugs" so that there is a clear signal when the problem gets solved?

stahta01:
szczepan:

I am a windows person, but I think the issue is that __WXGTK20__ is NOT defined; this implies you are NOT using GTK2.
Edit: Do you have an old copy of GTK1 that it could be seeing before the GTK2.
Sorry: About the "NOT using GTK2", but following the headers some reason __WXGTK20__ is not being defined earlier enough, I have no idea where it should be defined but setup.h is a possible file. My andLinux worked __WXGTK20__ should be defined in setup.h.

Do you have the directory containing wx/setup.h in the include search path?

Tim S

FROM http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux#wxWidgets_build

--- Quote ---The most important being GTK2, of course! Let me stress it here, while it's early: GTK2 is required, not GTK1,
--- End quote ---

branleb:
Hey, I am using SuSE and I am wodnering why you don't release any new nightly  build package for that distribution, but you keep always the link with a "(not yet)" .
Will there be any SuSE build the next time ?

Navigation

[0] Message Index

[#] Next page

Go to full version