help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How should be opengl on mingw treated?


From: Tatsuro MATSUOKA
Subject: Re: How should be opengl on mingw treated?
Date: Tue, 29 Jul 2008 16:08:17 +0900 (JST)

Hello Michael and John

Owing to Michael's extensive efforts, it was very easy to opengl being worked 
on mingw.
Hi Michael, Thanks a lot.

Hi John, please apply the following patch for mingw build.

Regards

Tatsuro

*****************************
*** aclocal.org.m4      Tue Jul 22 00:59:02 2008
--- aclocal.m4  Tue Jul 29 11:16:05 2008
***************
*** 1061,1067 ****
  AC_DEFUN([OCTAVE_OPENGL], [
  OPENGL_LIBS=
  case $canonical_host_type in
!   *-*-msdosmsvc)
      AC_CHECK_HEADERS(windows.h)
      ;;
  esac
--- 1061,1067 ----
  AC_DEFUN([OCTAVE_OPENGL], [
  OPENGL_LIBS=
  case $canonical_host_type in
!    *-*-mingw32* |*-*-msdosmsvc)
      AC_CHECK_HEADERS(windows.h)
      ;;
  esac
***************
*** 1081,1087 ****
  ])
  if test "$have_opengl_incs" = "yes"; then
    case $canonical_host_type in
!     *-*-msdosmsvc)
        save_LIBS="$LIBS"
        LIBS="$LIBS -lopengl32"
        AC_MSG_CHECKING([for glEnable in -lopengl32])
--- 1081,1087 ----
  ])
  if test "$have_opengl_incs" = "yes"; then
    case $canonical_host_type in
!     *-*-mingw32* |*-*-msdosmsvc)
        save_LIBS="$LIBS"
        LIBS="$LIBS -lopengl32"
        AC_MSG_CHECKING([for glEnable in -lopengl32])





--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]