Re: Undefined symbol "glXBindTexImageEXT"

2020-10-26 Thread Ronald Klop
.so: Undefined symbol "glXBindTexImageEXT" An idea I'm going to try is manually aligning the broken includes to the new dri provided ones. Please give me a little time to cook up a patch for you to test. I created a patch, which builds fine. Could you test it to check it

Re: Undefined symbol "glXBindTexImageEXT"

2020-10-26 Thread Guido Falsi via freebsd-emulation
On 26/10/20 22:23, Ronald Klop wrote: On Sun, 25 Oct 2020 23:09:59 +0100, Guido Falsi wrote: On 25/10/20 22:13, Ronald Klop wrote:   Hi,  The patch helps a lot. Firefox runs but has problems with some stuff and disables opengl. Apart from disabling opengl firefox anyway works, and is usabl

Re: Undefined symbol "glXBindTexImageEXT"

2020-10-26 Thread Guido Falsi via freebsd-emulation
plication like urxvt work, but more advanced like xfce4-terminal or firefox crash very early with: ld-elf.so.1: /usr/local/lib/VBoxOGL.so: Undefined symbol "glXBindTexImageEXT" An idea I'm going to try is manually aligning the broken includes to the new dri provided ones. Pl

Re: Undefined symbol "glXBindTexImageEXT"

2020-10-26 Thread Ronald Klop
with OpenGL support I tried it. 'Simple' X11 application like urxvt work, but more advanced like xfce4-terminal or firefox crash very early with: ld-elf.so.1: /usr/local/lib/VBoxOGL.so: Undefined symbol "glXBindTexImageEXT" An idea I'm going to try is manually al

Re: Undefined symbol "glXBindTexImageEXT"

2020-10-26 Thread Guido Falsi via freebsd-emulation
&revision=553175 to fix compiling with OpenGL support I tried it. 'Simple' X11 application like urxvt work, but more advanced like xfce4-terminal or firefox crash very early with: ld-elf.so.1: /usr/local/lib/VBoxOGL.so: Undefined symbol "glXBindTexImageEXT"  An

Re: Undefined symbol "glXBindTexImageEXT"

2020-10-26 Thread Guido Falsi via freebsd-emulation
e4-terminal or firefox crash very early with: ld-elf.so.1: /usr/local/lib/VBoxOGL.so: Undefined symbol "glXBindTexImageEXT" Explicitly disabling extensions was reported as making it build with the option enabled: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250315 Unluckily it

Undefined symbol "glXBindTexImageEXT"

2020-10-25 Thread Ronald Klop
rly with: ld-elf.so.1: /usr/local/lib/VBoxOGL.so: Undefined symbol "glXBindTexImageEXT" What can I help to debug this? BTW: does it matter if I use vboxvideo from drm-devel-kmod or not? With and without it gives the same error. Regards, Ronald. ___