Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/8.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
Macos 在boost 1_53中获取编译错误_Macos_Boost - Fatal编程技术网

Macos 在boost 1_53中获取编译错误

Macos 在boost 1_53中获取编译错误,macos,boost,Macos,Boost,我试图在Mac OS X上用boost 1_53编译一个现有的应用程序。我在boost文件中遇到了很多错误。和我在Windows7中使用VS2010尝试的一样,它工作正常。但是在MacOSX10.7上,我遇到了一些错误。我尝试了Apple LLVM编译器3.0和LLVM GCC 4.2 1.具有二进制运算符.hpp Library/boost/include/boost\u 1\u 53/boost/type\u traits/detail/has\u binary\u operator.hpp

我试图在Mac OS X上用boost 1_53编译一个现有的应用程序。我在boost文件中遇到了很多错误。和我在Windows7中使用VS2010尝试的一样,它工作正常。但是在MacOSX10.7上,我遇到了一些错误。我尝试了Apple LLVM编译器3.0和LLVM GCC 4.2

1.具有二进制运算符.hpp
Library/boost/include/boost\u 1\u 53/boost/type\u traits/detail/has\u binary\u operator.hpp
分析问题预期表达式

2。词法转换.hpp
在“boost::has\u right\u shift”中没有名为“value”的成员


我遗漏了什么吗?

您使用的是哪种编译器(以及编译器版本)?什么是MAx OS?@PaulR Apple LLVM Compiler 3.0即使我在LLVM GCC 2中也尝试过。它不起作用。好的-那么你是指Mac OS X吗?好的-为了将来的参考,你可以使用上面的
编辑
按钮来清理你的问题并修复打字错误等@PaulR当然我会做的