Git Product home page Git Product logo

fw4spl's People

Contributors

3vmartinet avatar aancel avatar acharnoz avatar arudnik avatar aschillinger avatar bfahrer avatar clementtroesch avatar dasagayaradjou avatar dweckmann avatar edouard-mangel avatar emiliehar avatar farid67 avatar fbridault avatar fredchamp avatar gkevin avatar greenjava avatar johanmoreau avatar jweinzorn avatar laugof avatar loic-ps avatar luisjomen2a avatar nicph avatar pamplemoussemr avatar plmonnier avatar robzz avatar schweitzer avatar slaamrani avatar thibautschmitt avatar vincentagnus avatar vlad-mh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fw4spl's Issues

debug fw4spl project

hi ,i cmake fw4spl with ninja ,the compiler is vs2015 c++ x64, compile fw4spl code is ok,, so i want debug the fw4spl with vs2015 , but fw4spl cmake no vs2015 sln file ,please help me , how to generator vs2015 sln file ,when cmake fw4spl with ninja.

thank you

Failed to query outdated pool transaction: NodeErrorCategory:3, Network error

I compiled my crypto coin by using the command

make then
I started the daemon ./mycoind , daemon started successfuly

after that i created wallet by using

./simplewallet from build/release/src at that time i got this error

please give me the solution

2018-Jul-20 15:25:32.440572 INFO Retry in 5 seconds...
2018-Jul-20 15:25:37.441061 INFO Removing outdated pool transactions...
2018-Jul-20 15:25:37.441529 DEBUG Pool union size 0, intersection size 0
2018-Jul-20 15:25:37.442607 ERROR Failed to query outdated pool transaction: NodeErrorCategory:3, Network error

Some confuses

Running in Debian 8.7
According to the document, succeed in compiling the deps.
But when it comes to the Dev-compile process,

 1.terminater shows:
        docxu@debian:~/Dev/Install/Debug$ ninja 
         [19/22] Automatic MOC for target ioPacs
# I am confusee that why it's not [22/22]   

2. Not the same as compiling the deps, the document  says:cmake  in Dev/Build/Debug, But nothing was built in Dev/Build/Debug, like everything goes to Dev/Install/Debug. So, I ninjia in  Dev/Install/Debug.
# Is there anything wrong?

3.Can you upload some videos about Tuto ,usage or something like research progress?

I am soooooooooooooooooooooooooo sorry about my poor English. Still hope fw4spl turn out in debain-med.

Thank you all for the big work:)

Makefile:149: recipe for target 'all' failed

-- Installing: /home/sk/Deps/Install/Debug/lib/libboost_wave.so.1.61.0
-- Installing: /home/sk/Deps/Install/Debug/lib/libboost_wserialization.so
-- Installing: /home/sk/Deps/Install/Debug/lib/libboost_wserialization.so.1.61.0
[ 62%] Completed 'boost'
[ 62%] Built target boost
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2

I am using Ubuntu and I am compiling the FW4SPL dependencies using the terminal with the command make -j4. Then this error occurred, what could be the problem?

Makefile:151: recipe for target 'all' failed (Deepin)

[ 1%] Built target glad
[ 2%] Built target media-playback
[ 22%] Built target libobs
[ 23%] Built target file-updater
[ 23%] Built target obs-frontend-api
[ 26%] Built target obs-scripting
[ 27%] Built target _obspython
[ 28%] Built target obslua
[ 31%] Built target libobs-opengl
[ 34%] Built target linux-capture
[ 35%] Built target linux-pulseaudio
[ 36%] Built target linux-v4l2
[ 37%] Built target linux-jack
[ 38%] Built target linux-alsa
[ 42%] Built target linux-decklink
[ 43%] Built target vlc-video
[ 44%] Built target image-source
[ 45%] Built target obs-x264
[ 46%] Built target obs-libfdk
[ 48%] Built target obs-ffmpeg
[ 49%] Built target obs-ffmpeg-mux
[ 50%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/rtmp.c.o
In file included from /opt/obs-studio/plugins/obs-outputs/librtmp/rtmp_sys.h:85:0,
from /opt/obs-studio/plugins/obs-outputs/librtmp/rtmp.c:32:
/usr/include/mbedtls/net.h:29:2: warning: #warning "Deprecated header file: Superseded by mbedtls/net_sockets.h" [-Wcpp]
#warning "Deprecated header file: Superseded by mbedtls/net_sockets.h"
^~~~~~~
In file included from /opt/obs-studio/plugins/obs-outputs/librtmp/handshake.h:107:0,
from /opt/obs-studio/plugins/obs-outputs/librtmp/rtmp.c:179:
/opt/obs-studio/plugins/obs-outputs/librtmp/dh.h: In function ‘DHComputeSharedSecretKey’:
/opt/obs-studio/plugins/obs-outputs/librtmp/dh.h:360:12: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
size_t len;
^~~
In file included from /opt/obs-studio/plugins/obs-outputs/librtmp/rtmp.c:179:0:
/opt/obs-studio/plugins/obs-outputs/librtmp/handshake.h: In function ‘HMACsha256’:
/opt/obs-studio/plugins/obs-outputs/librtmp/handshake.h:311:18: warning: variable ‘digestLen’ set but not used [-Wunused-but-set-variable]
unsigned int digestLen;
^~~~~~~~~
In file included from /opt/obs-studio/plugins/obs-outputs/librtmp/rtmp.c:32:0:
/opt/obs-studio/plugins/obs-outputs/librtmp/rtmp.c: In function ‘RTMP_TLS_Accept’:
/opt/obs-studio/plugins/obs-outputs/librtmp/rtmp_sys.h:140:2: error: implicit declaration of function ‘mbedtls_ssl_conf_dh_param_bin’ [-Werror=implicit-function-declaration]
mbedtls_ssl_conf_dh_param_bin(ctx->conf,
^
/opt/obs-studio/plugins/obs-outputs/librtmp/rtmp.c:1016:5: note: in expansion of macro ‘TLS_server’
TLS_server(srv_ctx, r->m_sb.sb_ssl);
^~~~~~~~~~
cc1: some warnings being treated as errors
plugins/obs-outputs/CMakeFiles/obs-outputs.dir/build.make:662: recipe for target 'plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/rtmp.c.o' failed
make[2]: *** [plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/rtmp.c.o] Error 1
CMakeFiles/Makefile2:1335: recipe for target 'plugins/obs-outputs/CMakeFiles/obs-outputs.dir/all' failed
make[1]: *** [plugins/obs-outputs/CMakeFiles/obs-outputs.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.