This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 185634

Summary: build/run window munges quotes
Product: cnd Reporter: jarome <jarome>
Component: ToolchainAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description jarome 2010-05-06 20:06:02 UTC
In a C project, when it builds, I get things like:
gcc.exe    -c -g -I/cygdrive/C/cygwin/usr/include -I/cygdrive/C/cygwin/usr/include/sys -MMD -MP -MF build/Debug-MinGW/Cygwin_4.x-Windows/src/tkfPusher.o.d -o build/Debug-MinGW/Cygwin_4.x-Windows/src/tkfPusher.o src/tkfPusher.c
In file included from src/tkfPusher.c:18:
/usr/include/w32api/winsock2.h:103:2: warning: #warning "fd_set and associated macros have been defined in sys/types.      This may cause runtime problems with W32 sockets"
src/tkfPusher.c: In function ‘main’:
src/tkfPusher.c:34: error: ‘FILE’ undeclared (first use in this function)
src/tkfPusher.c:34: error: (Each undeclared identifier is reported only once
src/tkfPusher.c:34: error: for each function it appears in.)
src/tkfPusher.c:34: error: ‘fp’ undeclared (first use in this function)

It seems to be using the wrong character set!
Comment 1 Alexander Simon 2010-05-07 06:54:39 UTC

*** This bug has been marked as a duplicate of bug 177286 ***