This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: automake && config.h conflicts


----Original Message----
>From: Vladislav Grinchenko
>Sent: 26 July 2005 15:02

> There is a conflict between $topsrcdir/config.h generated by
> automake tools and a couple of confing.h files from the system include
> dirs:
> 
> /usr/include/cygwin/config.h
> /usr/include/sys/config.h
> 
> In the code, ifdef construct includes config.h like so:
> 
> #ifdef HAVE_CONFIG_H
> #  include "config.h"
> #endif

> The question: what is the workaround?


  Get your -I options in the correct order in the compiler flags?


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]