LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Xine errors on Make install? (https://www.linuxquestions.org/questions/linux-software-2/xine-errors-on-make-install-28139/)

rlculver 08-17-2002 02:17 PM

Xine errors on Make install?
 
Hi all,

I get thisd error when I do 'Make Install'

video_out_opengl.c:78: GL/glu.h: No such file or directory
video_out_opengl.c: In function `opengl_update_frame_format':
video_out_opengl.c:346: warning: passing arg 3 of `xine_xmalloc_aligned' from incompatible pointer type
video_out_opengl.c:348: warning: passing arg 3 of `xine_xmalloc_aligned' from incompatible pointer type
video_out_opengl.c:350: warning: passing arg 3 of `xine_xmalloc_aligned' from incompatible pointer type
video_out_opengl.c:355: warning: passing arg 3 of `xine_xmalloc_aligned' from incompatible pointer type
video_out_opengl.c: In function `opengl_render_image':
video_out_opengl.c:666: warning: unused variable `i'
make[3]: *** [video_out_opengl.lo] Error 1
make[3]: Leaving directory `/home/rlculver/Desktop/xine/xine-lib-0.9.13/src/video_out'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/rlculver/Desktop/xine/xine-lib-0.9.13/src/video_out'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/rlculver/Desktop/xine/xine-lib-0.9.13/src'
make: *** [install-recursive] Error 1


Any ideas on how to correct this?

Thanks

neo77777 08-17-2002 02:20 PM

What video card do you have?
Also, if your card doesn't provide openGL support check
./configure --help
you might be able to disable opengl output.

rlculver 08-17-2002 02:27 PM

cheers - I have a Geforce 4 Ti200 - I have installed the last drivers and necessary nvidia and load glx in X config.

any ideas m8?

neo77777 08-17-2002 02:33 PM

hmm, is there
/usr/include/lib/GL directory on your system?
While you're looking for it let me find what package/libs are needed to install it.

rlculver 08-17-2002 02:40 PM

cheers for the help.

I have a /usr/include/GL directory.........

but no GLU.h file ???

Just doing a search......

neo77777 08-17-2002 02:48 PM

What's your distro? The headers that are missing are part of Mesalib found at http://sourceforge.net/project/showf...lease_id=96727
if you prefer rpms, then go over to http://rpmfind.net/linux/rpm2html/search.php?query=Mesa
grab the source rpm b/c headers for /usr/include/GL are a part of the Mesa-devel rpm package.

rlculver 08-17-2002 02:50 PM

cheers - I will get the RPM :)

Which RPM for Suse ???

I am using Suse 8.0 :)

neo77777 08-17-2002 03:02 PM

you can get the ones for RH or ASP they should work http://rpmfind.net//linux/RPM/ASP/so...4.2-7.src.html

rlculver 08-17-2002 03:10 PM

Okies :)

I have installed the RPM - but still getting the same error :(:(

neo77777 08-17-2002 03:13 PM

are the files there? /usr/include/GL/glu.h and others ?
did you do make distclean in xine directory and then started over with ./configure step first?


All times are GMT -5. The time now is 01:00 PM.