[MacPorts] #20775: gnustep-base: gnustep-config: command not found
MacPorts
noreply at macports.org
Fri Mar 2 22:50:05 PST 2012
#20775: gnustep-base: gnustep-config: command not found
-------------------------------------+--------------------------------------
Reporter: ryandesign@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.7.1
Keywords: | Port: gnustep-base
-------------------------------------+--------------------------------------
Comment(by dgh@…):
As far as I can tell, the gnustep-config executable is invoked because the
environment variable GNUSTEP_MAKEFILES is not set.
In particular, here is the code snippet that uses gnustep-config found
inside GNUmakefile:
ifeq ($(GNUSTEP_MAKEFILES),)
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES
2>/dev/null)
ifeq ($(GNUSTEP_MAKEFILES),)
$(info )
$(info Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-
config!)
$(info Perhaps gnustep-make is not properly installed,)
$(info so gnustep-config is not in your PATH.)
$(info )
$(info Your PATH is currently $(PATH))
$(info )
endif
endif
ifeq ($(GNUSTEP_MAKEFILES),)
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
endif
--
Ticket URL: <https://trac.macports.org/ticket/20775#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list