Package Details: stereogl 0.2-1

Git Clone URL: https://aur.archlinux.org/stereogl.git (read-only, click to copy)
Package Base: stereogl
Description: StereoGL provides a uniform interface for stereo 3D displays under OpenGL.
Upstream URL: http://stereogl.sourceforge.net/
Licenses: GPL
Submitter: ekpyron
Maintainer: None
Last Packager: ekpyron
Votes: 0
Popularity: 0.000000
First Submitted: 2015-10-14 19:52 (UTC)
Last Updated: 2015-10-14 19:53 (UTC)

Latest Comments

carlosal1015 commented on 2021-10-15 18:17 (UTC)

Hi, we have the following build error:

==> Starting build()...
make: Entering directory '/tmp/makepkg/stereogl/src/stereogl-0.2/alpha'
rm -f ../lib/libStGL.so ../lib/libStGL.so.1 ../lib/libStGL.so.1.0 dinospin.o gl.o glx.o glxwrap.o main.o menus.o trackball.o util.o dinospin ../tests/pulsar ../alpha/interlace_preload ../tests/fire_stereo/fire_stereo ../tests/ipers_stereo/ipers_stereo ../tests/redblue_stereo/redblue_stereo
make: Leaving directory '/tmp/makepkg/stereogl/src/stereogl-0.2/alpha'
make: Entering directory '/tmp/makepkg/stereogl/src/stereogl-0.2/src'
rm -f libStGL.so libStGL.so.1 libStGL.so.1.0 *.o *.a
rm -f pulsar ../tests/fire_stereo/fire_stereo ../tests/ipers_stereo/ipers_stereo ../tests/redblue_stereo/redblue_stereo ../tests/dinospin/dinospin
(cd ../tests/tunnel/; rm -f tunnel1 tunnel2 tunnel3 stunnel1 *.o)
(cd ../utils/; rm -f abcal vmodes sscal offsetcal *.o)
rm -f *.rgb
make: Leaving directory '/tmp/makepkg/stereogl/src/stereogl-0.2/src'
make: Entering directory '/tmp/makepkg/stereogl/src/stereogl-0.2/utils'
rm -f vmodes abcal sscal offsetcal blueline
make: Leaving directory '/tmp/makepkg/stereogl/src/stereogl-0.2/utils'
patching file src/Makefile
patching file utils/offsetcal.c
gcc  -c init.c -DSTGL_DEBUG -g -fPIC -pg -o init.o 
gcc  -c free.c -DSTGL_DEBUG -g -fPIC -pg -o free.o 
gcc  -c loader.c -DSTGL_DEBUG -g -fPIC -pg -o loader.o 
gcc  -c wrapped_gl.c -DSTGL_DEBUG -g -fPIC -pg -o wrapped_gl.o 
gcc  -c wrapped_glx.c -DSTGL_DEBUG -g -fPIC -pg -o wrapped_glx.o 
gcc  -c wrapped_glut.c -DSTGL_DEBUG -g -fPIC -pg -o wrapped_glut.o 
gcc  -c anaglyph.c -DSTGL_DEBUG -g -fPIC -pg -o anaglyph.o 
gcc  -c interlace.c -DSTGL_DEBUG -g -fPIC -pg -o interlace.o 
gcc  -c abovebelow.c -DSTGL_DEBUG -g -fPIC -pg -o abovebelow.o 
gcc  -c sidebyside.c -DSTGL_DEBUG -g -fPIC -pg -o sidebyside.o 
In file included from free.c:6:
stereogl.h:18:10: fatal error: GL/glu.h: No such file or directory
   18 | #include <GL/glu.h>
      |          ^~~~~~~~~~
gcc  -c mono.c -DSTGL_DEBUG -g -fPIC -pg -o mono.o 
compilation terminated.
In file included from init.c:6:
stereogl.h:18:10: fatal error: GL/glu.h: No such file or directory
   18 | #include <GL/glu.h>
      |          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:48: init.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:48: free.o] Error 1
In file included from wrapped_glx.c:15:
stereogl.h:18:10: fatal error: GL/glu.h: No such file or directory
   18 | #include <GL/glu.h>
      |          ^~~~~~~~~~
compilation terminated.
In file included from interlace.c:42:
stereogl.h:18:10: fatal error: GL/glu.h: No such file or directory
   18 | #include <GL/glu.h>
      |          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:48: wrapped_glx.o] Error 1
make: *** [Makefile:48: interlace.o] Error 1
In file included from anaglyph.c:20:
stereogl.h:18:10: fatal error: GL/glu.h: No such file or directory
   18 | #include <GL/glu.h>
      |          ^~~~~~~~~~
In file included from wrapped_gl.c:13:
stereogl.h:18:10: fatal error: GL/glu.h: No such file or directory
   18 | #include <GL/glu.h>
      |          ^~~~~~~~~~
compilation terminated.
compilation terminated.
make: *** [Makefile:48: anaglyph.o] Error 1
make: *** [Makefile:48: wrapped_gl.o] Error 1
In file included from mono.c:20:
stereogl.h:18:10: fatal error: GL/glu.h: No such file or directory
   18 | #include <GL/glu.h>
      |          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:48: mono.o] Error 1
In file included from loader.c:24:
stgl.h:12:10: fatal error: GL/glu.h: No such file or directory
   12 | #include <GL/glu.h>
      |          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:48: loader.o] Error 1
In file included from sidebyside.c:17:
stereogl.h:18:10: fatal error: GL/glu.h: No such file or directory
   18 | #include <GL/glu.h>
      |          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:48: sidebyside.o] Error 1
In file included from wrapped_glut.c:12:
stereogl.h:18:10: fatal error: GL/glu.h: No such file or directory
   18 | #include <GL/glu.h>
      |          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:48: wrapped_glut.o] Error 1
In file included from abovebelow.c:24:
stereogl.h:18:10: fatal error: GL/glu.h: No such file or directory
   18 | #include <GL/glu.h>
      |          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:48: abovebelow.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: stereogl