ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.7k stars 2.34k forks source link

Unable to compile #2560

Open sej69 opened 3 years ago

sej69 commented 3 years ago

Issue details

I'm having an odd issue where the solution appears to compile ok but it never actually generates the files and there's no errors listed in VS2019. I also noticed that most of your ExtLibs contains files that are supplied by nuget and those projects in ExtLibs will also not compile (most of them anyway). Any reason why you're trying to self compile libraries? This is only making your life harder with patches and the like for each of those libraries.

Version

1.3.72

Platform

[ x] All [ ] AntennaTracker [ ] Copter [ ] Plane [ ] Rover [ ] Sub

Airframe type

None yet

Hardware type

pixhawk

Logs

Please provide a link to any relevant logs that show the issue

roberthudson commented 3 years ago

Good question re why so many libraries vs Nugets.

Do you have the latest VS installed? I found that MP won't work without the very newest version. I have 16.9.0 (even 16.8 wouldn't work properly for me - the form designer crashed)

image