Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Aug 2020 20:56:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 248418] multimedia/gpac-libgpac compile error in modules/x11_out/x11_out.c
Message-ID:  <bug-248418-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248418

            Bug ID: 248418
           Summary: multimedia/gpac-libgpac compile error in
                    modules/x11_out/x11_out.c
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia@FreeBSD.org
          Reporter: rkoberman@gmail.com
             Flags: maintainer-feedback?(multimedia@FreeBSD.org)
          Assignee: multimedia@FreeBSD.org

Unable to compile the port on 12-Stable r362181 amd64. All ports are up-to-=
date
excluding mate DE. Error in compiling x11_out.c:
  CC ../modules/x11_out/x11_out.c
../modules/x11_out/x11_out.c:978:11: warning: implicit declaration of funct=
ion
      'glXMakeCurrent' is invalid in C99 [-Wimplicit-function-declaration]
                        if ( ! glXMakeCurrent(xWindow->display, xWindow-...
                               ^
../modules/x11_out/x11_out.c:978:109: error: no member named 'glx_context' =
in
      'XWindow'
  ...xWindow->fullscreen ? xWindow->full_wnd : xWindow->wnd,
xWindow->glx_con...
                                                             ~~~~~~~  ^
1 warning and 1 error generated.
gmake[3]: *** [../config.mak:147: ../modules/x11_out/x11_out.o] Error 1

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248418-12827>