unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* build problem because globals.h is gone
@ 2011-02-09 15:35 Sam Steingold
  2011-02-09 15:42 ` Tom Tromey
  2011-02-09 20:55 ` Eli Zaretskii
  0 siblings, 2 replies; 6+ messages in thread
From: Sam Steingold @ 2011-02-09 15:35 UTC (permalink / raw)
  To: emacs-devel

after reconfigure:

windows:
make[1]: *** No rule to make target `globals.h', needed by `oo-spd/i386/emacs.o'
.  Stop.

linux:
make[2]: Leaving directory `/home2/sds/src/emacs/trunk/build-lucid/lwlib'
touch stamp-oldxmenu
make[1]: *** No rule to make target `/home/sds/src/emacs/trunk/src/globals.h', needed by `dispnew.o'.  Stop.
make[1]: Leaving directory `/home2/sds/src/emacs/trunk/build-lucid/src'
make: *** [src] Error 2

(I am building in a separate directory usind "mkdir d; cd d; ../configure")

-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.3 (Final)
http://ffii.org http://iris.org.il http://honestreporting.com http://camera.org
http://memri.org http://jihadwatch.org http://thereligionofpeace.com
Three can keep a secret if two of them are dead.




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

* Re: build problem because globals.h is gone
  2011-02-09 15:35 build problem because globals.h is gone Sam Steingold
@ 2011-02-09 15:42 ` Tom Tromey
  2011-02-09 20:55   ` Eli Zaretskii
  2011-02-09 20:55 ` Eli Zaretskii
  1 sibling, 1 reply; 6+ messages in thread
From: Tom Tromey @ 2011-02-09 15:42 UTC (permalink / raw)
  To: emacs-devel

>>>>> "Sam" == Sam Steingold <sds@gnu.org> writes:

Sam> after reconfigure:
Sam> windows:
Sam> make[1]: *** No rule to make target `globals.h', needed by `oo-spd/i386/emacs.o'
Sam> .  Stop.

I guess someone needs to fix the Windows build.
See src/Makefile.in to see how to create globals.h using make-docfile.

Sam> linux:
Sam> make[2]: Leaving directory `/home2/sds/src/emacs/trunk/build-lucid/lwlib'
Sam> touch stamp-oldxmenu
Sam> make[1]: *** No rule to make target `/home/sds/src/emacs/trunk/src/globals.h', needed by `dispnew.o'.  Stop.
Sam> make[1]: Leaving directory `/home2/sds/src/emacs/trunk/build-lucid/src'
Sam> make: *** [src] Error 2

Do a clean build, or remove your old dependency files.

Tom



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

* Re: build problem because globals.h is gone
  2011-02-09 15:42 ` Tom Tromey
@ 2011-02-09 20:55   ` Eli Zaretskii
  2011-02-09 21:37     ` Sam Steingold
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2011-02-09 20:55 UTC (permalink / raw)
  To: Tom Tromey; +Cc: emacs-devel

> From: Tom Tromey <tromey@redhat.com>
> Date: Wed, 09 Feb 2011 08:42:56 -0700
> 
> >>>>> "Sam" == Sam Steingold <sds@gnu.org> writes:
> 
> Sam> after reconfigure:
> Sam> windows:
> Sam> make[1]: *** No rule to make target `globals.h', needed by `oo-spd/i386/emacs.o'
> Sam> .  Stop.
> 
> I guess someone needs to fix the Windows build.

Someone just did (revision 103201).

I'd appreciate if some user of Windows could test the bootstrap, as I
didn't have time to do that.



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

* Re: build problem because globals.h is gone
  2011-02-09 15:35 build problem because globals.h is gone Sam Steingold
  2011-02-09 15:42 ` Tom Tromey
@ 2011-02-09 20:55 ` Eli Zaretskii
  1 sibling, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2011-02-09 20:55 UTC (permalink / raw)
  To: sds; +Cc: emacs-devel

> From: Sam Steingold <sds@gnu.org>
> Date: Wed, 09 Feb 2011 10:35:30 -0500
> 
> after reconfigure:
> 
> windows:
> make[1]: *** No rule to make target `globals.h', needed by `oo-spd/i386/emacs.o'
> .  Stop.

Please try again.



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

* Re: build problem because globals.h is gone
  2011-02-09 20:55   ` Eli Zaretskii
@ 2011-02-09 21:37     ` Sam Steingold
  2011-02-10  3:56       ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Sam Steingold @ 2011-02-09 21:37 UTC (permalink / raw)
  To: emacs-devel

> * Eli Zaretskii <ryvm@tah.bet> [2011-02-09 22:55:19 +0200]:
>
>> From: Tom Tromey <tromey@redhat.com>
>> Date: Wed, 09 Feb 2011 08:42:56 -0700
>> 
>> >>>>> "Sam" == Sam Steingold <sds@gnu.org> writes:
>> 
>> Sam> after reconfigure:
>> Sam> windows:
>> Sam> make[1]: *** No rule to make target `globals.h', needed by `oo-spd/i386/emacs.o'
>> Sam> .  Stop.
>> 
>> I guess someone needs to fix the Windows build.
>
> Someone just did (revision 103201).
>
> I'd appreciate if some user of Windows could test the bootstrap, as I
> didn't have time to do that.

confirmed (need to reconfigure first)


-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.3 (Final)
http://openvotingconsortium.org http://iris.org.il http://pmw.org.il
http://truepeace.org http://www.PetitionOnline.com/tap12009/ http://memri.org
Just because you're paranoid doesn't mean they AREN'T after you.




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

* Re: build problem because globals.h is gone
  2011-02-09 21:37     ` Sam Steingold
@ 2011-02-10  3:56       ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2011-02-10  3:56 UTC (permalink / raw)
  To: sds; +Cc: emacs-devel

> From: Sam Steingold <sds@gnu.org>
> Date: Wed, 09 Feb 2011 16:37:15 -0500
> Posted-To: gmane.emacs.devel
> 
> > I'd appreciate if some user of Windows could test the bootstrap, as I
> > didn't have time to do that.
> 
> confirmed

Thanks.

> (need to reconfigure first)

If you mean you needed to run nt/configure.bat, then that's normal:
any change in one of the makefile.w32-in files requires that.  If you
mean something else, please elaborate.



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

end of thread, other threads:[~2011-02-10  3:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-09 15:35 build problem because globals.h is gone Sam Steingold
2011-02-09 15:42 ` Tom Tromey
2011-02-09 20:55   ` Eli Zaretskii
2011-02-09 21:37     ` Sam Steingold
2011-02-10  3:56       ` Eli Zaretskii
2011-02-09 20:55 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).