Try the following
sudo apt-get install libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev
then run ./configure and make again.
Make created a good shared library file (found in digibyte/src/qt) that only runs from the command prompt and that generates the following warnings and errors:
OpenGL Warning: glFlushVertexArrayRangeNV not found in mesa table
OpenGL Warning: glVertexArrayRangeNV not found in mesa table
OpenGL Warning: glCombinerInputNV not found in mesa table
OpenGL Warning: glCombinerOutputNV not found in mesa table
OpenGL Warning: glCombinerParameterfNV not found in mesa table
OpenGL Warning: glCombinerParameterfvNV not found in mesa table
OpenGL Warning: glCombinerParameteriNV not found in mesa table
OpenGL Warning: glCombinerParameterivNV not found in mesa table
OpenGL Warning: glFinalCombinerInputNV not found in mesa table
OpenGL Warning: glGetCombinerInputParameterfvNV not found in mesa table
OpenGL Warning: glGetCombinerInputParameterivNV not found in mesa table
OpenGL Warning: glGetCombinerOutputParameterfvNV not found in mesa table
OpenGL Warning: glGetCombinerOutputParameterivNV not found in mesa table
OpenGL Warning: glGetFinalCombinerInputParameterfvNV not found in mesa table
OpenGL Warning: glGetFinalCombinerInputParameterivNV not found in mesa table
OpenGL Warning: glDeleteFencesNV not found in mesa table
OpenGL Warning: glFinishFenceNV not found in mesa table
OpenGL Warning: glGenFencesNV not found in mesa table
OpenGL Warning: glGetFenceivNV not found in mesa table
OpenGL Warning: glIsFenceNV not found in mesa table
OpenGL Warning: glSetFenceNV not found in mesa table
OpenGL Warning: glTestFenceNV not found in mesa table
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x7f243e775ad0
OpenGL Warning: Retry with 0x8002 returned 0 visuals
OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x7f243e775ad0
OpenGL Warning: Retry with 0x8002 returned 0 visuals
OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x7f243e775ad0
OpenGL Warning: Retry with 0x8002 returned 0 visuals
OpenGL Warning: glXGetFBConfigAttrib for 0x7f243e775ad0, failed to get XVisualInfo
OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x7f243e775ad0
OpenGL Warning: Retry with 0x8002 returned 0 visuals
OpenGL Warning: glXGetFBConfigAttrib for 0x7f243e775ad0, failed to get XVisualInfo
OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x7f243e775ad0
OpenGL Warning: Retry with 0x8002 returned 0 visuals
OpenGL Warning: glXGetFBConfigAttrib for 0x7f243e775ad0, failed to get XVisualInfo
OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x7f243e775ad0
OpenGL Warning: Retry with 0x8002 returned 0 visuals
OpenGL Warning: glXGetFBConfigAttrib for 0x7f243e775ad0, failed to get XVisualInfo
OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x7f243e775ad0
OpenGL Warning: Retry with 0x8002 returned 0 visuals
OpenGL Warning: glXGetFBConfigAttrib for 0x7f243e775ad0, failed to get XVisualInfo
OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x7f243e775ad0
OpenGL Warning: Retry with 0x8002 returned 0 visuals
OpenGL Warning: glXGetFBConfigAttrib for 0x7f243e775ad0, failed to get XVisualInfo
OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x7f243e775ad0
OpenGL Warning: Retry with 0x8002 returned 0 visuals
OpenGL Warning: glXGetFBConfigAttrib for 0x7f243e775ad0, failed to get XVisualInfo
OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x7f243e775ad0
OpenGL Warning: Retry with 0x8002 returned 0 visuals
OpenGL Warning: glXGetFBConfigAttrib for 0x7f243e775ad0, failed to get XVisualInfo
Segmentation fault (core dumped)
Shouldn't we end up with an executable?
Add: it looks like the generic build on digibyte.co is actually better than this, as horrible as it is . . .
This looks more like an OpenGL virtualbox problem rather than a wallet problem. Do you have 3d acceleration enabled in virtualbox? Did you install video card drivers or the virtualbox tools?
I agree.
I do have 3d acceleration enabled, did not install any special video drivers, and am using the default virtualbox install drivers.
ADD: I posted that original post in a rush before dinner, and, now, after doing a quick search . . .
https://www.virtualbox.org/ticket/12941?cversion=0&cnum_hist=72
ADD 2: Kind of looks like it's the end of the road for this on VirtualBox . . . as long as it's got 3D elements anyway. This looks like it might be an unresolved VirtualBox issue. VirtualBox compatibility is very important I think. Perhaps it might be a good idea to strip the Linux wallet of 3D?
ADD 3: Very interesting to note that the "prefab" digibyte-qt downloadable from www.digibyte.co in the ZIP file at http://www.digibyte.co/sites/digibyte.co/files/DigiByte-3.0.3-ubuntu-64bit.zip DOES NOT GENERATE THESE SAME ERRORS when run on the same system with no modifications. NOT a VituralBox issue.