我正在尝试在我的Windows 7机器上安装insight调试器,但没有任何成功。
我安装了cygwin
完整包,我下载了洞察源。我按照this tutorial中的步骤没有任何成功,我已经花了2个小时尝试编译,但没有。它总是给我同样的错误。
/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../include/w32api/winsock2.h:632:32:
error: conflicting types for 'select'
/usr/include/sys/select.h:31:5: note: previous declaration of 'select' was here
make[2]: `***` [tclAlloc.o] Error 1
make[2]: Leaving directory '/cygdrive/c/insight-6.1/tcl/win'
make[1]: `***` [all] Error 2
make[1]: Leaving directory '/cygdrive/c/insight-6.1/tcl'
make: `***` [all-tcl] Error 2
我希望像Insight一样的调试器来调试与我开发的程序集链接到IA-32的C代码