|
|
Up |
|
|
  |
Author: HLHL Date: Aug 6, 2008 19:20
Hi all,
I'd like to compile an emacs 23 in my windows xp.
I checked out src codes from cvs by :
cvs -z3 -d:pserver:anonymous@ cvs.savannah.gnu.org:/sources/emacs co -r
emacs-unicode-2 -d emacs-unicode-2 emacs
I put all source code checked out from cvs to d:\emacs-unicode-2.
I installed MinGW to d:\MinGW and other image libraries.
the configuration seems ok when I use following command line to
configurate it
configure.bat --no-debug --with-gcc --cflags -Id:\MinGW\include
Then when I build bootstrap, I got following problems
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -
mtune=pentiu
m4 -O2 -Di386 -D_CRTAPI1=_cdecl -Id:\MingW\include -Demacs=1 -
DWINDOWSNT -DDOS
_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T...
|
| Show full article (4.43Kb) |
|
| | 10 Comments |
|
  |
Author: Juanma BarranqueroJuanma Barranquero Date: Aug 7, 2008 07:48
On Thu, Aug 7, 2008 at 04:20, HL gmail.com> wrote:
> I'd like to compile an emacs 23 in my windows xp.
> I checked out src codes from cvs by :
> cvs -z3 -d:pserver:anonymous@ cvs.savannah.gnu.org:/sources/emacs co -r
> emacs-unicode-2 -d emacs-unicode-2 emacs
> I put all source code checked out from cvs to d:\emacs-unicode-2.
The unicode-2 branch was folded into the trunk several months ago.
Just check out the trunk and it should compile OK on Windows (I do it
daily ;-)
Juanma
|
| |
|
| | no comments |
|
  |
Author: HLHL Date: Aug 7, 2008 08:46
On 8月7日, 下午10时48分, "Juanma Barranquero" gmail.com> wrote:
> On Thu, Aug 7, 2008 at 04:20, HL gmail.com> wrote:
>> I'd like to compile an emacs 23 in my windows xp.
>> I checked out src codes from cvs by :
>> cvs -z3 -d:pserver:anonym...@ cvs.savannah.gnu.org:/sources/emacs co -r
>> emacs-unicode-2 -d emacs-unicode-2 emacs
>> I put all source code checked out from cvs to d:\emacs-unicode-2.
>
> The unicode-2 branch was folded into the trunk several months ago.
> Just check out the trunk and it should compile OK on Windows (I do it
> daily ;-)
>
> Juanma
|
| Show full article (1.03Kb) |
| 1 Comment |
|
  |
Author: Lennart Borgman (gmail)Lennart Borgman (gmail) Date: Aug 7, 2008 09:43
HL wrote:
> On 8月7日, 下午10时48分, "Juanma Barranquero" gmail.com> wrote:
>> On Thu, Aug 7, 2008 at 04:20, HL gmail.com> wrote:
>>> I'd like to compile an emacs 23 in my windows xp.
>>> I checked out src codes from cvs by :
>>> cvs -z3 -d:pserver:anonym...@ cvs.savannah.gnu.org:/sources/emacs co -r
>>> emacs-unicode-2 -d emacs-unicode-2 emacs
>>> I put all source code checked out from cvs to d:\emacs-unicode-2.
>> The unicode-2 branch was folded into the trunk several months ago.
>> Just check out the trunk and it should compile OK on Windows (I do it
>> daily ;-)
>>
>> Juanma
>
> Thank you Juanma. If possible, could you tell me your detail
> environment when you compile it?
> such as your %%PATH%%.
> and the parameter of configure, mime is configure.bat --no-debug --
> with-gcc --cflags -Ic:\MinGW\include
> and when I use mingw32-make bootstrap, i still get error as follows ...
|
| Show full article (1.25Kb) |
| no comments |
|
  |
Author: HLHL Date: Aug 9, 2008 19:43
I finally successfully built an Emacs. But that site doesn't give me
any hint or help. Because the emacs I want to build is from branch
Emacs-unicode-2 , maybe different from other branches.
I got the first problem
-----------------------------------------------------------------------------------------------------
oo-spd/i386/temacs0.a(emacs.o):emacs.c:(.text+0x1605): undefined
reference...
|
| Show full article (2.60Kb) |
| no comments |
|
  |
Author: Peter DyballaPeter Dyballa Date: Aug 10, 2008 00:10
Am 10.08.2008 um 04:43 schrieb HL:
> I finally successfully built an Emacs. But that site doesn't give me
> any hint or help. Because the emacs I want to build is from branch
> Emacs-unicode-2 , maybe different from other branches.
This branch (GNU Emacs 23.0.0) does not exist any more. It was merged
with GNU Emacs 22.2 from CVS (GNU Emacs 23.0.50). Now it's GNU Emacs
23.0.60.
cvs -z3 -d:pserver:anonymous@ cvs.savannah.gnu.org:/sources/emacs co
emacs
is enough to check-out the recent CVS code. There have been other
changes, for example the font backend now has become an integral part.
--
Greetings
Pete
The human animal differs from the lesser primates in his passion for
lists of "Ten Best."
– H. Allen Smith
|
| |
| no comments |
|
  |
Author: Juanma BarranqueroJuanma Barranquero Date: Aug 10, 2008 04:51
On Sun, Aug 10, 2008 at 04:43, HL gmail.com> wrote:
> I finally successfully built an Emacs. But that site doesn't give me
> any hint or help. Because the emacs I want to build is from branch
> Emacs-unicode-2 , maybe different from other branches.
Yes, it is different, as in, it has ceased to exist, it is developed
no more, it is an ex-branch.
Juanma
|
| |
| no comments |
|
  |
Author: HLHL Date: Aug 10, 2008 09:03
On 8月10日, 下午7时51分, "Juanma Barranquero" gmail.com> wrote:
> On Sun, Aug 10, 2008 at 04:43, HL gmail.com> wrote:
>> I finally successfully built an Emacs. But that site doesn't give me
>> any hint or help. Because the emacs I want to build is from branch
>> Emacs-unicode-2 , maybe different from other branches.
>
> Yes, it is different, as in, it has ceased to exist, it is developed
> no more, it is an ex-branch.
>
> Juanma
So, which branch should I check out if I want a unicode version of
Emacs?
|
| |
| no comments |
|
  |
Author: David KastrupDavid Kastrup Date: Aug 10, 2008 09:17
HL gmail.com> writes:
> On 8月10日, 下午7时51分, "Juanma Barranquero" gmail.com> wrote:
>> On Sun, Aug 10, 2008 at 04:43, HL gmail.com> wrote:
>>> I finally successfully built an Emacs. But that site doesn't give me
>>> any hint or help. Because the emacs I want to build is from branch
>>> Emacs-unicode-2 , maybe different from other branches.
>>
>> Yes, it is different, as in, it has ceased to exist, it is developed
>> no more, it is an ex-branch.
>>
>
> So, which branch should I check out if I want a unicode version of
> Emacs?
The trunk is just fine.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
|
| |
| no comments |
|
  |
|
|
  |
Author: Juanma BarranqueroJuanma Barranquero Date: Aug 10, 2008 11:57
On Sun, Aug 10, 2008 at 18:03, HL gmail.com> wrote:
> So, which branch should I check out if I want a unicode version of
> Emacs?
The trunk, as has been pointed out four times already in this thread.
Juanma
|
| |
| no comments |
|
|
|
|