Re: [racket-users] OpenGL in build w/ package server

2019-01-19 Thread Matt Jadud
Many thanks, Jay. I can work with that. On Sat, Jan 19, 2019 at 10:13 AM Jay McCarthy wrote: > This page talks about foreign library on the package build: > > https://pkg-build.racket-lang.org/about.html#foreign > > It's plausible the GLU is something common enough, we should install > it by def

Re: [racket-users] OpenGL in build w/ package server

2019-01-19 Thread Jay McCarthy
This page talks about foreign library on the package build: https://pkg-build.racket-lang.org/about.html#foreign It's plausible the GLU is something common enough, we should install it by default. On Sat, Jan 19, 2019 at 3:10 PM Matt Jadud wrote: > > Hi all, > > Is there a way to convince the p

[racket-users] OpenGL in build w/ package server

2019-01-19 Thread Matt Jadud
Hi all, Is there a way to convince the package server to build packages that rely on the OpenGL bindings? Perhaps something in the deps of info.rkt that I don't understand? raco setup: ffi-lib: couldn't open "libGLU.so.1" (libGLU.so.1: cannot open shared object file: No such file or directory)