help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Extending Emacs with C


From: Siegfried Heintze
Subject: Re: Extending Emacs with C
Date: Tue, 11 Nov 2003 19:19:33 -0700

I had trouble getting the sources by googling for them so I downloaded
cygwin which includes emacs 21.2 sources.

I then used these bat files:
call_12_configure.bat
set MSVCDir=\Program Files\Microsoft Visual Studio\VC98
set
INCLUDE=%MSVCDir%\ATL\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\MFC\INCLUDE;%INCLU
DE%
set LIB=%MSVCDir%\LIB;%MSVCDir%\MFC\LIB;%LIB%
set PATH=%MSVCDir%\bin;\Program Files\Microsoft Visual
Studio\Common\MSDev98\Bin;c:\GNU_Utilities\cygwin\bin
call .\configure.bat

call_12_nmake.bat
set MSVCDir=\Program Files\Microsoft Visual Studio\VC98
set
INCLUDE=%MSVCDir%\ATL\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\MFC\INCLUDE;%INCLU
DE%
set LIB=%MSVCDir%\LIB;%MSVCDir%\MFC\LIB;%LIB%
set PATH=%MSVCDir%\bin;\Program Files\Microsoft Visual
Studio\Common\MSDev98\Bin;c:\GNU_Utilities\cygwin\bin
nmake

set MSVCDir=\Program Files\Microsoft Visual Studio\VC98
set
INCLUDE=%MSVCDir%\ATL\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\MFC\INCLUDE;%INCLU
DE%
set LIB=%MSVCDir%\LIB;%MSVCDir%\MFC\LIB;%LIB%
set PATH=%MSVCDir%\bin;\Program Files\Microsoft Visual
Studio\Common\MSDev98\Bin;c:\GNU_Utilities\cygwin\bin
nmake install


"Khuong D Pham" <xxx@xxx.com> wrote in message
news:ud9sb.27798$jf4.1579491@news000.worldonline.dk...
> How did you compile emacs with msvc6. I have tried it without success
> I get this when I run nmake after execute configure.bat:
>
> makefile (25): fatal error U1035: syntax error : expected ':' or '='
> separator
>
>
> "Siegfried Heintze" <siegfried@heintze.com> wrote in message
> news:3fb08926$1@news.seqnet.net...
> > I just compiled emacs on Win2000 using cl v12 (aka MSVC6). Hurray. Too
bad
> > it it does not link when using the latest Microsoft C compiler (v 13.1).
> > Good thing I kept v12 around.
> >
> > Are there any documents that can guide me on extending emacs (elisp)
with
> C?
> > I want to call some COM objects from elisp.
> >
> >   Thanks,
> >     Siegfried
> >
> >
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]