emacs-devel
[Top][All Lists]
Advanced

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

Re: Failure building ctags with MinGW.


From: Eli Zaretskii
Subject: Re: Failure building ctags with MinGW.
Date: Fri, 18 Dec 2009 10:54:39 +0200

> From: Óscar_Fuentes <address@hidden>
> Date: Thu, 17 Dec 2009 22:18:11 +0100
> 
> The build was picking GNUWin32's regex.h. Removing it and rebuilding
> solved the problem.

Which package did that regex.h come from?  Perhaps we should add
something to PROBLEMS.

Hmm... actually, that's strange: shouldn't GCC find src/regex.h
_before_ it looks in your system include directory?  Adding -v to the
compilation command in lib-src shows that it should:

    #include "..." search starts here:
    #include <...> search starts here:
     .
     ../nt/inc
     ../src
     D:/usr/bin/../lib/gcc/mingw32/3.4.2/../../../../include
     D:/usr/bin/../lib/gcc/mingw32/3.4.2/include
    End of search list.

Could you please look into this and see why it didn't work for you, or
tell what am I missing?





reply via email to

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