emacs-devel
[Top][All Lists]
Advanced

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

Re: MS-Windows build using Posix configury


From: Eli Zaretskii
Subject: Re: MS-Windows build using Posix configury
Date: Sat, 20 Apr 2013 10:56:26 +0300

> Date: Sat, 20 Apr 2013 09:35:13 +0200
> From: Dani Moncayo <address@hidden>
> Cc: Emacs development discussions <address@hidden>
> 
> >> The packages I've installed (with "mingw-get install <package>"), in
> >> addition to the ones installed by default, are:
> >> * msys-base
> >> * mingw-developer-toolkit
> >> * msys-automake
> >
> > What do you mean by "installed by default"?  If we want the
> > instructions to be comprehensive, we need to spell out _all_ of the
> > packages, including those installed by default.
> 
> By "packages installed by default", I mean the packages that get
> installed if you install MinGW (with the "mingw-get-inst-20120426.exe"
> installer) and accept the default options in the wizard.
> 
> Sorry, I've not found a way to get the list of installed packages
> (AFAICT, the package manager currently lacks such a feature).

That's OK; the above description about accepting the default options
should be good enough.  Could you provide a list of those default
options, so I could list them in the instructions?

>   make[1]: Entering directory `/c/emacs/build/nt'
>   windres -O coff -o emacs.res /c/emacs/mybranch/nt/emacs.rc
>   gcc  -std=gnu99 -mtune=pentium4    -I. -I/c/emacs/mybranch/nt 
> -mtune=pentium4  -DGLYPH_DEBUG=1 -DUSE_CRT_DLL=1 -I /c/emacs/mybranch/nt/inc 
> -O0 -g3 /c/emacs/my branch/nt/runemacs.c emacs.res \
>            -o runemacs.exe
>   make[1]: *** No rule to make target `/c/emacs/mybranch/nt/../src/epaths.h', 
> needed by `addpm.exe'.  Stop.
>   make[1]: Leaving directory `/c/emacs/build/nt'
>   make: *** [nt] Error 2

That's a bug in the opposite direction.  Change this line in
nt/Makefile.in:

addpm${EXEEXT}: ${srcdir}/addpm.c ${srcdir}/../src/epaths.h

to say this instead:

addpm${EXEEXT}: ${srcdir}/addpm.c ../src/epaths.h



reply via email to

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