I compiled the command line wallet and it is working fine.
Getting error for GUI wallet compilation. Can anyone help me ?
Getting below error -
You have called ADD_LIBRARY for library qrencode without any source files. This typically indicates a problem with your CMakeLists.txt file
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- date_time
-- filesystem
-- program_options
-- regex
-- serialization
-- system
-- thread
-- chrono
-- atomic
CMake Warning (dev) at CMakeLists.txt:253 (add_executable):
Policy CMP0037 is not set: Target names should not be reserved and should
match a validity pattern. Run "cmake --help-policy CMP0037" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
The target name "DRÆGONGLASS" is reserved or not valid for certain CMake
features, such as generator expressions, and may result in undefined
behavior.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
CMake Error: Cannot determine link language for target "qrencode".
CMake Error: CMake can not determine linker language for target: qrencode
-- Generating done
I"m not sure if its required, but when I'm building from source, I'll cd into libqrencode folder and do a quick "git pull"
It should pull from the source thats listed in .gitsubmodules
@cryptonomicon And yes Cmake is much more of a bitch about Æ...and all characters in general. I'll make a note of changing to DRAGONGLASS in the readme.
--edit went ahead and just changed it in the source config to DRAGONGLASS
https://github.com/ZirtysPerzys/DRGL-wallet/releases