Hi Carlos, ----- Original Message ----- > From: "Carlos E. R." <[email protected]> > To: "SFLphone" <[email protected]> > Sent: Tuesday, February 28, 2012 12:02:09 AM > Subject: [SFLphone] Attempting to build sflphone for openSUSE. > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > > Hi, > > I'm attempting to build sflphone-1.0.2.tar.gz for openSUSE 11.4, as > the > latest rpm you have on your web is for the non supported 11.3, and the > latest build on openSUSE is for your 0.9.12, and has several large > bugs: > > - No password given by the "configuration assistant". > - No call history shows. > - No Address book > > > I managed to get all the build dependencies, which are a lot > (libdbus-c++ > is not included in the distro, and this requires ecore which comes > from > extra enlightement e17). > > However, I get a fatal error on build: > > ... > > Making all in history > make[3]: Entering directory > `/home1/cer/Compilaciones/phone/sflphone/daemon/src/history' > CXX history.lo > history.cpp: In member function ‘bool History::load(int)’: > history.cpp:64:26: error: variable ‘std::ifstream infile’ has > initializer > but incomplete type > compilation terminated due to -Wfatal-errors. > make[3]: *** [history.lo] Error 1 > make[3]: Leaving directory > `/home1/cer/Compilaciones/phone/sflphone/daemon/src/history' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home1/cer/Compilaciones/phone/sflphone/daemon/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home1/cer/Compilaciones/phone/sflphone/daemon' > make: *** [all] Error 2 > > > > Am I to understand that sflphone-1.0.2.tar.gz is an unfinished, beta > version? :-?
This compilation error may be due to a missing include directive in history.cpp It was overlooked because it didn't cause any compilation failures on the distros we've tested. Please try again with the latest git. If you have any other issues compiling on openSUSE, you can post them to this ticket: https://projects.savoirfairelinux.com/issues/8977 Best, Tristan -- Tristan Matthews Développeur de logiciels libres [email protected] Ligne directe: 514-276-5468 poste 113 Fax : 514-276-5465 7275 Saint Urbain Bureau 200 Montréal, QC, H2R 2Y5 _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
