veripool / verilog-mode

Verilog-Mode for Emacs with Indentation, Hightlighting and AUTOs. Master repository for pushing to GNU, verilog.com and veripool.org.
http://veripool.org/verilog-mode
GNU General Public License v3.0
256 stars 90 forks source link

make test - fails with message #1845

Closed nipmac closed 11 months ago

nipmac commented 11 months ago

Hello, Having issue when compiling - below is the error message. What is missing - trying to install on a CentOS 7 server:

xemacs exiting. Symbol's function definition is void: vl-prefix-i-o5.37user 0.17system 0:05.67elapsed 97%CPU (0avgtext+0avgdata 20424maxresident)k 0inputs+208outputs (0major+80276minor)pagefaults 0swaps make[1]: [test_xemacs_1] Error 255 make[1]: Leaving directory `....../verilog-mode' make: [.timestamps/test] Error 2

wsnyder commented 11 months ago

No idea, but unless you are using xemacs which is very old, I'd suggest run "make -k" and then install ignoring the error. If you do debug, please report back so it may help others.