I would like to have a non-GUI version of my app, which nevertheless uses JUCE functions (for example, the zipfile stuff).
But I am having trouble trying to link in just that (for example).
The real problem is I can't link to the X libraries (for example) because my app will be run on a machine which isn't running X. This problem isn't an issue for the Windows or OS/X versions of the app, but on Linux it is.
I was still unable to get a no-X link. The events seemed to get in my way.
However, all's well; I was able to install X on the server just so the libs are found. Not a universal solution to this issue, but at least a workaround.