我想在 OSX 10.8.4 上使用 xscope 调试基于 xlib 的 c++11 程序。不是设计器工具,而是此链接中讨论的工具。
http://jklp.org/public/profession/papers/xscope/paper.htm
这可能吗?如何让 xscope 在 osx 上工作?我使用 brew 并安装了 automake 和 autoconf。我从 freedesktop 下载了 xscope-1.4 源代码
http://cgit.freedesktop.org/xorg/app/xscope/
没有现有的Makefile
or ./configure
,而只有 a configure.ac
,所以我猜我应该使用autoconf
,但是当我运行它时,我得到:
configure.ac:38: error: must install xorg-macros 1.8 or later before running autoconf/autogen
configure.ac:38: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
这些似乎什么都没有返回
brew search | grep macros
brew search | grep xorg