Mac builds with Matlab failing in compile of Iris #4914
Labels
unused configuration: matlab
This configuration is no longer active within this repository.
unused type: build cop
Starting two nights ago, but masked by other build failures yesterday, all mac builds with matlab began failing during the compilation of the
iris
external.Example failures: https://drake-cdash.csail.mit.edu/viewBuildError.php?buildid=331321
Relevant commits listed here: https://drake-jenkins.csail.mit.edu/view/Nightly%20Production/job/mac-clang-nightly-matlab-debug/172/
Typical errors are:
...
iris_wrapperPYTHON_wrap.cxx:4793:12: error: explicit specialization of non-template struct 'traits_reserve'
cddlp.c:2954:109: warning: data argument not used by format string [-Wformat-extra-args] if (localdebug) printf("No interior-point is found and thus the standard LP technique will be used.\n", ired);
cddio.c:1948:16: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
cddlib.c:116:59: warning: for loop has empty body [-Wempty-body] for (itemp=1; cone->OrderVector[itemp]!=hh; itemp++);
cddlp.c:2954:109: warning: data argument not used by format string [-Wformat-extra-args] if (localdebug) printf("No interior-point is found and thus the standard LP technique will be used.\n", ired);
cddio.c:1948:16: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
cddlib.c:116:59: warning: for loop has empty body [-Wempty-body] for (itemp=1; cone->OrderVector[itemp]!=hh; itemp++);
cddlp_f.c:2955:109: warning: data argument not used by format string [-Wformat-extra-args] if (localdebug) printf("No interior-point is found and thus the standard LP technique will be used.\n", ired);
cddio_f.c:1949:16: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
cddlib_f.c:117:59: warning: for loop has empty body [-Wempty-body] for (itemp=1; cone->OrderVector[itemp]!=hh; itemp++);
The text was updated successfully, but these errors were encountered: