zhangshiqiang

Results 12 comments of zhangshiqiang

I use **./etc/install_from_bundle.sh**. But It failed. **See:** ``` /usr/local/bin/clang /usr/local/bin/clang++ >>> Best guess for compatible compilers: clang++ / clang >>> Building IncludeOS ~/IncludeOS/build_x86_64 /home/zsq169608/IncludeOS -- Target CPU x86_64 -- Target...

Thank you! @fwsGonzo @AndreasAakesson install.sh doesn't work. See: ``` $./install.sh >>> Sorry

Yes, `cmake` did succeed using #1804 . See: ``` -- Target CPU x86_64 -- Target triple x86_64-pc-linux-elf -- The C compiler identification is GNU 4.8.5 -- The CXX compiler identification...

I build with clang-6,but `make` failed. See: ``` $make -j20 [ 0%] Performing build step for 'solo5_repo' [ 0%] Performing download step (download, verify and extract) for 'nacl_bin' [ 1%]...

Thank you, You are warm-hearted! I will try again.

It's strange. See: ``` $curl -V curl 7.51.0 (x86_64-pc-linux-gnu) libcurl/7.51.0 OpenSSL/1.0.2k zlib/1.2.7 Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet...

Yeah, It works! I am making now. perhaps It may be succeed. After `cmake` ,using `make -j20` occurs error, see: ``` [ 0%] Performing build step for 'solo5_repo' [ 0%]...

As you said before. I install it successfully. But `to run a service was a bit harder`. See: ``` [ 40%] Built target config_json [100%] Built target service /home/zsq169608/includeos/includeos/bin/vmbuild: error...

My build process is: 1. install `cmake 3.4.3` or higher (clang 6.0 use cmake3.4.3 at least) note: when use `./bootstrap` , append `-- -DCMAKE_USE_OPENSSL=ON` ,like `./bootstrap -- -DCMAKE_USE_OPENSSL=ON` 2. install...

I'm sorry for the late reply. @mywtfmp3 Yes! Python2 is OK. @fwsGonzo I use `/usr/libexec/qemu-kvm --enable-kvm -cpu host -kernel $INCLUDEOS_PREFIX/includeos/chainloader -initrd IncludeOS_example -nographic` to start `demo_service`. But there is a...