Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Does the compile command line work if you don't use the makefile? Commented May 21, 2014 at 22:20
  • Install the Cygwin strace and run strace gcc -I/usr/include/dbus-1.0 -c test.c and post the resulting trace. Commented May 22, 2014 at 0:14
  • Compiling form the command line using the same arguments produces the same error message from gcc less the error messages from make. Commented May 22, 2014 at 5:57
  • I've run setup-x86_64 for Cygwin, but when searched, I see no package named "strace". Commented May 22, 2014 at 5:57