bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make bootstrap error


From: djh
Subject: make bootstrap error
Date: Fri, 29 Jul 2005 19:06:57 +0900
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511

While making bootstrap in cygwin (cygwin 5.1) environment for cygwin's X11 windows,
a make error is encountered and the process quites.

It seems the problem occurs or near the follow line in the generated in ..emacs/lib-src/Makefile: For some reason this also spits a line which is my win32/document and settings/$user/local settings/temp" which it thinks is a source file.

$(CC) ${ALL_CFLAGS} ${srcdir}/update-game-score.c -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" $(LOADLIBES) -o update-game-score

I tried this:
When this line was commented out a bootstrap version of emacs was successfully built.
Changing $(gamedir) to ${gamedir} didn't seem to help.

Then deleting the "\" and \"", didn't help eithter.

When this line was commented out a bootstrap version of emacs was successfully built.

Do any of you have any suggestions.

Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]