From: Eric Lilja <mindcooler@gmail.com>
Subject: I can't build from cvs sources on cygwin for some time now
Date: Sun, 12 Nov 2006 23:17:26 +0100 [thread overview]
Message-ID: <ej86hl$fii$1@sea.gmane.org> (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
next reply other threads:[~2006-11-12 22:17 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-12 22:17 Eric Lilja [this message]
2006-11-12 22:23 ` I can't build from cvs sources on cygwin for some time now 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ej86hl$fii$1@sea.gmane.org' \
--to=mindcooler@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.