Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] 2.1 Update


> > >
> > > > I use MinGW on Windows. This is a version of the gcc that builds
> > directly
> > > > against the Windows API. Most importantly, I don't worry any issues
> > > > associated with building against the GPLed cygwin dlls (note: I am not
> > > > giving legal advice here :). You can get it at www.mingw.org.
> > >
> > > Btw., can you also see the indexer adding two include paths relating to
> > > cygwin (C:/cygwin/mingw/lib, and i think it was
> > > C:/cygwin/mingw/include/gcc/3.4.2/), when using a "Gnu Target
> > (Windows)"?
> > > This keeps two warnings appearing in the Problems View, because they are
> > > missing.
> > >
> > >
> >
> > I do not follow at all. Are you referring to a problem in the CDT
> > or when compiling libspawner ?
>
> Sorry, I meant a problem with my CDT, where I get include paths somehow
> translated to Cygwin directories, when runs ScannerInfo.
>

Could it be that you have Cygwin in your path? Where on your disk is mingw installed? Can you please run gcc -v 'somefile.c' from your command prompt and send me the result.

Thanks,
Vmir

Back to the top