all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Compilations with environment variables when compiling
@ 2007-12-30 17:19 tucker.hermans
  2007-12-30 17:27 ` Joost Kremers
  2007-12-30 21:48 ` Peter Dyballa
  0 siblings, 2 replies; 3+ messages in thread
From: tucker.hermans @ 2007-12-30 17:19 UTC (permalink / raw)
  To: help-gnu-emacs

I'm having quite a difficult time trying to solve what I thought was a
fairly simple problem and after looking through the code myself and
doing various searches, I must now post.

I am using a version of Emacs 22 for Mac OS X and when make is run via
the compile command (compilation-start)  the makefile is misread since
Emacs does not have the necessary bash environment variables.

The makefile includes the line:

        include $(SIMULATOR_HOME)/projects/default/controllers/
Makefile.include

Where SIMULATOR_HOME is set in bash to be /Applications/Simulator/

I tried compiling from both my terminal based emacs and XEmacs on the
same machine and both worked as the variable is supplied to both login
and non-login shells.  I can also compile from the shell inside
emacs.  I have the variable shell-file-name set to /bin/bash.

Any help would be much appreciated.  The frustration of this problem
is keeping me from doing my actual work.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-12-30 21:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-30 17:19 Compilations with environment variables when compiling tucker.hermans
2007-12-30 17:27 ` Joost Kremers
2007-12-30 21:48 ` Peter Dyballa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.