Hi, I think I will revert them to NULL for now. The git master should compile for you later today. My goal was to switch to C++ 2011 sooner rather than later, but as of now, nullptr is almost the only option I use in the master branch. It does not worth blocking peoples using older versions of GCC.
Sorry for not having a message during the CMAKE step, that would have been useful. ----- Original Message ----- From: "Petr Gregor" <[email protected]> To: "Andrew Myers" <[email protected]> Cc: [email protected] Sent: Monday, May 28, 2012 3:47:43 AM Subject: Re: [SFLphone] KDE frontend compile error Heh, I cannot believe I missed that. I have gcc 4.5 Thank you. On Mon, May 28, 2012 at 9:15 AM, Andrew Myers < [email protected] > wrote: You may have an old version of GCC? From google "‘nullptr’ was not declared in this scope" GCC 4.4.1 does not support nullptr . Support for nullptr was added in GCC 4.6.0: http://gcc.gnu.org/gcc-4.6/changes.html Cheers Andrew On 27/05/12 17:24, Petr Gregor wrote: Hi, I am trying to test sflphone, but so far I have no luck installing it. I tried to compile it by following the steps on wiki but this error with kde frontend stops me: /home/gregy/Downloads/sflphone/sflphone/kde/src/lib/Call.cpp:100:43: error: ‘nullptr’ was not declared in this scope /home/gregy/Downloads/sflphone/sflphone/kde/src/lib/Call.cpp:101:43: error: ‘nullptr’ was not declared in this scope Could you please point out my error? Thank you. Gregy _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
