douwefokkema / AutoTrackRaymarine_pi

Follow a route on OpenCPN using a Raymarine Evolution pilot
GNU General Public License v3.0
14 stars 6 forks source link

Still not building locally. What is #18

Closed rgleason closed 1 year ago

rgleason commented 1 year ago

What is pkg_version.sh? which I am finding in the build directory. This is a ShipDriver file. You have changed something and are building the wrong template here, or part of it. The version numbers etc are supposed to be controlled by CMakeLists.txt when using Testplugin Template. If we can find what is creating this script in the build directory, we can probably fix it.

#
# File is 'sourced' in script files to ensure the correct environment variables are created
#

VERSION=1.1.4.0.
VERSION_DATE="2023-06-17 08:43:00 -0500"
PKG_TARGET=msvc
PKG_TARGET_VERSION=10.0.22621

# Opencpn api version, part of win32 installer name (major * 100 + minor).
OCPN_API_VERSION=1.17
rgleason commented 1 year ago

Whoops this file is needed! other plugins create it.