Author

Topic: can anybody help me compile devoin-qt on ubuntu 12.04 (Read 369 times)

full member
Activity: 203
Merit: 100
BTS: merockstar420
devcoind compiles just fine.

but for some reason when I go to compile devcoin-qt, I get this strange error.

Code:
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DUSE_SSL -DUSE_UPNP=0 -fno-stack-protector -fstack-protector-all -Wstack-protector -Wl,-z,relro -Wl,-z,now -D_FORTIFY_SOURCE=2 -I/usr/local/lib/wx/include/gtk2-unicode-static-3.1 -I/usr/local/include/wx-3.1 -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -pthread -DGUI -o obj/ui.o ui.cpp
ui.cpp: In member function ‘virtual void CMainFrame::OnIconize(wxIconizeEvent&)’:
ui.cpp:453:16: error: ‘class wxIconizeEvent’ has no member named ‘Iconized’
ui.cpp:461:34: error: ‘class wxIconizeEvent’ has no member named ‘Iconized’

I'm reasonably sure I got all the dependencies. I did compile wxwidgets from source, it looks like the issue has something to do with that...

how can I fix this
Jump to: