Hey, I'm not sure if you guys are still following this thread, but I could use some help if you are. I've loaded all the packages, but when I run "make comical" I get alot of errors:
Code:
`wx-config --cxx` `wx-config --cxxflags` -O2 -Wall -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRARDLL -D_UNIX -Iunrar -c -o src/ComicBook.o src/ComicBook.cpp
and
Code:
src/../Comical Icons/comical.xpm:210: warning: deprecated conversion from string constant to ‘char*’
Then, after several hundred of the second errors, I get the following errors:
Code:
src/ComicalApp.cpp: In member function ‘virtual bool ComicalApp::OnInit()’:
src/ComicalApp.cpp:65: error: invalid use of incomplete type ‘struct wxIcon’
/usr/include/wx-2.8/wx/gdicmn.h:35: error: forward declaration of ‘struct wxIcon’
src/ComicalApp.cpp: In member function ‘void ComicalFrame::OnGoTo(wxCommandEvent&)’:
src/ComicalApp.cpp:401: error: ‘wxGetNumberFromUser’ was not declared in this scope
src/ComicalApp.cpp: In member function ‘void ComicalFrame::OnBuffer(wxCommandEvent&)’:
src/ComicalApp.cpp:414: error: ‘wxGetNumberFromUser’ was not declared in this scope
make: *** [src/ComicalApp.o] Error 1
Any ideas about why I'm getting these errors, or what to do to fix it? Thanks so much!
Bookmarks