GNU bug report logs -
#9960
Compiling Emacs trunk with MSVC
Previous Next
Reported by: Eli Zaretskii <eliz <at> gnu.org>
Date: Sat, 5 Nov 2011 11:24:02 UTC
Severity: normal
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Sat, 05 Nov 2011 18:50:02 +0200
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: fabrice.popineau <at> supelec.fr, 9960 <at> debbugs.gnu.org
>
> > emacsclient.obj : error LNK2001: unresolved external symbol __environ
> > obj/i386/emacsclient.exe : fatal error LNK1120: 1 unresolved externals
> > NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\
> > VC\BIN\link.EXE"' : return code '0x460'
> > Stop.
>
> No idea about this one.
Btw, if you mean this one:
/* Send over our environment and current directory. */
if (!current_frame)
{
extern char **environ;
int i;
for (i = 0; environ[i]; i++)
{
send_to_emacs (emacs_socket, "-env ");
quote_argument (emacs_socket, environ[i]);
send_to_emacs (emacs_socket, " ");
}
then it was there since 2005, so Fabrice's build somehow succeeded to
get past it. Some factor other than the declaration is at work here.
Maybe I goofed in my changes in nmake.defs. Hopefully, someone or
Fabrice himself will figure this out.
This bug report was last modified 13 years and 61 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.