User forums > Nightly builds

The 20 July 2007 build (4285) is out.

(1/2) > >>

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://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.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

The 20 July 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070720_rev4285_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070720_rev4285_Ubuntu6.10+7.04_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070720_rev4285_Debian4.0_wx2.8.4.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070720_rev4285_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070720_rev4285_fc4+5.i586.rpm (not yet)


Resolved Fixed:


* Fixed minor issues with CC tooltips
* Updated: Regex in CompilerMINGW::SetVersionString() to a foolproof one
* Fixed: [Bug #11599] Saving a file crashes in a special case
Regressions/Confirmed/Annoying/Common bugs:


* toolbar-images-not-changing-state (is a wx problem/Win XP problem)

rhf:

--- Quote from: killerbot on July 21, 2007, 11:20:46 am ---Resolved Fixed:

* Fixed minor issues with CC tooltips
--- End quote ---
I just downloaded the 20 July nightly (4285), and it appears that the annoying tooltips display has been fixed.
Thanks very much.

marfi:

--- Quote ---it appears that the annoying tooltips display has been fixed
--- End quote ---

This bug is realy fixed, but CC tooltips after '.' or '->' have disapeared and aren't displayed anymore... (WinXP SP2)

dje:
Another detail, when I right click on a method to click on Find declaration of method, the tooltip appears above the menu, hides it and makes it unclickable (see joined picture)

Dje

[attachment deleted by admin]

nenin:
I tried to build it under Suse 10.2 - AMD64. I got error:

--- Code: ---filemanager.cpp: In function 'bool WriteWxStringToFile(wxFile&, const wxString&, wxFontEncoding, bool)':
filemanager.cpp:205: error: ambiguous overload for 'operator==' in 'buf == 0'
filemanager.cpp:205: note: candidates are: operator==(const char*, const char*) <built-in>
/usr/local/include/wx-2.8/wx/string.h:1560: note:                 bool operator==(const wxString&, const wxString&)
/usr/local/include/wx-2.8/wx/string.h:1562: note:                 bool operator==(const wxString&, const wxChar*)
/usr/local/include/wx-2.8/wx/string.h:1564: note:                 bool operator==(const wxChar*, const wxString&)
/usr/local/include/wx-2.8/wx/string.h:1607: note:                 bool operator==(const wxString&, const wxCharBuffer&)
/usr/local/include/wx-2.8/wx/string.h:1609: note:                 bool operator==(const wxCharBuffer&, const wxString&)
/usr/local/include/wx-2.8/wx/string.h:1633: note:                 bool operator==(wxChar, const wxString&) <near match>
/usr/local/include/wx-2.8/wx/string.h:1634: note:                 bool operator==(const wxString&, wxChar)
/usr/local/include/wx-2.8/wx/longlong.h:1044: note:                 bool operator==(long int, const wxLongLong&) <near match>
/usr/local/include/wx-2.8/wx/longlong.h:1057: note:                 bool operator==(long unsigned int, const wxULongLong&) <near match>
filemanager.cpp:209: error: ambiguous overload for 'operator==' in 'buf == 0'
filemanager.cpp:209: note: candidates are: operator==(const char*, const char*) <built-in>
/usr/local/include/wx-2.8/wx/string.h:1560: note:                 bool operator==(const wxString&, const wxString&)
/usr/local/include/wx-2.8/wx/string.h:1562: note:                 bool operator==(const wxString&, const wxChar*)
/usr/local/include/wx-2.8/wx/string.h:1564: note:                 bool operator==(const wxChar*, const wxString&)
/usr/local/include/wx-2.8/wx/string.h:1607: note:                 bool operator==(const wxString&, const wxCharBuffer&)
/usr/local/include/wx-2.8/wx/string.h:1609: note:                 bool operator==(const wxCharBuffer&, const wxString&)
/usr/local/include/wx-2.8/wx/string.h:1633: note:                 bool operator==(wxChar, const wxString&) <near match>
/usr/local/include/wx-2.8/wx/string.h:1634: note:                 bool operator==(const wxString&, wxChar)
/usr/local/include/wx-2.8/wx/longlong.h:1044: note:                 bool operator==(long int, const wxLongLong&) <near match>
/usr/local/include/wx-2.8/wx/longlong.h:1057: note:                 bool operator==(long unsigned int, const wxULongLong&) <near match>

--- End code ---
Any suggestions?
gcc 4.1.2, wx 2.8.4

Navigation

[0] Message Index

[#] Next page

Go to full version