Closed mwoehlke-kitware closed 8 years ago
Thanks for the report. I'll fix it ASAP.
After struggling unsuccessfully to get CAPD to build on macOS
BTW, what's the problem?
BTW, what's the problem?
Autohell. Screwy errors about macros not existing that should (AC_MSG_WARN
, AS_ECHO
; these appear in other places with no problem!) when trying to run autoreconf
, followed by (after commenting out all of the offenders) configure
dying:
./configure: line 4557: syntax error near unexpected token `X11,'
./configure: line 4557: ` PKG_CHECK_MODULES(X11, x11,'
configure: error: ./configure failed for capdAux
At that point, I gave up.
(Note: this is not my machine, and autotools are probably not installed according to the drake instructions.)
Autohell.
sigh...
Let me fix this -DSUPPORT_ODE=OFF
problem. Then we can use it in drake since we don't use this ODE solver there yet.
Okay... not necessarily high priority though, as it seems to be working for drake (and on Linux); I'm only running into it because I don't have a macOS machine properly set up for drake, which is for some reason tripping over this. (OTOH, it does take _forever_ to configure CAPD!)
After struggling unsuccessfully to get CAPD to build on macOS, I noticed that it can be disabled with
-DSUPPORT_ODE=OFF
. Unfortunately, when I do this, I get build errors:I get a similar error on Linux (with GCC). It appears that dReal is trying to build ODE code even if ODE support is disabled. I guess this should either be fixed, or the option should be removed.