-
i got the following compilation error from phantomjs
``` sh
src/qt/src> make
cd tools/bootstrap/ && make -f Makefile
make[1]: Nothing to be done for `first'.
cd tools/moc/ && make -f Makefile
make[…
-
The instructions for building from source currently results in the following errors:
/usr/bin/ld: cannot find -lQtWebKit
/usr/bin/ld: cannot find -lQtGui
-
Just got this when trying to compile:
```
clang++ -c -pipe -O2 -arch x86_64 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-c…
-
```
⚡ git pull
remote: Counting objects: 38, done.
remote: Compressing objects: 100% (38/38), done.
remote: Total 38 (delta 15), reused 0 (delta 0)
Unpacking objects: 100% (38/38), done.
From https://…
-
when i run BUILDTYPE=RELEASE ./build_linux.sh -j7
i got this
……
Makefile:1001: recipe for target 'qcolordialog.o' failed
make: **\* [qcolordialog.o] Error 1
……
Makefile:1006: recipe for target 'Qt_Bs_…
-
系统:deepin 2014 64bit
下载源码后,进入 `src` 目录按照 `wiki` 说明进行编译。安装完成后,执行 `AlphaDict` 命令没有任何错误输出,也没有界面显示。
-
If I use PySides as the qt4 backend:
```
tcaswell@mara:~$ ipython --pylab
Python 2.7.5+ (default, Aug 4 2013, 10:07:17)
Type "copyright", "credits" or "license" for more information.
IPython 2.0.0…
-
thank you for you!
I use your code,it can achieve the audiocall,but it couldn't achieve the video!
my operator system is win7
the environment is:qtcreator4.7 + opencv2.3
but my pro is:
```
include(Vo…