Skip to content

Discrepancy between Linux and Windows in the loading of files for building bots #10

@ClemCorwin

Description

@ClemCorwin

Version 8.31

Building a bot on Windows with the following structure works and is necessary to load files in subfolders
RAWDATA/BOTNAME/
RAWDATA/BOTNAME/SUBFOLDER1/
RAWDATA/BOTNAME/SUBFOLDER2/

Building the same bot on Linux throws errors because the first line already loads all subfolders, so the subsequent lines cause the subfolders to be compiled twice.

Result: All macros and topics contained in sub-folders are compiled twice on Linux. If the build file is changed to include only the parent folder, the subfolders no longer build on Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions