[Vm-dev] OpenGL vs VMMaker

David T. Lewis lewis at mail.msen.com
Fri Jan 8 13:17:07 UTC 2016


On Thu, Jan 07, 2016 at 06:53:58PM -0800, KenD wrote:
>  
> Hi there,
> 
> I am trying to build a minimal interpreter VM.

Just in case you're not aware of it, try "VMMakerTool minimal" for a
quick way to generate a minimal set of ./src code.


> 
> I have B3DAcceleratorPlugin in the Plugins Not Built pane in the VMMakerTool.
> 
> Why is the build trying to find the (Open)GL header file?
> 
> [This happens under Linux on x86-64 and on ARM]
> 

Use the --without-gl option when you run configure:

  --without-gl          disable everything that depends on OpenGL


There is a --help option to configure that gives more information:

  $ ../platforms/unix/cmake/configure --help


Dave



More information about the Vm-dev mailing list