转自cannot find -lGL Solved the problem by installing the "libglu1-mesa-dev" package. sudo apt-get install libglu1-mesa-dev -y…
Ubuntu14.04在virtualenv下安装scrapy报错,Failed building wheel for cffi,lxml,cryptography 等. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 sudo apt-get build-dep python-lxml sudo pip install lxml --upgrade sudo apt-get install build-essent…
Ubuntu下安装mod_python3.4.1版本报出如下错误: writing byte-compilation script '/tmp/tmpE91VXZ.py' /usr/bin/python -OO /tmp/tmpE91VXZ.py File "/usr/local/lib/python2.7/dist-packages/mod_python/version.py", line 3 version = "fatal: Not a git repository (…
今天在ubuntu下安装了qtcreator,准备測试一下能否用.果然一測试就出问题了,简单编写后F5编译在gnome-terminal中出现 Cannot connect creator comm socket /tmp/qt_temp.u14973/stub-socket: No such file or directory 于是查了一下.知道qt不能用gnome-terminal运行,须要使用x-team.于是想到了解决方法: 找到:工具(Tools)->环境(environment)->…
今天在ubuntu下安装了qtcreator,准备测试一下是否能用,果然一测试就出问题了,简单编写后F5编译在gnome-terminal中出现 Cannot connect creator comm socket /tmp/qt_temp.u14973/stub-socket: No such file or directory 于是查了一下,知道qt不能用gnome-terminal执行,需要使用x-team,于是想到了解决方法: 找到:工具(Tools)->环境(environment)-…
报错信息 GLSL compilation failed: 0(21) : error C7528: OpenGL reserves names containing '__' 双击报错VS自动打开VS, 但并未定位到错误代码所在位置 解决 字面意思: OpenGL保留的名称包含 "__" 两个下划线) 经检查报错的代码在shader的 cginc文件中,改好即可解决以上问题 总结 以Opengl模式打开Unity本来是为了解决PC不支持某些特殊功能(如图片单通道压缩格式) shade…
报错:Cannot find file: E:\实验室\20180409_Qt跑马灯\QtTest\QtTest.pro. 17:03:11: 进程"D:\Qt\Qt5.8.0\5.8\msvc2015\bin\qmake.exe"退出,退出代码 2 . Error while building/deploying project QtTest (kit: Desktop Qt 5.8.0 MSVC2015 32bit) The kit Desktop Qt 5.8.0 MSVC201…
pip3 install mysqlclient 报错信息 问题描述: Complete output from command python setup.py egg_info: /bin/sh: 1: mysql_config: not found Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-6z33hc2x…
原以为是jdk的环境变量配置错误了,于是从网上找了各种配置环境变量的方法.也注意空格的问题,可无论怎么改,还是这样报错!后来在网上看到一种奇怪的方法.我也不知道为什么这样就OK了? 方法:进入你的eclipse文件夹,用终端打开,切换到root下,然后输入: mkdir jre cd jre ln -s 你的JDK文件夹/bin bin 假设你知道为什么希望能贴出来告诉我,谢谢…
用gulp启动,错误如下 Error: watch ENOSPC at exports._errnoException (util.js:746:11) at FSWatcher.start (fs.js:1172:11) at Object.fs.watch (fs.js:1198:11) at Gaze._watchDir (/home/ajaxGu/work/froad/anhui-standard/personal-h5/node_modules/gulp/node_modules/vi…