Skip to content

DART not found, for both basic and advanced installs on OSX #7

@BoltzmannBrain

Description

@BoltzmannBrain

I've attempted both the basic and advanced setup guides (OSX 10.14), but both fail when looking for DART. For example, from my robot_dart base dir (/Users/bb/robot_dart/):

$ ./waf configure
Setting top to                           : /Users/bb/robot_dart 
Setting out to                           : /Users/bb/robot_dart/build 
Checking for 'clang++' (C++ compiler)    : /usr/bin/clang++ 
Checking for 'clang' (C compiler)        : /usr/bin/clang 
Checking boost includes                  : 1_67 
Checking boost libs                      : ok 
Checking for Eigen                       : ok 
Checking for DART includes (including utils/urdf) : ok 
Checking for DART gui includes                    : ok 
DART: Checking for optional Bullet includes       : ok 
Checking for DART libs (including utils/urdf)     : Not found 
['-Wall', '-std=c++11', '-O3', '-march=native', '-g']
'configure' finished successfully (0.113s)

However I'm able to successfully build and install DART, and all tests pass (as directed in their install guide). I've also tried the different DART tag (v6.6.1) and commit (244d89c0) options, but to no avail.

And running $ sudo find / -name "libdart.so" yields no results; this is the first DART file searched for in robot_dart/waf_tools/dart.py.

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