How to solve my need for conflicting libraries ?
i work on 2 separate projects.
project "one",uses libraries\mavlink , , includes gcs_mavlink.h (from folder)
project "two" uses libraries\gcs_mavlink , , includes gcs_mavlink.h (from folder)
problem:
once add library "gcs_mavlink" (needed project "two") - project "one" sorts of errors.
what should ? - renaming libraries\mavlink\gcs_mavlink.h mavlink.h work ?
project "one",uses libraries\mavlink , , includes gcs_mavlink.h (from folder)
project "two" uses libraries\gcs_mavlink , , includes gcs_mavlink.h (from folder)
problem:
once add library "gcs_mavlink" (needed project "two") - project "one" sorts of errors.
what should ? - renaming libraries\mavlink\gcs_mavlink.h mavlink.h work ?
it doesn't seem great idea me have multiple libraries same file names inside them. copied temporary location compiling.
Arduino Forum > Using Arduino > Programming Questions > How to solve my need for conflicting libraries ?
arduino
Comments
Post a Comment