GNU bug report logs - #20393
elpa: ada-build: cannot compile when one folder has spaces

Previous Next

Package: emacs;

Reported by: Christian Giménez <cnngimenez <at> gmail.com>

Date: Tue, 21 Apr 2015 06:22:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Christian <cnngimenez <at> gmail.com>
To: 20393 <at> debbugs.gnu.org
Subject: bug#20393: cannot compile when one folder has spaces
Date: Mon, 20 Apr 2015 23:49:19 -0300
emacs, ada-mode 

Hi, I found a problem when trying to compile using a project (gpj) file. Is 
easy to solve.

The problem is that if you're at a directory with spaces, gnatmake will 
recieve two parameters instead of one.

The solution is easy: The variable ada-build-make-cmd needs double quotes 
between the "{gpr_file}" substring: 
"${cross_prefix}gnatmake -P\"${gpr_file}\" -o ${main} ${main} ${gnatmake_opt} -
cargs -I${src_dir} ${comp_opt} -bargs ${bind_opt} -largs ${link_opt}"

After setting that, you should restart Emacs.

Could you add this string as a default value?

Cheers!




This bug report was last modified 4 years and 289 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.