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:   maintainer-feedback requested: [Bug 248418] multimedia/gpac-libgpac compile error in modules/x11_out/x11_out.c
Message-ID:  <bug-248418-12827-55YIQgEdmC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248418-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248418-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-multimedia
(Nobody) <multimedia@FreeBSD.org> for maintainer-feedback:
Bug 248418: multimedia/gpac-libgpac compile error in modules/x11_out/x11_ou=
t.c
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248418



--- 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 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



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