[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using stpcpy
From: |
Dani Moncayo |
Subject: |
Re: Using stpcpy |
Date: |
Fri, 26 Dec 2014 18:06:57 +0100 |
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
$
-------------------------------------------
--
Dani Moncayo
- Using stpcpy, Dmitry Antipov, 2014/12/22
- Re: Using stpcpy, Paul Eggert, 2014/12/23
- Re: Using stpcpy, Dmitry Antipov, 2014/12/23
- Re: Using stpcpy, Paul Eggert, 2014/12/25
- Re: Using stpcpy, Dmitry Antipov, 2014/12/25
- Re: Using stpcpy, Paul Eggert, 2014/12/25
- Re: Using stpcpy,
Dani Moncayo <=
- Re: Using stpcpy, Eli Zaretskii, 2014/12/26
- Re: Using stpcpy, Dani Moncayo, 2014/12/26
- Re: Using stpcpy, cg, 2014/12/27
- Re: Using stpcpy, Eli Zaretskii, 2014/12/27
- Re: Using stpcpy, Dani Moncayo, 2014/12/27
- Re: Using stpcpy, Eli Zaretskii, 2014/12/27
- Re: Using stpcpy, Dani Moncayo, 2014/12/27
- Re: Using stpcpy, cg, 2014/12/27
- Re: Using stpcpy, Eli Zaretskii, 2014/12/27
- Re: Using stpcpy, David Engster, 2014/12/27