User forums > Nightly builds

The 08 october 2006 build is out.

<< < (2/4) > >>

killerbot:

--- Quote from: zero on October 08, 2006, 08:28:10 pm ---I am unable to build Code::Blocks from SVN since yesterday. Compiler error output:

--- Quote ---dirlistdlg.cpp: In member function 'void DirListDlg::OnButton1Click(wxCommandEvent&)':
dirlistdlg.cpp:56: error: '::wxDirSelector' has not been declared

--- End quote ---


linux/unicode, gcc 4.1.1

--- End quote ---

fixed : rev 3037

szczepan:

--- Quote from: killerbot on October 08, 2006, 09:08:10 pm ---
--- Quote from: zero on October 08, 2006, 08:28:10 pm ---I am unable to build Code::Blocks from SVN since yesterday. Compiler error output:

--- Quote ---dirlistdlg.cpp: In member function 'void DirListDlg::OnButton1Click(wxCommandEvent&)':
dirlistdlg.cpp:56: error: '::wxDirSelector' has not been declared

--- End quote ---


linux/unicode, gcc 4.1.1

--- End quote ---

fixed : rev 3037

--- End quote ---

Not fixed for me:


--- Quote ---dirlistdlg.cpp: In member function 'void DirListDlg::OnButton1Click(wxCommandEvent&)':
dirlistdlg.cpp:58: error: '::wxDirSelector' has not been declared

--- End quote ---

The error moved two lines down.

Linux/unicode, gcc 4.1.1, same as zero.

killerbot:
damn, the required header is : <wx/dirdlg.h>, which is one I added.
The only thing I can see in that header is that : 'wxUSE_DIRDLG' is not defined so the declaration is not active. No idea yet why that define would not be active .....

julienlecomte:

--- Quote from: killerbot on October 08, 2006, 06:56:02 pm ---
* Convert < and > to XML entities when saving strings in the configuration or else the XML file will become invalid and C::B won't open again until the configuration is deleted
--- End quote ---

Thanks !

thomas:
And now... guess what!

I took a revision 2032 working copy (without Yiannis' escape patch) and replaced the TinyXML files with the old ones from 2.4.2. It works just perfect.  :shock:

So 2.4.2 does escape special chars, and 2.5.2 does not.
The question that remains is whether that is intentional or a bug.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version