Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 17/08/2015, à 08:13

Tameiki

Erreur intallation wiLink 2.4.2 (étape make)

Bonjour à tous !

J'essaie d'installer le logiciel wiLink (logiciel de VoIP spécifique au FAI WiFirst pour passer des appels avec son compte WiFirst), qui existe sous Linux (bien qu'ils ne fournissent aucun support Linux donc "do it yourself"), heureusement le tout est relativement bien expliqué (ci-dessous une partie du README.txt)

The basic procedure for building wiLink from source is:

$ mkdir build
$ cd build
$ cmake ..
$ make

Donc je me suis exécuté mais lors de la dernière commande...

tameiki@Shitai-GT70-2PC:~/Téléchargements/wiLink-2.4.2$ mkdir build
tameiki@Shitai-GT70-2PC:~/Téléchargements/wiLink-2.4.2$ cd build
tameiki@Shitai-GT70-2PC:~/Téléchargements/wiLink-2.4.2/build$ cmake ..
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- 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
-- 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
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake (found suitable version "4.8.6", minimum required is "4.7.4") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- checking for module 'qdjango-db'
--   found qdjango-db, version 0.4.0
-- checking for module 'qxmpp'
--   found qxmpp, version 0.7.6
-- checking for module 'gnome-keyring-1'
--   package 'gnome-keyring-1' not found
-- Found QtMultimediaKit library
-- checking for module 'mad'
--   found mad, version 0.15.0b
-- checking for module 'vorbisfile'
--   found vorbisfile, version 1.3.2
-- checking for module 'libnotify'
--   package 'libnotify' not found
-- Looking for include file X11/extensions/scrnsaver.h
-- Looking for include file X11/extensions/scrnsaver.h - found
-- Found X11 Screen saver library: /usr/lib/x86_64-linux-gnu/libXss.so /usr/lib/x86_64-linux-gnu/libX11.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/tameiki/Téléchargements/wiLink-2.4.2/build
tameiki@Shitai-GT70-2PC:~/Téléchargements/wiLink-2.4.2/build$ make
[  1%] Generating moc_qtlocalpeer.cxx
moc: Cannot open options file specified with @
Usage: moc [options] <header-file>
  -o<file>           write output to file rather than stdout
  -I<dir>            add dir to the include path for header files
  -E                 preprocess only; do not generate meta object code
  -D<macro>[=<def>]  define macro, with optional definition
  -U<macro>          undefine macro
  -i                 do not generate an #include statement
  -p<path>           path prefix for included file
  -f[<file>]         force #include, optional file name
  -nn                do not display notes
  -nw                do not display warnings
  @<file>            read additional options from file
  -v                 display version of moc
make[2]: *** [src/3rdparty/qtsingleapplication/moc_qtlocalpeer.cxx] Erreur 1
make[1]: *** [src/3rdparty/qtsingleapplication/CMakeFiles/qtsingleapplication.dir/all] Erreur 2
make: *** [all] Erreur 2
tameiki@Shitai-GT70-2PC:~/Téléchargements/wiLink-2.4.2/build$ 

Moilà, j'ai pas trop trouvé d'où ça pouvait venir ni comment régler ce truc, si quelqu'un qui s'y connait en make peut m'aider svp, ma spécialité est le réseau... ._.

Merci d'avance big_smile

Dernière modification par Guiguy (Le 17/08/2015, à 09:08)

Hors ligne

#2 Le 17/08/2015, à 10:04

gl38

Re : Erreur intallation wiLink 2.4.2 (étape make)

On peut lire dans ce que tu as envoyé

package 'libnotify' not found

Il faut donc ajouter quelque chose du genre libnotify-dev pour pouvoir aller plus loin.
Cordialement,
Guy

Hors ligne

#3 Le 17/08/2015, à 10:33

Tameiki

Re : Erreur intallation wiLink 2.4.2 (étape make)

Bonjour

Merci de ta réponse

Je suis resté un bon moment avec des personnes sur le chat IRC, et on a installé plein de trucs, mais le pb vient appremment des sources elles-mêmes ou de qt4 et 5, bref j'ai finalement laissé tomber.

Merci quand même smile

Et merci aussi à beaver sur IRC pour son aide et sa patience smile

PS: test de make avec qt5 http://paste.ubuntu-fr-secours.org/src-147640

Dernière modification par Tameiki (Le 17/08/2015, à 10:34)

Hors ligne