rgleason / celestial_navigation_pi

celestial navigation plugin for opencpn
GNU General Public License v3.0
9 stars 6 forks source link

Android builds (for later) #17

Closed rgleason closed 9 months ago

rgleason commented 2 years ago

For later fixes.

Some qtstylesheets and gestures are not being found

               ^
/home/circleci/project/src/CelestialNavigationDialog.cpp:170:33: error: use of undeclared identifier 'qtStyleSheet'
    GetHandle()->setStyleSheet( qtStyleSheet);
                                ^
/home/circleci/project/src/CelestialNavigationDialog.cpp:173:25: error: use of undeclared identifier 'wxEVT_QT_PANGESTURE'
    m_lSights->Connect( wxEVT_QT_PANGESTURE,
                        ^
/home/circleci/project/src/CelestialNavigationDialog.cpp:174:94: In file included from error: no member named 'OnEvtPanGesture' in 'CelestialNavigationDialog'
/home/circleci/project/src/SightDialog.cpp:28:
In file included from /home/circleci/project/OCPNAndroidCommon-master/wxWidgets/include/wx/wx.h:                       (wxObjectEventFunction) (wxEventFunction) &CelestialNavigationDialog::OnEvtPanGesture, NULL, this );81:
/home/circleci/project/OCPNAndroidCommon-master/wxWidgets/include/wx/textctrl.h
                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~

https://app.circleci.com/pipelines/github/rgleason/celestial_navigation_pi/68/workflows/4c35f19e-73a1-4e8e-b8c9-26ff6549f370/jobs/553

rgleason commented 9 months ago

OLd