Emerging libsdl

Hi,

I’m trying to emerge the latest libsdl within gentoo but it fails.

It fails when trying to access GL/glut.h

Does any one here uses gentoo and this problem?

I don’t who mantains this ebuild so i dont know where to ask.

Best regards,

Nuno Santos

Nuno Santos wrote:

I’m trying to emerge the latest libsdl within gentoo but it fails.

would be nice to see the exact error message.

It fails when trying to access GL/glut.h

$ equery belongs /usr/include/GL/glut.h
[ Searching for file(s) /usr/include/GL/glut.h in *… ]
media-libs/glut-3.7.1 (/usr/include/GL/glut.h)
$

x11-base/xorg-x11 depends on

  • x11-apps/mesa-progs depends on
  • virtual/glut depends on
  • media-libs/glut

so glut should have been installed together with xorg-x11

I don’t who mantains this ebuild so i dont know where to ask.

irc.freenode.net #gentoo, or use the bugtracker at bugs.gentoo.org

tom

Hi,

It’s not glut.h is glu.h

It’s the same?

I’ll try to reproduce the error.

Cheers,

NunoEm Oct 25, 2006, ?s 11:07 PM, Tomas Carnecky escreveu:

Nuno Santos wrote:

I’m trying to emerge the latest libsdl within gentoo but it fails.

would be nice to see the exact error message.

It fails when trying to access GL/glut.h

$ equery belongs /usr/include/GL/glut.h
[ Searching for file(s) /usr/include/GL/glut.h in *… ]
media-libs/glut-3.7.1 (/usr/include/GL/glut.h)
$

x11-base/xorg-x11 depends on

  • x11-apps/mesa-progs depends on
  • virtual/glut depends on
  • media-libs/glut

so glut should have been installed together with xorg-x11

I don’t who mantains this ebuild so i dont know where to ask.

irc.freenode.net #gentoo, or use the bugtracker at bugs.gentoo.org

tom


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Nuno Santos wrote:

It’s not glut.h is glu.h

It’s the same?

$ equery belongs /usr/include/GL/glu.h
[ Searching for file(s) /usr/include/GL/glu.h in *… ]
media-libs/mesa-6.5.1-r2 (/usr/include/GL/glu.h)
$

xorg-x11 also depends on mesa.

tom

the ebuild only pulls in virtual/opengl … since libsdl also uses GL/glu.h, i
need to add virtual/glu to the DEPEND

in the future, please file a bug at http://bugs.gentoo.org/ as i doubt most of
the people on this list care about Gentoo …
-mike
-------------- next part --------------
A non-text attachment was scrubbed…
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20061025/8855c330/attachment.pgpOn Wednesday 25 October 2006 20:20, Tomas Carnecky wrote:

Nuno Santos wrote:

It’s not glut.h is glu.h

It’s the same?

$ equery belongs /usr/include/GL/glu.h
[ Searching for file(s) /usr/include/GL/glu.h in *… ]
media-libs/mesa-6.5.1-r2 (/usr/include/GL/glu.h)
$

xorg-x11 also depends on mesa.

Thx!

It’s working!

Cheers,

NunoEm Oct 26, 2006, ?s 1:22 AM, Mike Frysinger escreveu:

On Wednesday 25 October 2006 20:20, Tomas Carnecky wrote:

Nuno Santos wrote:

It’s not glut.h is glu.h

It’s the same?

$ equery belongs /usr/include/GL/glu.h
[ Searching for file(s) /usr/include/GL/glu.h in *… ]
media-libs/mesa-6.5.1-r2 (/usr/include/GL/glu.h)
$

xorg-x11 also depends on mesa.

the ebuild only pulls in virtual/opengl … since libsdl also uses
GL/glu.h, i
need to add virtual/glu to the DEPEND

in the future, please file a bug at http://bugs.gentoo.org/ as i
doubt most of
the people on this list care about Gentoo …
-mike


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl