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.
Any ideas ... anyone doing this sort of thing?