Bug #10329 2007-02-13 14:43
ironhead
Cygwin GCC Issues
I've noticed a few problems with the Cygwin GCC compiler settings:
- The search directories are incorrect, they are the default directory (i.e. c:\cygwin) \include, \lib, where it should be \usr\include and \usr\lib
- The Code Completion does not find the system headers (or does not parse them, not sure which), so it only completes for functions defined in the project
- Category
- Compiler
- Group
- Status
- Closed
- Close date
- 2007-02-27 09:47
- Assigned to
History
ironhead 2007-02-13 14:48
Correction, only the include directory is incorrect.
ironhead 2007-02-13 15:08
I got Code completion to work by adding C:\cygwin\usr\include\w32api and c:\cygwin\usr
include\mingw.
biplab 2007-02-27 09:47
Closing it on the basis of user feedback.