clogamp-users Mailing List for ClogAmp
Brought to you by:
mampfred
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
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 |
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 |