uavos / apx-gcs

APX Ground Control
GNU Lesser General Public License v3.0
13 stars 12 forks source link

Missed do_not_copy.h header #2

Closed smarttowel closed 3 years ago

smarttowel commented 3 years ago

When I try to build plugin for GCS and include headers, next errors occured: In file included from /home/pavel/sources/apx-gcs/shared/xbus/XbusStreamReader.h:29:0, from /home/pavel/sources/apx-gcs/src/lib/ApxData/Protocols/ProtocolStream.h:26, from /home/pavel/sources/apx-gcs/src/lib/ApxData/Protocols/ProtocolBase.h:28, from /home/pavel/sources/apx-gcs/src/lib/ApxData/Protocols/ProtocolTelemetry.h:24, from /home/pavel/sources/apx-gcs/src/lib/ApxData/Mandala/MandalaFact.h:24, from /home/pavel/sources/apx-gcs/src/lib/ApxData/Mandala/Mandala.h:24, from /home/pavel/sources/apx-gcs/src/lib/ApxGcs/Vehicles/Vehicle.h:30, from /home/pavel/sources/apx-gcs/src/lib/ApxGcs/Vehicles/Vehicles.h:24, from ../asyncclient.cpp:5: /home/pavel/sources/apx-gcs/shared/xbus/XbusStream.h:24:10: fatal error: do_not_copy.h: No such file or directory

include

smarttowel commented 3 years ago

Closed, github can't search files in submodules