From: John <st...@un...> - 2004-04-12 05:18:11
|
i'm trying to compile the snapshot http://iaxclient.sourceforge.net/snapshots/iaxclient.tar.gz seems to be from 11-Apr-2004 22:05 This is the error i'm getting. > make (cd ../../lib; make libiaxclient.a) make[1]: Entering directory `/home/strgout/iaxclient/lib' make[1]: `libiaxclient.a' is up to date. make[1]: Leaving directory `/home/strgout/iaxclient/lib' g++ -I../../lib -g -Wall `wx-config --cflags` `gtk-config --cflags` -c -o main.o main.cc g++ -I../../lib -g -Wall `wx-config --cflags` `gtk-config --cflags` -c -o prefs.o prefs.cc g++ -I../../lib -g -Wall `wx-config --cflags` `gtk-config --cflags` -c -o calls.o calls.cc calls.cc: In member function `void CallList::OnSelect(wxListEvent&)': calls.cc:125: error: `iaxc_unquelch' undeclared (first use this function) calls.cc:125: error: (Each undeclared identifier is reported only once for each function it appears in.) calls.cc: In member function `int CallList::HandleStateEvent(iaxc_ev_call_state)': calls.cc:244: error: `iaxc_unquelch' undeclared (first use this function) make: *** [calls.o] Error 1 The end result i'd like to work towards is a staticly link iaxcomm binary so that i can dump this onto my freebsd box. or if someone has a patch set for freebsd .. :) |