all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problem with --with-ns
@ 2009-04-10 19:19 Germán Arias
  2009-04-11  8:04 ` Peter Dyballa
  0 siblings, 1 reply; 3+ messages in thread
From: Germán Arias @ 2009-04-10 19:19 UTC (permalink / raw)
  To: help-gnu-emacs

Hello, I have a problem with Emacs from CVS. I do

  ./configure --with-ns CPPFLAGS=-I/usr/GNUstep/....

and then

  make install

but I get the error

Loading /home/german/Escritorio/emacs/lisp/minibuffer.el (source)...
Fatal error (11)Aborted
make[2]: *** [compile-onefile] Error 134
make[2]: se sale del directorio `/home/german/Escritorio/emacs/lisp'
make[1]: *** [/home/german/Escritorio/emacs/src/../lisp/menu-bar.elc]
Error 2
make[1]: se sale del directorio `/home/german/Escritorio/emacs/src'
make: *** [src] Error 2

Any suggestion?






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

* Re: Problem with --with-ns
  2009-04-10 19:19 Problem with --with-ns Germán Arias
@ 2009-04-11  8:04 ` Peter Dyballa
  2009-04-11 16:50   ` Nurullah Akkaya
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Dyballa @ 2009-04-11  8:04 UTC (permalink / raw)
  To: Germán Arias; +Cc: help-gnu-emacs


Am 10.04.2009 um 21:19 schrieb Germán Arias:

>   ./configure --with-ns CPPFLAGS=-I/usr/GNUstep/....
>
> and then
>
>   make install


The documentation says to invoke

	make bootstrap

or, for a regular release like GNU Emacs 22.3, at least

	make

before you start to install. It's also reasonable: when nothing's  
made, what's there you could install?

--
Greetings

   Pete

A common mistake that people make when trying to design something  
completely foolproof is to underestimate the ingenuity of complete  
fools.






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

* Re: Problem with --with-ns
  2009-04-11  8:04 ` Peter Dyballa
@ 2009-04-11 16:50   ` Nurullah Akkaya
  0 siblings, 0 replies; 3+ messages in thread
From: Nurullah Akkaya @ 2009-04-11 16:50 UTC (permalink / raw)
  Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 828 bytes --]

On Sat, Apr 11, 2009 at 11:04 AM, Peter Dyballa <Peter_Dyballa@web.de>wrote:

>
> Am 10.04.2009 um 21:19 schrieb Germán Arias:
>
>   ./configure --with-ns CPPFLAGS=-I/usr/GNUstep/....
>>
>> and then
>>
>>  make install
>>
>
>
> The documentation says to invoke
>
>        make bootstrap
>
> or, for a regular release like GNU Emacs 22.3, at least
>
>        make
>
> before you start to install. It's also reasonable: when nothing's made,
> what's there you could install?
>
> --
> Greetings
>
>  Pete
>
> A common mistake that people make when trying to design something
> completely foolproof is to underestimate the ingenuity of complete fools.
>
>
>
>
>
You have build it first then install,

./configure --with-ns
make -j2
make install


-- 
Nurullah Akkaya
http://nakkaya.com

[-- Attachment #2: Type: text/html, Size: 1415 bytes --]

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

end of thread, other threads:[~2009-04-11 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-10 19:19 Problem with --with-ns Germán Arias
2009-04-11  8:04 ` Peter Dyballa
2009-04-11 16:50   ` Nurullah Akkaya

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.