Skip to content

CYCLONEDDS_HOME using relative path fails #308

@erwincoumans

Description

@erwincoumans

In case someone else runs into this:
When using

export CYCLONEDDS_HOME=~/cyclone_dds

installation failed. Changing into absolute path fixed it.

Tracking down by printing dir in good_directory exposes the issue:

     dir = directory.resolve()
+    print("dir=",dir)
     if not dir.exists():
         return

showing

dir= /media/erwin/ubuntu_extra/dev/roger/cyclonedds-python/~/cyclonedds/install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions