deavid
2011-05-23 15:16:15 UTC
Hi,
Yesterday i tred to run my soya's app in the latest release of ubuntu,
and i got fatal errors about opengl symbols not found in soya's
library (.so file)
After taking a look, it seems that GL and GLU were not present in the
linker pass. I manually executed gcc adding -lGL -lGLU and it worked.
I've no idea why now is an error and not before, and no idea from
where were we getting the opengl parts before (maybe GLEW?).
Anyway, if any of you can take a look onto this... seems that no one
on Ubuntu noticed yet (no bug reports on soya's package, but it's
impossible to run anything with soya.)
I created a patch. But someone should take a look on this, and make
sure if the link is needed or not. I don't have Ubuntu on my computers
and i don't know if i could reproduce the bug again.
Yesterday i tred to run my soya's app in the latest release of ubuntu,
and i got fatal errors about opengl symbols not found in soya's
library (.so file)
After taking a look, it seems that GL and GLU were not present in the
linker pass. I manually executed gcc adding -lGL -lGLU and it worked.
I've no idea why now is an error and not before, and no idea from
where were we getting the opengl parts before (maybe GLEW?).
Anyway, if any of you can take a look onto this... seems that no one
on Ubuntu noticed yet (no bug reports on soya's package, but it's
impossible to run anything with soya.)
I created a patch. But someone should take a look on this, and make
sure if the link is needed or not. I don't have Ubuntu on my computers
and i don't know if i could reproduce the bug again.