Re: [Clogamp-users] Compilation problems under linux
Brought to you by:
mampfred
From: Martin R. <mar...@gm...> - 2005-05-26 10:12:48
|
On 26/05/05, Stefan (stony777) Silberstein <sto...@we...> wrote: > 5t3f4n stony # cd clogamp/ > 5t3f4n clogamp # cd ClogAmp > 5t3f4n ClogAmp # cd src > 5t3f4n src # make > g++ -g `wx-config --cxxflags ` -I../id3lib/include -I../mad/libmad > -I../soundtouch/include -I../portaudio -c -o aboutdialog.o aboutdialog.cp= p > aboutdialog.cpp: In constructor `AboutDialog::AboutDialog(wxWindow*, > int, const > wxString&)': > aboutdialog.cpp:84: error: no matching function for call to > `wxStaticBitmap:: > Connect(<anonymous enum>, const wxEventType&, void > (wxObject::*)(wxEvent&), > int, AboutDialog* const)' > /usr/include/wx/event.h:2027: error: candidates are: void > wxEvtHandler::Connect(int, int, int, void (wxObject::*)(wxEvent&), > wxObject*) > /usr/include/wx/event.h:2033: error: void > wxEvtHandler::Connect(int, int, void (wxObject::*)(wxEvent&), wxObject*= ) > aboutdialog.cpp: In member function `void AboutDialog::DoLayout()': > aboutdialog.cpp:128: error: `wxFIXED_MINSIZE' undeclared (first use this > function) > aboutdialog.cpp:128: error: (Each undeclared identifier is reported only > once > for each function it appears in.) > make: *** [aboutdialog.o] Error 1 You seem to have installed an old version of wxWidgets (formerly wxWindows). I strongly recommend to update to 2.6.0, the latest stable version. I'm also wondering which version of ClogAmp you're trying to compile as the latest CVS version has quite a number of improvements and bugfixes over the 0.0.17 release and I'd recommend to do a CVS checkout and set CA_USE_SQLITE to 0 in src/caconfig.h as this is an experimental feature (and the reason for the next release taking so long ;). Hope you get it working. Don't hesitate to ask again :) Martin |