emacs-devel
[Top][All Lists]
Advanced

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

Re: [cedet-semantic] Latest CEDET on BZR does not compile with emacs 24.


From: Eli Zaretskii
Subject: Re: [cedet-semantic] Latest CEDET on BZR does not compile with emacs 24.1
Date: Sun, 07 Oct 2012 10:42:38 +0200

> From: Vincent Belaïche <address@hidden>
> CC: "address@hidden" <address@hidden>,
>       "address@hidden"
>       <address@hidden>, emacs-devel <address@hidden>
> Date: Sun, 7 Oct 2012 09:52:02 +0200
> 
> > As you can see in nt/INSTALL, using the MSYS shell is not supported by
> > the Windows Makefile's used to build Emacs.  I occasionally hear
> > reports that someone succeeded to build using MSYS anyway, so I guess
> > with enough tweaking it can work.  But it isn't supported.
> >  
> 
> 
> [... SNIP ...]
> 
> 
> 
> Yes, but on the other hand here is what I get when I am using configure.bat 
> from a cmd.exe console
> 
> 
> make.exe[5]: Entering directory 
> `/c/Programme/GNU/installation/emacs-install/emacs/trunk/lib-src'
> mkdir "oo-spd"
> mkdir "oo-spd/i386"
> echo oo-spd/i386 > stamp_BLD
> gcc -I. -c -gdwarf-2 -g3  -mtune=pentium4 -O2     -Demacs=1 -I../lib 
> -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o 
> oo-spd/i386/make-docfile.o make-docfile.c
> make-docfile.c:37:20: fatal error: config.h: No such file or directory
> compilation terminated.
> make.exe[5]: *** [oo-spd/i386/make-docfile.o] Error 1
> 
> 
> 
> It seems that for some reason there is not any any `-I ../src' flags to gcc...

Not here:

  gcc -I. -c -gdwarf-2 -g3  -DEMACSDEBUG -fno-crossjumping  
-Id:/usr/include/libxml2 -DGLYPH_DEBUG=1 -DNO_LDAV=1 -DNO_ARCHIVES=1 -I../lib  
-I../nt/inc -I../src -DUSE_CRT_DLL=1 -o oo/i386/make-docfile.o make-docfile.c
                                                                                
                                                                       ^^^^^^^^

Maybe this is because you are using the MSYS Make.  Don't.  Use the
MinGW Make instead.

Also, what kind of message is "compilation terminated"?  Is your GCC
also an MSYS GCC, perhaps?





reply via email to

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