Re: [emacs-bidi] Bidi build problems on Win32
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.devel,gmane.emacs.bidi |
|---|---|
| Message-ID | <[email protected]> |
> Date: Thu, 29 Apr 2004 11:23:13 +0200 > From: "Philipp Reichmuth" <[email protected]> > > I've run into a build problem trying to build the CVS bidi branch on > Windows (fails with GCC and MSVC, on a clean checkout). make bootstrap > using gcc says: > > windres -O coff --include-dir ../nt -o oo-spd/i386/emacs.res ../nt/emacs.rc > gcc -o oo-spd/i386/temacs.bin -g -Wl,-stack,0x00800000 > -Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 -g > -Wl,-subsystem,console -Wl,-entry,__start -Wl,-Map, > oo-spd/i386/temacs.map oo-spd/i386/firstfile.o oo-spd/i386/emacs.res > oo-spd/i386/temacs0.a oo-spd/i386/temacs1.a oo-spd/i386/temacw32.a > oo-spd/i386/lastfile.a -lwinmm -ladvapi32 -lgdi32 -lcomdlg32 -luser32 > -lmpr -lshell32 > oo-spd/i386/temacs1.a(xdisp.o)(.text+0x621a): In function `reseat_1': > c:/Unix/emacs/src/xdisp.c:4652: undefined reference to `bidi_init_it' > oo-spd/i386/temacs1.a(xdisp.o)(.text+0x6222):c:/Unix/emacs/src/xdisp.c:4653: > undefined reference to `bidi_get_next_char_visually' > oo-spd/i386/temacs1.a(xdisp.o)(.text+0x6b40): In function > `set_iterator_to_next': > c:/Unix/emacs/src/xdisp.c:5012: undefined reference to > `bidi_get_next_char_visually' Did it link bidi.o? If not, the Windows Makefile's need to be changed to add that file.