emacs-devel
[Top][All Lists]
Advanced

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

Here is the error messages for bootstraping CVS Emacs using cygwin make.


From: Steven Wu
Subject: Here is the error messages for bootstraping CVS Emacs using cygwin make.
Date: Fri, 2 Jun 2006 20:42:57 -0700

using cmd /c configure.bat --with-gcc to configure the Emacs build tree, then make --win32 bootstrap.

the result:

gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -gstabs+ -g3 -mno-cygwin -mtune=pentium4 -O2  -Di386 -D_CRTAPI1=_cdecl   -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/firstfile.o firstfile.c

windres -O coff --include-dir ../nt -o oo-spd/i386/emacs.res ../nt/emacs.rc
gcc -o oo-spd/i386/temacs.bin  -gstabs+ -g3 -mno-cygwin  -Wl,-stack,0x00800000 -Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 -Wl,-subsystem,console -Wl,-entry,__start -Wl,-Map,oo-spd/i386/temacs.map oo-spd/i386/firstfile.o oo-spd/i386/emacs.res oo-spd/i386/temacs0.a oo-spd/i386/temacs1.a oo-spd/i386/temacw32.a oo-spd/i386/lastfile.a -lwinmm -ladvapi32 -lgdi32 -lcomdlg32 -luser32 -lmpr -lshell32 -lwinspool

"../nt/oo-spd/i386/addsection" "oo-spd/i386/temacs.bin" "oo-spd/i386/temacs.exe" EMHEAP 16
'..' is not recognized as an internal or external command,
operable program or batch file.
make[2]: *** [oo-spd/i386/temacs.exe] Error 1
make[2]: Leaving directory `/home/p56522/local/src/gnu/emacs/src'
make[1]: *** [bootstrap-temacs] Error 2
make[1]: Leaving directory `/home/p56522/local/src/gnu/emacs/src'
make: *** [bootstrap-gmake] Error 2

The problem is that cmd doesn't follow the path when executing commands like ../nt/... I have had enough time to try everything, like get the CVS tree, and start from scratch. I just make --realclean to clean everything, then do the configure.


Sorry about the misunderstanding.

steve


reply via email to

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