编译GraphLab出错

/src/graphlab-master/deps/local/include/boost/atomic/atomic.hpp:166:16:
error: ‘uintptr_t’ was not declared in this scope
typedef
atomic<uintptr_t> atomic_uintptr_t;

^
/src/graphlab-master/deps/local/include/boost/atomic/atomic.hpp:166:25:
error: template argument 1 is invalid
typedef atomic<uintptr_t>
atomic_uintptr_t;

^
/src/graphlab-master/deps/local/include/boost/atomic/atomic.hpp:166:43:
error: invalid type in declaration before ‘;’ token
typedef
atomic<uintptr_t> atomic_uintptr_t;

找到解决方法:

https://svn.boost.org/trac/boost/ticket/7979

时间: 2024-10-12 18:25:18

编译GraphLab出错的相关文章

winpcap示例程序采用VC6编译时出错error C2054: expected &#39;(&#39; to follow &#39;_W64&#39;

e:\vehiclesecurity\wpdpack_4_1_2\include\pcap-stdinc.h(80) : error C2054: expected '(' to follow '_W64' e:\vehiclesecurity\wpdpack_4_1_2\include\pcap-stdinc.h(80) : error C2085: 'uintptr_t' : not in formal parameter list e:\vehiclesecurity\wpdpack_4_

Mac OS X 10.10 编译代码出错 fatal error: &#39;__debug&#39; file not found #include &lt;__debug&gt;

1. 错误描述 在mac系统升级到yosemite,或者Xcode版本升级后,在编译c++程序的时候无法通过,错误类型如下: 2. 解决方案 创建一个临时文件"__debug",可以解决这个问题.在命令行中执行以下代码: $ echo '#define _LIBCPP_ASSERT(x, m) ((void)0)' | sudo tee -a /Library/Developer/CommandLineTools/usr/include/c++/v1/__debug > /dev

XCode编译运行出错解决思路,以及再次推荐AppCode

科技界三巨头 如果按用户体验排名,依次是:苹果,微软,谷歌 但如果按开发体验排名,则是:微软,谷歌,苹果 当然,很多体验细节跟每个人的开发领域有关,但大体上是没问题的. 苹果的开发工具和体验做的烂,基本上是业界出名的.这个烂指的是稳定性,和基础功能. 比如,非常让人诟病的,到现在都没有解决的,文件夹资源同步机制(这个问题牵扯到XCode的底层设计,估计永远都不可能解决了.) 比如,C++的支持问题(重构,搜索,调试等). 比如,本篇讨论的,XCode各种异常,无法编译,无法启动,无法连接到调试器

linux下编译php出错set --enable-opcache=no

出错内容:configure: error: Don't know how to define struct flock on this system, set --enable-opcache=no 常见解决办法: 编辑/etc/ld.so.conf 根据系统,加入文件/etc/ld.so.conf,然后执行ldconfig,使其重新加载一次: 有时候,如果自己的libmcrytp(加密算法扩展库)是手动编译的话,只把这个/usr/local/libmcrytp/lib/加入到/etc/ld.

Sublime Text编译CoffeeScript出错解决方案

今天尝试用Sublime Text编译CoffeeScript 先安装了CoffeeScript的插件, 然后编译器中多了一项CoffeeScript, 但是尝试编译却提示出错, 然后上网寻找解决方法无解-于是就自己尝试去改了下SublimeText的build命令, 结果成功了 出错信息如下: /usr/local/lib/node_modules/coffee-script/lib/coffee-script/cake.js:111 throw new Error("Cakefile not

【02】koala编译中文出错(已放弃不用)

http://koala-app.com/index-zh.html koala 下载地址. sass.中文编译出错: 打开 Koala文件夹位置->rubygems->gems->sass->lib->sass->engine.rb. 添加这句话.在所有的request XXXX 之后即可. 复制添加 Encoding.default_external = Encoding.find('utf-8') 魔芋:已使用webstorm+sass **

centos7编译php出错 :make: *** [ext/dom/node.lo] 错误 1

PHP编译make的过程出错: 解决办法:需要打补丁 curl -o php-5.4.5.patch https://mail.gnome.org/archives/xml/2012-August/txtbgxGXAvz4N.txtcd php-5.4.5patch -p0 -b < ./php-5.4.5.patch 注意如果没有patch命令执行 yum install -y patch然后再重新configure配置,重新make. 原文地址:http://blog.51cto.com/1

android 2.3.4 编译中出错和解决办法

需要安装的一些库,有如下一些: sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs \ x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev \ libgl1-mesa-dev g++-multilib mingw32 tofro

编译android出错

注意:frameworks/base/nfc-extras/java/com/android/nfc_extras/NfcAdapterExtras.java 使用了未经检查或不安全的操作.注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译.target Java: send_bug (out/target/common/obj/JAVA_LIBRARIES/send_bug_intermediates/classes)Checking API: checkapi-last