Maybe there is something wrong with that version of
/home/rgleason/OpenCPN/plugins/vdr_pi/src/ocpn_plugin.h
I am going to replace it with the
current version of that file because we are using
Opencpn v5.0.522. Maybe that will help.
Updating ocpn_plugin.h did not fix it.
/home/rgleason/OpenCPN/plugins/vdr_pi/src/ocpn-plugin.h
Quote:
#ifdef ocpnUSE_SVG
#include "wxSVG/svg.h" <---Line 48 error
#endif // ocpnUSE_SVG
|
/home/rgleason/OpenCPN/plugins/vdr_pi/src/vdr.cpp
Quote:
#include <typeinfo>
#include "vdr_pi.h" <-----Line 37 Error
#include "icons.h"
|
/home/rgleason/OpenCPN/plugins/vdr_pi/src/vdr.h
Quote:
#include <wx/file.h>
#include <wx/aui/aui.h>
#include "ocpn_plugin.h" <----Line 48 Error
|
I think the paths may need to be changed to point at the files that are being used by the entire OpenCPN program, since we are not building standalone plugins now.
But the problem is actually worse, I think this should
work both as standalone build and with Opencpn without changing anything.