Topic: PLPlot and the extcairo device
I'm having trouble getting any of my code to recognize the extcairo device when using PLPlot functions. The examples provided by the SF package manager work fine, but if you look at any of the hl_plplotxxx.f90 examples in the gtk-fortran package, they can't recognize the extcairo device. I'm looking to do this to attach a graph to a drawing surface in a gtk-fortran GUI, so while I could run the graph completely separate of the app, i'd much rather have it in its own drawing area.
Everything compiles fine, and if I choose the wingcc device, it works fine. But that won't integrate into the gtk cairo drawing area.