Post
Topic
Board Announcements (Altcoins)
Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW
by
cryptomaxsun
on 20/09/2017, 05:52:21 UTC
Need help in run daemon.
No start , libbost 1.64, installed, no start illegal instruction.
No compilled, error.
Ubuntu 14.04 x64.

Did you manage to fix this?

I can't compile it under Ubuntu 14.04 64-bit either..


Without specific compilation errors we cannot help.

We need output of the errors, specific the errors and we can gladly help.


Cheers
Code:
-- Configuring incomplete, errors occurred!
See also "/home/max/intensecoin-master/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/max/intensecoin-master/build/release/CMakeFiles/CMakeError.log".
make: *** [cmake-release] Error 1

CMakeOutput.log
Code:
The system is: Linux - 3.13.0-129-generic - x86_64                                     
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.     
Compiler: /usr/bin/cc.                                                                 
Build flags:.                                                                           
Id flags:.                                                                             
                                                                                       
The output was:                                                                         
0                                                                                                                                                                               
                                                                                       
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out
                                                                                        The C compiler identification is GNU, found in "/home/max/intensecoin-master/build/relea
                                                                                       
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded
Compiler: /usr/bin/c++.                                                                 
Build flags:.                                                                           
Id flags:.                                                                             
                                                                                       
The output was:                                                                         
0

CMakeError.log
Code:
erforming C++ SOURCE FILE Test HAVE_SSE42 failed with the following output:           
Change Dir: /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp             
                                                                                       
Run Build Command:/usr/bin/make "cmTryCompileExec4143452986/fast"                       
make[1]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMake
/usr/bin/make -f CMakeFiles/cmTryCompileExec4143452986.dir/build.make CMakeFiles/cmTryCo
make[2]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMake/usr/bin/cmake -E cmake_progress_report /home/max/intensecoin-master/build/release/CMake
Building CXX object CMakeFiles/cmTryCompileExec4143452986.dir/src.cxx.o                 
/usr/bin/c++    -pthread -std=c++11  -Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite
In file included from /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src/usr/lib/gcc/x86_64-linux-gnu/4.8/include/nmmintrin.h:31:3: error: #error "SSE4.2 instru
 # error "SSE4.2 instruction set not enabled"                                           
   ^                                                                                   
/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src.cxx: In function ‘int
/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src.cxx:5:43: error: ‘_mm
   volatile uint32_t x = _mm_crc32_u32(0, 0);                                           
                                           ^                                           
/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src.cxx:5:21: warning: un
   volatile uint32_t x = _mm_crc32_u32(0, 0);                                           
                     ^                                                                 
make[2]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeT
make[2]: *** [CMakeFiles/cmTryCompileExec4143452986.dir/src.cxx.o] Error 1                                                                                                                                                                                                   
make[1]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp'                                                                                                                                                                                   
make[1]: *** [cmTryCompileExec4143452986/fast] Error 2                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                             
Source file was:                                                                                                                                                                                                                                                             
                                                                                                                                                                                                                                                                             
#include                                                                                                                                                                                                                                                            
#include                                                                                                                                                                                                                                                        
int main() {                                                                                                                                                                                                                                                                 
  volatile uint32_t x = _mm_crc32_u32(0, 0);                                                                                                                                                                                                                                 
}                                                                                                                                                                                                                                                                             
                                                                                                                                                                                                                                                                             
Performing C SOURCE FILE Test HAVE_FALLOCATE failed with the following output:                                                                                                                                                                                               
Change Dir: /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                             
Run Build Command:/usr/bin/make "cmTryCompileExec3248412868/fast"                                                                                                                                                                                                             
make[1]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp'                                                                                                                                                                                 
/usr/bin/make -f CMakeFiles/cmTryCompileExec3248412868.dir/build.make CMakeFiles/cmTryCompileExec3248412868.dir/build                                                                                                                                                         
make[2]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp'                                                                                                                                                                                 
/usr/bin/cmake -E cmake_progress_report /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/CMakeFiles 1                                                                                                                                                           
Building C object CMakeFiles/cmTryCompileExec3248412868.dir/src.c.o                                                                                                                                                                                                           
/usr/bin/cc   -std=c11  -Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite-strings -Werror -Wno-error=extra -Wno-error=unused-function -Wno-error=deprecated-declarations -Wno-error=sign-compare -Wno-error=strict-aliasing -Wno-error=type-limits -Wno-unused-parameter -Wn
cc1: error: command line option ‘-Wno-reorder’ is valid for C++/ObjC++ but not for C [-Werror]                                                                                                                                                                               
cc1: error: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C [-Werror]                                                                                                                                                                                 
cc1: all warnings being treated as errors                                                                                                                                                                                                                                     
make[2]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp'                                                                                                                                                                                   
make[2]: *** [CMakeFiles/cmTryCompileExec3248412868.dir/src.c.o] Error 1                                                                                                                                                                                                     
make[1]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp'                                                                                                                                                                                   
make[1]: *** [cmTryCompileExec3248412868/fast] Error 2                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                             
Source file was:                                                                                                                                                                                                                                                             
                                                                                                                                                                                                                                                                             
#include                                                                                                                                                                                                                                                            
#include                                                                                                                                                                                                                                                      
int main() {                                                                                                                                                                                                                                                                 
 int fd = open("/dev/null", 0);                                                                                                                                                                                                                                               
 fallocate(fd, FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE, 0, 1024);                                                                                                                                                                                                         
}                                                                                                                                                                                                                                                                             
                                                                                                                                                                                                                                                                             
Determining if the function malloc_usable_size exists failed with the following output:                                                                                                                                                                                       
Change Dir: /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                             
Run Build Command:/usr/bin/make "cmTryCompileExec1014184147/fast"                                                                                                                                                                                                             
make[1]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp'