Not able to compile own-client build - qt

Getting following error while building ownclient project
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
CMake Error at admin/osx/CMakeLists.txt:14 (find_package):
Could not find a configuration file for package "Qt5" that is compatible with the requested version "5.6".
The following configuration files were considered but not accepted:
C:/Qt/Qt5.5.1/5.5/mingw492_32/lib/cmake/Qt5/Qt5Config.cmake, version: 5.5.1
And if I compile this project using a version above 5.5 then this error occurs
C:\Qt\Qt5.13.2\5.13.2\mingw73_32\lib\cmake\Qt5WebKitWidgets\Qt5WebKitWidgetsConfig.cmake:15:
error: The imported target "Qt5::WebKitWidgets" references the file "C:/Qt/Qt5.13.2/5.13.2/mingw73_32/include/QtWebKitWidgets" but this file does not exist.

Related

QCA lib building via cmake

I got the following error code after i built the QCA lib to a seperat directory as the CMakeLists.txt exists.
I got Qt 6.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
CMake Error at CMakeLists.txt:47 (find_package):
By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt5", but
CMake did not find one.
Could not find a package configuration file provided by "Qt5" (requested
version 5.9) with any of the following names:
Qt5Config.cmake
qt5-config.cmake
Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
to a directory containing one of the above files. If "Qt5" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
See also "C:/SDK/qca-master/CMakeFiles/CMakeOutput.log".

Failed installing OpenCV using RStudio

I tried installing OpenCV using Rstudio (R version 3.6.3). I installed both Rtools and CMake and added them to the PATH. I received following error:
-- The CXX compiler identification is unknown
-- The C compiler identification is unknown
CMake Error at CMakeLists.txt:106 (enable_language):
The CMAKE_CXX_COMPILER:
c:/Rtools/mingw32/bin/g++.exe
is not a full path to an existing compiler tool.
Please help.

Is it possible to use ArrayFire in Juliabox?

Is it possible to use ArrayFire in Juliabox? If it is possible how can I do it?
-I downloaded the installer and I installed ArrayFire following the installation steps.
-I included the PATH of the installed folder through push! (LOAD_PATH, "Path")
-I installed the package via Pkg.add("ArrayFire")
-Finally when I tried to use Pkg.test, I got the following error:
Pkg.test("ArrayFire")
INFO: Testing ArrayFire
ERROR: LoadError: error compiling init: could not load library "libaf"
libaf.so: cannot open shared object file: No such file or directory
....

ArrayFire is missing LAPACK - but I have it

I just downloaded the latest release of ArrayFire (3.3.1), and am trying to build it. I'm stuck at cmake . though. I installed a bunch of missing libraries, reran it, and now I get:
-- Could NOT find LAPACK (missing: LAPACK_LIBRARIES)
CMake Warning at src/backend/opencl/CMakeLists.txt:38 (MESSAGE):
LAPACK not found. Functionality will be disabled
and
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GLEWmxd_LIBRARY
linked by target "afcpu" in directory /home/joeuser/src/arrayfire-full-3.3.1/src/backend/cpu
linked by target "afcuda" in directory /home/joeuser/src/arrayfire-full-3.3.1/src/backend/cuda
linked by target "afopencl" in directory /home/joeuser/src/arrayfire-full-3.3.1/src/backend/opencl
I have installed lapack, and it's at /usr/lib/liblapack.so (that's an alternatives symlink, but it's not broken). Also installed lapacke.
ArrayFire requires the LAPACKE library (On Ubuntu, liblapacke-dev, and the graphics part requires GLEW-MX (on Ubuntu, libglewmx-dev).

Qt Installer Framework issue compiling binarycreator

I have Qt Creator 5.2.0 (MSVC 2010, 32 bit) with mingw48_32.
I am trying to make an installer for my app and i cant compile binarycreator.
I download source code from Official Link
When i run project, there show only files with .o and none .exe files. The following error is showing:
c:/qt/qt5.2.0/tools/mingw48_32/bin/../lib/gcc/i686-w64-mingw32/4.8.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -linstaller
After that, there are more errors, but i think if i fix this they will be fixed too. Here are what is following:
collect2.exe: error: ld returned 1 exit status
Makefile.Release:84: recipe for target 'bin\binarycreator.exe' failed
mingw32-make[1]: *** [bin\binarycreator.exe] Error 1
mingw32-make[1]: Leaving directory 'C:/Qt/Installer/installer-framework-installer-framework/tools/build-binarycreator-Desktop_Qt_5_2_0_MinGW_32bit-Release'
makefile:34: recipe for target 'release' failed
mingw32-make: *** [release] Error 2
20:30:45: The process "C:\Qt\Qt5.2.0\Tools\mingw48_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project binarycreator (kit: Desktop Qt 5.2.0 MinGW 32bit)
When executing step 'Make'
If any1 can help me, please.
To build an installer for your Application don't bother compile the installer-framework just use the pre-compiled one.
it contains the following files [ /bin ]:
archivegen.exe
binarycreator.exe
installerbase.exe
repogen.exe
also some examples, and here is the link to download the version 1.4.0
http://download.qt-project.org/official_releases/qt-installer-framework/1.4.0/

Resources