Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/125.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 如何为rhel 6.0 32位构建freefilesync 5.23?_C++_Boost_Wxwidgets_32 Bit_Rhel - Fatal编程技术网

C++ 如何为rhel 6.0 32位构建freefilesync 5.23?

C++ 如何为rhel 6.0 32位构建freefilesync 5.23?,c++,boost,wxwidgets,32-bit,rhel,C++,Boost,Wxwidgets,32 Bit,Rhel,无法构建wxWidgets-2.9.5和boost_1_54_0 freefilesync MakeFile有以下几行: WX_CONFIG_BIN =$(HOME)/Desktop/wxWidgets-2.9.5/lib/release/bin/wx-config CXXFLAGS += -I$(HOME)/Desktop/boost_1_54_0 BOOST_LIB_DIR =$(HOME)/Desktop/boost_1_54_0/stage/lib 问题是在成功构建wxWidgets

无法构建wxWidgets-2.9.5和boost_1_54_0

freefilesync MakeFile有以下几行:

WX_CONFIG_BIN =$(HOME)/Desktop/wxWidgets-2.9.5/lib/release/bin/wx-config
CXXFLAGS  += -I$(HOME)/Desktop/boost_1_54_0
BOOST_LIB_DIR =$(HOME)/Desktop/boost_1_54_0/stage/lib

问题是在成功构建wxWidgets后,此“/Desktop/wxWidgets-2.9.5/lib/release/bin/wx config”文件不可用。

wx config
不应在此目录中,因此这看起来像是freefilesync makefiles中的错误。如果您只是在这个目录中构建wxWidgets,
wx config
直接在其中找到。如果您也执行了
makeinstall
,它默认安装在目标目录
/usr/local/bin
中,但可以像往常一样使用configure
--prefix
选项进行更改。

您至少应该添加有关遇到的错误的详细信息。恐怕唯一的选项是构建glib 2.15。。。