-
Notifications
You must be signed in to change notification settings - Fork 27
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
ov50 - appveyor.yml changes #114
Conversation
50 Warnings 39 Errors
Search for:
snprintf is used in Perhaps there is some easy way to solve this. I need some help here. |
I am not merging until zero errors. |
Thanks, not expected, but I've taken it as far as I could. I don't know how to fix these problems, can you give me some clue how? |
This link makes me think that perhaps sourceforge was slow again and switched to try to compile x64! I am going to try a small change to force appveyor to compile again. Is there an easier/quicker way to force another compile? |
Perhaps someone removed this file? PVW32Con.exe from sourceforge?
After looking at sourceforge, there is a package file now. This path in the plugin seems quite old for some reason.... https://downloads.sourceforge.net/project/opencpnplugins/weatherfax_pi/wf_depends.7z |
It still fails with the same failures. I have to stop now and leave this for someone else to fix. stdio.h(1927): fatal error C1189: #error: Macro definition of snprintf conflicts with Standard Library function declaration [C:\project\weatherfax_pi\build\weatherfax_pi.vcxproj] |
Attempt to compile for Windows Opencpn mui4.99.1408 with necessary changes to appveyor using MSVS 2017 and wxWidgets 3.1.2. There may be other changes required to this and other files.
Use of "snprintf" in a number of files causes errors. I can not fix.