[HOpenGL] HOpenGL-1.03 on WinDoze, step by step...
Andre W B Furtado
awfurtado@homelink.com.br
Mon, 24 Feb 2003 01:16:29 -0300
Hello Sven and everybody, I installed windows XP in my computer and I'm
trying to install HOpenGL once again. I'd like to know a couple of things:
1) I downloaded the latest HOpenGL files yesterday. Do I still need to apply
the patch below? (I was not able to find where this part of the text is in
the configure file...)
> ----------------------------------------------------------------------
> --- HOpenGL-1.03.orig/configure Mon Jul 29 17:33:03 2002
> +++ HOpenGL-1.03/configure Sat Jan 18 16:32:35 2003
> @@ -4130,7 +4130,10 @@
> ac_status=$?
> echo "$as_me:4131: \$? = $ac_status" >&5
> (exit $ac_status); }; }; then
> - hopengl_cv_gl_version=1.2
> + case `uname | tr a-z A-Z` in
> + CYGWIN*|MINGW*) hopengl_cv_gl_version=1.1 ;;
> + *) hopengl_cv_gl_version=1.2 ;;
> + esac
> else
> echo "$as_me: failed program was:" >&5
> cat conftest.$ac_ext >&5
2) Is it normal to get warnings like:
Warning: foreign declaration uses deprecated non-standard syntax
during the "make install" step?
Cheers,
-- Andre