Bitcoin Forum
May 09, 2024, 10:45:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: can anybody help me compile devoin-qt on ubuntu 12.04  (Read 344 times)
merockstar (OP)
Full Member
***
Offline Offline

Activity: 203
Merit: 100

BTS: merockstar420


View Profile
January 14, 2014, 03:14:38 PM
 #1

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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!