-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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
Labels
No labels