Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2018 13:03:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 228157] emulators/virtualbox-ose-additions compilation failure when opengl enabled
Message-ID:  <bug-228157-26505-x63zDV4wnr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228157-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-228157-26505@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked vbox@FreeBSD.org for
maintainer-feedback:
Bug 228157: emulators/virtualbox-ose-additions compilation failure when ope=
ngl
enabled
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228157



--- Description ---
When opengl option is enabled, virtualbox-ose-additions 5.2.12 fails with t=
his
message

kBuild: Compiling VBoxOGL -
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.12/out/fr=
eebs
d.amd64/release/obj/VBoxOGLgen/getprocaddress.c
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.12/out/fr=
eebs
d.amd64/release/obj/VBoxOGLgen/getprocaddress.c:72:45:
error: use of undeclared identifier 'glBindFramebuffer'
	{ "glBindFramebuffer", (CR_PROC) VBOXGLTAG(glBindFramebuffer) },
						   ^
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.12/out/fr=
eebs
d.amd64/release/obj/VBoxOGLgen/getprocaddress.c:113:45:
error: use of undeclared identifier 'glBlitFramebuffer'
	{ "glBlitFramebuffer", (CR_PROC) VBOXGLTAG(glBlitFramebuffer) },
						   ^
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.12/out/fr=
eebs
d.amd64/release/obj/VBoxOGLgen/getprocaddress.c:133:52:
error: use of undeclared identifier
      'glCheckFramebufferStatus'
	{ "glCheckFramebufferStatus", (CR_PROC)
VBOXGLTAG(glCheckFramebufferStatus) },
							  ^
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.12/out/fr=
eebs
d.amd64/release/obj/VBoxOGLgen/getprocaddress.c:310:48:
error: use of undeclared identifier
      'glDeleteFramebuffers'
	{ "glDeleteFramebuffers", (CR_PROC) VBOXGLTAG(glDeleteFramebuffers) },
						      ^
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.12/out/fr=
eebs
d.amd64/release/obj/VBoxOGLgen/getprocaddress.c:453:50:
error: use of undeclared identifier
      'glFramebufferTexture2D'
	{ "glFramebufferTexture2D", (CR_PROC) VBOXGLTAG(glFramebufferTexture2D)
},
							^
/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.12/out/fr=
eebs
d.amd64/release/obj/VBoxOGLgen/getprocaddress.c:473:45:
error: use of undeclared identifier 'glGenFramebuffers'
	{ "glGenFramebuffers", (CR_PROC) VBOXGLTAG(glGenFramebuffers) },
						   ^
6 errors generated.



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