Bug #16716 2010-01-25 15:39
reandr
revision 6113 error: expected type-specifier before
$ svn info
Path: .
URL: svn://svn.berlios.de/codeblocks/trunk
Repository Root: svn://svn.berlios.de/codeblocks
Repository UUID: 98b59c6a-2706-0410-b7d6-d2fa1a1880c9
Revision: 6113
Node Kind: directory
Schedule: normal
Last Changed Author: jenslody
Last Changed Rev: 6113
Last Changed Date: 2010-01-25 01:03:22 +0900 (Mon, 25 Jan 2010)
make[3]: Entering directory `/media/sdc1/codeblock/src/src'
g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include\mozilla_chardet -DENABLE_BINRELOC -DAPP_PREFIX="\"/usr\"" -Ulinux -Uunix -O2 -ffast-math -DCB_AUTOCONF -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT app.o -MD -MP -MF .deps/app.Tpo -c -o app.o app.cpp
app.cpp: In member function virtual bool CodeBlocksApp::OnInit():
app.cpp:501: error: expected type-specifier before wxScrollingDialogXmlHandler
app.cpp:501: error: expected `)' before wxScrollingDialogXmlHandler
app.cpp:501: error: no matching function for call to wxXmlResource::InsertHandler(int*)
/usr/include/wx-2.8/wx/xrc/xmlres.h:151: note: candidates are: void wxXmlResource::InsertHandler(wxXmlResourceHandler*)
make[3]: *** [app.o] error 1
- Category
- Group
- Status
- Closed
- Close date
- 2010-01-25 16:35
- Assigned to
- mortenmacfly
History
Sorry, but I can't reproduce. Any additional information? Does it
still persist?
clean reinstall solve my problem. thanks