Dnia Wednesday 19 of July 2006 21:40, Szymon Siwek napisał:
> Jak mniemam, problemem jest gcc-4.1.2. Sugerowałbym usunięcie
> "gsmlib::" w wymienionych linijkach.
"gsmlib::" nie było. Było tylko "MeTa::", po usunięciu zaczęło
działać. Patch w załączniku.
Pozdr,
--
Paweł Chuchmała
--- gsmlib-1.10.old/gsmlib/gsm_me_ta.h 2006-07-20 08:26:40.568984250 +0200
+++ gsmlib-1.10/gsmlib/gsm_me_ta.h 2002-10-03 11:46:22.000000000 +0200
@@ -291,8 +291,8 @@
// 3 disable phone receive RF circuits only
// 4 disable phone both transmit and receive RF circuits
// 5...127 implementation-defined
- int getFunctionalityLevel() throw(GsmException);
- void setFunctionalityLevel(int level) throw(GsmException);
+ int MeTa::getFunctionalityLevel() throw(GsmException);
+ void MeTa::setFunctionalityLevel(int level) throw(GsmException);
// return battery charge status (+CBC):
// 0 ME is powered by the battery
@@ -386,13 +386,13 @@
void setCallWaitingLockStatus(FacilityClass cl,
bool lock)throw(GsmException);
- void setCLIRPresentation(bool enable) throw(GsmException);
+ void MeTa::setCLIRPresentation(bool enable) throw(GsmException);
//(+CLIR)
// 0:according to the subscription of the CLIR service
// 1:CLIR invocation
// 2:CLIR suppression
- int getCLIRPresentation() throw(GsmException);
+ int MeTa::getCLIRPresentation() throw(GsmException);
friend class Phonebook;
friend class SMSStore;
_______________________________________________
pld-devel-pl mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl