unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* I can't build from cvs sources on cygwin for some time now
@ 2006-11-12 22:17 Eric Lilja
  2006-11-12 22:23 ` Juanma Barranquero
  2006-11-13 12:21 ` Eric Lilja
  0 siblings, 2 replies; 48+ messages in thread
From: Eric Lilja @ 2006-11-12 22:17 UTC (permalink / raw)


Hello group!

Not sure when it broke, I have a build dated 11:th of september that 
works just fine. But when I tried to build a new version two weeks or so 
ago using the same procedure as before, it wouldn't build. Tried again 
now. Still won't build. Error:
In file included from emacsclient.c:286:
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api/winsock2.h:103:2: 
warning: #warning "fd_set and associated macros have been defined in 
sys/types.      This may cause runtime problems with W32 sockets"
gcc -o oo-spd/i386/emacsclient.exe   -mno-cygwin 
oo-spd/i386/emacsclient.o oo-spd/i386/getopt.o oo-spd/i386/getopt1.o 
oo-spd/i386/ntlib.o -lwsock32   -ladvapi32
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0x11b): undefined 
reference to `___getreent'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0x1b9): undefined 
reference to `___getreent'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0x45b): undefined 
reference to `__imp___ctype_'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0x473): undefined 
reference to `__imp___ctype_'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0x4f0): undefined 
reference to `___getreent'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0x724): undefined 
reference to `___getreent'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0x7b4): undefined 
reference to `___getreent'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0x8b9): undefined 
reference to `___getreent'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0x923): undefined 
reference to `___getreent'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0xa2f): more undefined 
references to `___getreent' follow
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0xbc5): undefined 
reference to `_errno'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0xbd4): undefined 
reference to `___getreent'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0xcfc): undefined 
reference to `__imp___ctype_'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0xdd2): undefined 
reference to `___getreent'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0xe5e): undefined 
reference to `___getreent'
oo-spd/i386/emacsclient.o:emacsclient.c:(.text+0xf29): undefined 
reference to `___getreent'
collect2: ld returned 1 exit status
mingw32-make[1]: *** [oo-spd/i386/emacsclient.exe] Error 1
mingw32-make[1]: Leaving directory `c:/cvsemacs/emacs/lib-src'
mingw32-make: *** [all-other-dirs-gmake] Error 2

My steps:
$ export CVS_RSH="ssh"
$ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs
$ cd emacs/nt/
$ ./configure.bat --with-gcc --no-cygwin --no-debug
$ mingw32-make bootstrap-clean

Cygwin is fully updated (gcc version is 3.4.4-1), mingw32-make is 
version 3.81. I scanned this group and founds some posts seeming to 
indicate a problem with debug builds of emacs on cygwin using that 
version of gcc. I'm not building a debug build, but I built gcc-4.1.1 
myself a few days ago just to try. Unfortunately, I couldn't build emacs 
using it (sorry, no error log). And even if I has succeeded doing that, 
I really would like to use cygwin's gcc so I can pass it -mno-cygwin 
because I don't want emacs to depend on cygwin1.dll. What should I do? 
I've been enjoying following the cvs version for more than two years 
now. There have been problems compiling before but they were usually 
fixed promptly. Now I don't even see any posts from people having the 
same problems as me... What prompted me to compile a new version from 
cvs was that I wanted to ask about a few problems I'm having and I 
wanted to test the latest sources first to see if they fixed the 
problems before I asked.

/ E

^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2006-12-05 23:15 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-12 22:17 I can't build from cvs sources on cygwin for some time now Eric Lilja
2006-11-12 22:23 ` Juanma Barranquero
2006-11-12 22:29   ` Eric Lilja
2006-11-12 22:34     ` Juanma Barranquero
2006-11-12 22:46       ` Eric Lilja
2006-11-12 22:56         ` Eric Lilja
2006-11-12 23:05           ` Juanma Barranquero
2006-11-12 23:22             ` Eric Lilja
2006-11-12 23:44               ` Juanma Barranquero
2006-11-12 23:52                 ` Eric Lilja
2006-11-13  0:07           ` Jason Rumney
2006-11-13  0:49             ` Juanma Barranquero
2006-11-13  2:13               ` Juanma Barranquero
2006-11-13  8:21                 ` Eric Lilja
2006-11-13 11:37                 ` Jason Rumney
2006-11-13 12:25                   ` Juanma Barranquero
2006-11-13 11:41                 ` emacsclientw Jason Rumney
2006-11-13 12:23                   ` emacsclientw Juanma Barranquero
2006-11-13 16:19                     ` emacsclientw Lennart Borgman
2006-11-13 12:36                   ` emacsclientw dhruva
2006-11-13 12:39                     ` emacsclientw Juanma Barranquero
2006-11-13 13:14                       ` emacsclientw dhruva
2006-11-13 13:31                         ` emacsclientw Juanma Barranquero
2006-11-13 22:43                         ` emacsclientw Jason Rumney
2006-11-13 22:56                           ` emacsclientw Lennart Borgman
2006-11-14  3:32                           ` emacsclientw dhruva
2006-11-14  7:18                             ` emacsclientw Mathias Dahl
2006-11-14  7:34                               ` emacsclientw Jason Rumney
2006-11-14  8:44                                 ` emacsclientw Mathias Dahl
2006-12-05 23:15                                   ` emacsclientw Stuart D. Herring
2006-11-14  8:39                               ` emacsclientw dhruva
2006-11-14  7:30                             ` emacsclientw Jason Rumney
2006-11-13 14:11                   ` emacsclientw Lennart Borgman
2006-11-13 14:40                     ` emacsclientw Juanma Barranquero
2006-11-13 19:36                       ` emacsclientw Stefan Monnier
2006-11-13 20:08                         ` emacsclientw Juanma Barranquero
2006-11-13 21:33                           ` emacsclientw Stefan Monnier
2006-11-13 22:23                             ` emacsclientw Lennart Borgman
2006-11-13 22:40                             ` emacsclientw Juanma Barranquero
2006-11-13 22:54                               ` emacsclientw Lennart Borgman
2006-11-13 23:10                                 ` emacsclientw Juanma Barranquero
2006-11-14  0:45                                   ` emacsclientw Lennart Borgman
2006-11-13 23:20                               ` emacsclientw Jason Rumney
2006-11-13 20:12                     ` emacsclientw Eli Zaretskii
2006-11-12 23:01         ` I can't build from cvs sources on cygwin for some time now Juanma Barranquero
2006-11-12 23:24           ` Eric Lilja
2006-11-12 23:45             ` Juanma Barranquero
2006-11-13 12:21 ` Eric Lilja

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).