f4gkr / PicTalk

Receive, Decode and understand PicSAT messages
14 stars 2 forks source link

zmqserver error #8

Closed F0FYF closed 6 years ago

F0FYF commented 6 years ago

Bonjour Sylvain J'ai l'erreur suivante lors de la compile de PicTalk :

zmqserver.o : Dans la fonction « ZmqServer::run() » : zmqserver.cpp:(.text+0x126) : référence indéfinie vers « zmq_ctx_new » zmqserver.cpp:(.text+0x2a4) : référence indéfinie vers « zmq_ctx_destroy » pythondecoder.o : Dans la fonction « ZmqPython::run() » : pythondecoder.cpp:(.text+0x9f2) : référence indéfinie vers « zmq_ctx_new » collect2: error: ld returned 1 exit status Makefile:839 : la recette pour la cible « bin/pictalk » a échouée make: *** [bin/pictalk] Erreur 1

J'ai bien la dernière version de zmq pourtant .. une idée ? Merci

Jeff - F0FYF

f4gkr commented 6 years ago

Bonsoir,

Est ce que tu as installé la librairie

Sur quelle version de Linux compiles tu ? merci

Le 21 février 2018 à 19:23, F0FYF notifications@github.com a écrit :

Bonjour Sylvain J'ai l'erreur suivante lors de la compile de PicTalk :

zmqserver.o : Dans la fonction « ZmqServer::run() » : zmqserver.cpp:(.text+0x126) : référence indéfinie vers « zmq_ctx_new » zmqserver.cpp:(.text+0x2a4) : référence indéfinie vers « zmq_ctx_destroy » pythondecoder.o : Dans la fonction « ZmqPython::run() » : pythondecoder.cpp:(.text+0x9f2) : référence indéfinie vers « zmq_ctx_new » collect2: error: ld returned 1 exit status Makefile:839 : la recette pour la cible « bin/pictalk » a échouée make: *** [bin/pictalk] Erreur 1

J'ai bien la dernière version de zmq pourtant .. une idée ? Merci

Jeff - F0FYF

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/f4gkr/PicTalk/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/ADwLsWMVyJbtC3gsfm_SZmwUJN9RKWs3ks5tXF8-gaJpZM4SOGvv .

F0FYF commented 6 years ago

Re Libczmq-dev est bien installé et je test sous xubuntu 16.04

J'ai en fait trouvé d'où ça venait .. j'ai mis à jour hidapi ( ma version était la 0.2.2 et il faut la 0.7 au minimum pour avoir la bonne librairie pour zeromq ) car j'avais un warning dessus lors de la compil et finallement, tout est passé et tout fonctionne.

Merci pour tout Jeff - F0FYF

f4gkr commented 6 years ago

Ok merci

Le 21 févr. 2018 20:48, "F0FYF" notifications@github.com a écrit :

Re Libczmq-dev est bien installé et je test sous xubuntu 16.04

J'ai en fait trouvé d'où ça venait .. j'ai mis à jour hidapi ( ma version était la 0.2.2 et il faut la 0.7 au minimum pour avoir la bonne librairie pour zeromq ) car j'avais un warning dessus lors de la compil et finallement, tout est passé et tout fonctionne.

Merci pour tout Jeff - F0FYF

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/f4gkr/PicTalk/issues/8#issuecomment-367448444, or mute the thread https://github.com/notifications/unsubscribe-auth/ADwLsRSTgT_lzmfM_-BlW71L8oaImgxtks5tXHMRgaJpZM4SOGvv .