dronekit / dronekit-la

Log Analyzer for ArduPilot DataFlash logs and MAVLink telemetry logs.
http://la.dronekit.io/
Apache License 2.0
44 stars 30 forks source link

cant build - Ubuntu 18.04 LTS #110

Open fpedd opened 6 years ago

fpedd commented 6 years ago

Hi,

I am having issues building the repo under Ubuntu 18.04 LTS.

Calling make in the root directory gives me:

make: *** No rule to make target 'modules/mavlink/message_definitions/v1.0/common.xml', needed by 'mavlink_c_library/protocol.h'. Stop.

Seems like the makefile is causing trouble.

Thanks, Fabian

peterbarker commented 6 years ago

On Fri, 21 Sep 2018, fabianpedd wrote:

make: *** No rule to make target 'modules/mavlink/message_definitions/v1.0/common.xml', needed by 'mavlink_c_library/protocol.h'. Stop.

Seems like the makefile is causing trouble.

Have you done a "git submodule update --init"?