[Clogamp-users] Compilation problems under linux
Brought to you by:
mampfred
From: Stefan (s. S. <sto...@we...> - 2005-05-26 08:44:01
|
Hello mailing list, as I do not like windows (nor do I have a copy of it) I want to use clogamp with Linux. Sadly I have no programming skills, so that the error message that I get is only cryptic to me. I realised that I had to install libsoundtouch in order to get rid of the first error, but now I get one that I just can't get rid of myself. Hopefully you guys/women are able to help me. Kind regards, Stefan Silberstein 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.cpp 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 |