![](https://seccdn.libravatar.org/avatar/83fb0c00d858f444d5a718523c109fe0.jpg?s=120&d=mm&r=g)
Il 31/12/2011 21:02, Rajko M. ha scritto:
On Saturday, December 31, 2011 06:56:46 PM Marco Calistri wrote: ...
More especifically the error from command-line is:
clementine
clementine: symbol lookup error: clementine: undefined symbol: __glewTexParameteri
Note in italian we say Parametri and not *Parameteri* if this could be important.
What you see is the symbol that translates to address in a memeory, and that is not translated in other languages. It is coincidence that it looks like Italian with typo. Broken down like below looks like English: __glew Tex Parameter i
Error mesage tells that clementine expects to find __glewTexParameteri, which new library doesn't provide. There are few reasons how that can happen: * depreciated symbol that was removed from newer version; usually it is well in advance announced to other developers that some symbol will be removed * library is compiled with some option that disables creation of symbol * bug
First what I would do is to try to find is there newer version of clementine that is compiled with new version of libGLEW .
Cheers,
Hi Raiko, Thanks for the code error explanation. About searching a new version of Clementine I would say that is fun that a user which attempt to install the Multimedia's repository version of Clementine is invited to install a specific libGLEW (the 1.7) that then causes the error: it seems an out-of-sync of the proposed packages which is also not revealed when running a "zypper ve". Happy new year! -- Marco Calistri (amdturion) opensuse 12.1 (Aspargus) - Kernel 3.1.0-1.2-desktop x86_64 Gnome 3.2.1 Intel® Core™ i5-2410M CPU @ 2.30GHz × 4 - Intel® Sandybridge Mobile -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org