Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appveyor build fails #26

Open
rgleason opened this issue Sep 9, 2019 · 0 comments
Open

Appveyor build fails #26

rgleason opened this issue Sep 9, 2019 · 0 comments

Comments

@rgleason
Copy link
Contributor

rgleason commented Sep 9, 2019

C:\project\projections_pi\src\rtlsdr_pi.cpp(356): warning C4305: 'argument' : truncation from 'double' to 'GLfloat' [C:\project\projections_pi\build\rtlsdr_pi.vcxproj]
C:\project\projections_pi\src\rtlsdr_pi.cpp(665): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) [C:\project\projections_pi\build\rtlsdr_pi.vcxproj]
C:\project\projections_pi\src\rtlsdr_pi.cpp(878): error C2668: 'wxConfigBase::Read' : ambiguous call to overloaded function [C:\project\projections_pi\build\rtlsdr_pi.vcxproj]

Line 878  

m_bEnableFlights = pConf->Read ( _T ( "EnableFlights" ), false );
m_Dump1090Server = pConf->Read ( _T ( "Dump1090Server" ), "127.0.0.1" );

Also using wxWidgets 3.0.2 and OpenCPN v5.0 uses wxWidgets 3.1.2

Whereas there are two pull requests from March for Ov42 and Ov50 that compile. They are now largely outdated and may have conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant