我将源下载到最新的 wx 并设法编译它没有任何问题。
配置:
../configure --enable-optimise --enable-stl --enable-unicode --enable-threads --enable-static --disable-shared --prefix=/usr/local
当我尝试使用以下命令编译此示例时:
g++-4.8 `wx-config --libs` `wx-config --cxxflags` test.cpp
我得到了很多未定义的参考(完整列表在这里)
我怎样才能使这项工作?