Closed GoogleCodeExporter closed 9 years ago
Adding system environment variable CYGWIN with value nodosfilewarning=0 did
seem to remove the path problem. However the build still fails on this error
message:
**** Rebuild of configuration Debug for project test ****
**** Internal Builder is used for build ****
clang -O0 -emit-llvm -g3 -Wall -c -fmessage-length=0 -o src\test.bc
..\src\test.c
In file included from ..\src\test.c:11:
In file included from /usr/include/stdio.h:45:
In file included from /usr/include/sys/reent.h:14:
/usr/include/sys/_types.h:72:5: error: unknown type name 'wint_t'
wint_t __wch;
^
1 error generated.
Build error occurred, build is stopped
Time consumed: 2296 ms.
Original comment by petri.tuononen@gmail.com
on 29 Jan 2011 at 8:18
I close this issue as Done, because the original issue was solved without
changes to source code and the comment 1 issue seems not to relate to LLVM
plug-in code.
Original comment by petri.tuononen@gmail.com
on 29 Jan 2011 at 1:53
Original issue reported on code.google.com by
petri.tuononen@gmail.com
on 29 Jan 2011 at 7:56