maintainer-feedback requested: [Bug 248418] multimedia/gpac-libgpac compile error in modules/x11_out/x11_out.c

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 1 20:56:23 UTC 2020


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-multimedia
(Nobody) <multimedia at FreeBSD.org> for maintainer-feedback:
Bug 248418: multimedia/gpac-libgpac compile error in modules/x11_out/x11_out.c
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248418



--- Description ---
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 function
      '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


More information about the freebsd-multimedia mailing list