help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: use emacs as abs modeling language compiler


From: Emanuel Berg
Subject: Re: use emacs as abs modeling language compiler
Date: Wed, 30 Nov 2022 17:07:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Philippe Coatmeur wrote:

>> i want to run and compile ABS modeling language on EMACS
>> editor, the installation is done step by step but i have an
>> error with code 127 "absc --java "filename /bin/bash: line
>> 1: absc : command not found compilation exited abnormally
>> with code 127" can anybody help me to solve this problem?
>
> If your compile & run commands runs fine in the shell [...]

Makefile

(setq compile-command "make -j 4 -s -k ")

(define-key knap "\C-c\C-c" #'compile)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]