[opensuse-packaging] GCC-4.7 transition
Hi! I have the following error which I do no know how to handle: error: ambiguous overload for 'operator==' in 'i == "option"' The package is here: https://build.opensuse.org/package/live_build_log?arch=i586&package=kde3-directkonnect&project=KDE%3AKDE3&repository=openSUSE_Factory -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Saturday 26 of May 2012 03:55EN, Ilya Chernykh wrote:
Hi!
I have the following error which I do no know how to handle:
error: ambiguous overload for 'operator==' in 'i == "option"'
The package is here: https://build.opensuse.org/package/live_build_log?arch=i586&package=kd e3-directkonnect&project=KDE%3AKDE3&repository=openSUSE_Factory
Try if (i == std::string(CONFIG_OPT_STR)) Michal Kubeček -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
El 25/05/12 19:55, Ilya Chernykh escribió:
Hi!
I have the following error which I do no know how to handle:
error: ambiguous overload for 'operator==' in 'i == "option"'
The package is here: https://build.opensuse.org/package/live_build_log?arch=i586&package=kde3-directkonnect&project=KDE%3AKDE3&repository=openSUSE_Factory
Next time you are trying to fix this errors,also try compiling the code with clang++, which will tell you better what the specific error is: See this : http://blog.llvm.org/2010/04/amazing-feats-of-clang-error-recovery.html for examples. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
Cristian Rodríguez
-
Ilya Chernykh
-
Michal Kubeček