unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bidi build problems on Win32
@ 2004-04-29  9:21 Philipp Reichmuth
  2004-04-29 17:30 ` [emacs-bidi] " Eli Zaretskii
  2004-04-30  1:53 ` Kenichi Handa
  0 siblings, 2 replies; 3+ messages in thread
From: Philipp Reichmuth @ 2004-04-29  9:21 UTC (permalink / raw)
  Cc: emacs-bidi

[-- Attachment #1: Type: text/plain, Size: 1529 bytes --]

Hi there,

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'
make[2]: *** [oo-spd/i386/temacs.exe] Error 1
make[2]: Leaving directory `/c/Unix/emacs/src'
make[1]: *** [bootstrap-temacs] Error 2
make[1]: Leaving directory `/c/Unix/emacs/src'
make: *** [bootstrap-gmake] Error 2

--
Philipp Reichmuth                  Tel.:  +49 228 / 9656-348
Stiftung caesar                    Fax :  +49 228 / 9656-118
Financial Engineering              Mail: reichmuth@caesar.de
Ludwig-Erhard-Allee 2 - 53175 Bonn http://www.caesar.de/?fen


[-- Attachment #2: reichmuth.vcf --]
[-- Type: text/x-vcard, Size: 282 bytes --]

begin:vcard
fn:Philipp Reichmuth
n:Reichmuth;Philipp
org:Stiftung caesar;Financial Engineering
adr:;;Ludwig-Erhard-Allee 2;Bonn;;;Deutschland / Germany
email;internet:reichmuth@caesar-de
tel;work:+49-228-9656-348
x-mozilla-html:FALSE
url:http://www.caesar.de
version:2.1
end:vcard


[-- Attachment #3: Type: text/plain, Size: 141 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel

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

* Re: [emacs-bidi] Bidi build problems on Win32
  2004-04-29  9:21 Bidi build problems on Win32 Philipp Reichmuth
@ 2004-04-29 17:30 ` Eli Zaretskii
  2004-04-30  1:53 ` Kenichi Handa
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2004-04-29 17:30 UTC (permalink / raw)
  Cc: emacs-bidi, emacs-devel

> Date: Thu, 29 Apr 2004  11:23:13 +0200
> From: "Philipp Reichmuth" <reichmuth@caesar.de>
> 
> 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.

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

* Re: Bidi build problems on Win32
  2004-04-29  9:21 Bidi build problems on Win32 Philipp Reichmuth
  2004-04-29 17:30 ` [emacs-bidi] " Eli Zaretskii
@ 2004-04-30  1:53 ` Kenichi Handa
  1 sibling, 0 replies; 3+ messages in thread
From: Kenichi Handa @ 2004-04-30  1:53 UTC (permalink / raw)
  Cc: emacs-bidi, emacs-devel

In article <4090C8F4.50301@caesar.de>, "Philipp Reichmuth" <reichmuth@caesar.de> writes:
> 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:

In bidi branch, I changed only such files that are for
Unix/GNU-Linux.  Please check how src/Makefile.in is changed
by:

% cvs diff -u -r emacs-bidi-base src/Makefile.in | more

and apply the similar change to a makefile for DOS/Windows.

---
Ken'ichi HANDA
handa@m17n.org

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

end of thread, other threads:[~2004-04-30  1:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-29  9:21 Bidi build problems on Win32 Philipp Reichmuth
2004-04-29 17:30 ` [emacs-bidi] " Eli Zaretskii
2004-04-30  1:53 ` Kenichi Handa

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).