From: Aaron G. <aar...@gm...> - 2011-03-18 14:42:43
|
Hello, I have been trying to build matlab emacs, but I am running into some issues running make. I am using emacs23 and running on ubuntu 10.10 This is the tail end of the make output (though there are many more warnings preceding that): semantic-matlab.el:424:20:Warning: attempt to open-code `anonymous lambda' with too few arguments semantic-matlab.el:424:20:Warning: attempt to open-code `anonymous lambda' with too few arguments semantic-matlab.el:424:20:Error: Variable binding depth exceeds max-specpdl-size In semanticdb-matlab-cache-files: semanticdb-matlab.el:248:19:Warning: reference to free variable `semantic-matlab-dependency-system-include-path' In end of data: semanticdb-matlab.el:383:1:Warning: the function `semantic-matlab-find-oldstyle-classes' is not known to be defined. Wrote /home/aaronjg/src/matlabemacs/matlab-emacs/semanticdb-matlab.elc In end of data: cedet-matlab.el:59:1:Warning: the function `srecode-map-update-map' is not known to be defined. Wrote /home/aaronjg/src/matlabemacs/matlab-emacs/cedet-matlab.elc In company-matlab-shell-tab: company-matlab-shell.el:30:23:Warning: reference to free variable `comint-prompt-regexp' In company-matlab-shell-grab-symbol: company-matlab-shell.el:58:26:Warning: reference to free variable `comint-prompt-regexp' In end of data: company-matlab-shell.el:84:1:Warning: the function `company-begin-backend' is not known to be defined. Wrote /home/aaronjg/src/matlabemacs/matlab-emacs/company-matlab-shell.elc make: *** [cedet] Error 1 |