emacs-devel
[Top][All Lists]
Advanced

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

Re: Using stpcpy


From: Eli Zaretskii
Subject: Re: Using stpcpy
Date: Fri, 26 Dec 2014 23:24:13 +0200

> Date: Fri, 26 Dec 2014 18:06:57 +0100
> From: Dani Moncayo <address@hidden>
> Cc: Dmitry Antipov <address@hidden>,
>       Emacs development discussions <address@hidden>
> 
> On Fri, Dec 26, 2014 at 12:44 AM, Paul Eggert <address@hidden> wrote:
> > Dmitry Antipov wrote:
> >>
> >> s/liststpcpy/lispstpcpy, otherwise looks good for me.
> >
> >
> > Thanks, I pushed it into the master.
> 
> I've got the following build-time error (current trunk, on
> MS-Windows), which is probably related to the above commit:
> 
> -------------------------------------------
> [...]
> make -C lib-src all
> make[1]: Entering directory
> `/home/Dani/devel/emacs/build-master-20141226T123627-i686-mingw32/lib-src'
> gcc -std=gnu99  -mtune=pentium4      -I. -I../src -I../lib
> -I/c/cygwin64/home/Dani/devel/emacs/repo/lib-src -I/c/cygwin
> 64/home/Dani/devel/emacs/repo/lib-src/../src
> -I/c/cygwin64/home/Dani/devel/emacs/repo/lib-src/../lib
> -mtune=pentium4
> -DGLYPH_DEBUG=1 -DUSE_CRT_DLL=1 -I
> /c/cygwin64/home/Dani/devel/emacs/repo/nt/inc -g3 -O2 -gdwarf-2
> -DEMACS_NAME="\"GNU E
> macs\"" -DVERSION="\"25.0.50\"" -o etags.exe
> /c/cygwin64/home/Dani/devel/emacs/repo/lib-src/etags.c regex.o
> ../lib/libgn
> u.a  ntlib.o
> ntlib.o: In function `stat':
> c:/cygwin64/home/Dani/devel/emacs/repo/lib-src/ntlib.c:350: undefined
> reference to `stpcpy'
> collect2.exe: error: ld returned 1 exit status
> Makefile:327: recipe for target `etags.exe' failed
> make[1]: *** [etags.exe] Error 1
> make[1]: Leaving directory
> `/home/Dani/devel/emacs/build-master-20141226T123627-i686-mingw32/lib-src'
> Makefile:372: recipe for target `lib-src' failed
> make: *** [lib-src] Error 2

Make sure you have the latest trunk, and then make sure to re-run the
configure script.



reply via email to

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