#201 Le 14/08/2007, à 17:48
- Watchwolf
Re : [E17] Exalt! un network manager
c'est quoi la commande que tu saisit la ? (make/bin/sh) >.<
c'est juste make et il faut faire ./autogen.sh avant.
Hors ligne
#202 Le 14/08/2007, à 17:58
- Boelraty
Re : [E17] Exalt! un network manager
La copie est mauvaise, désolé.
Il manque un retour à la ligne après le make
j'ai bien fait ./autogen.h puis make
j'ai un autre soucis, maintenant quand je reviens à Gnome, network-manager ne marche plus (peut-être pas le problème d'exalt) mais ça me mets un WARNING nma_dbus_init could not acquire its service ...
vous savez d'où ça vient ? et donc j'ai pu l'icône de notification pour me connecter
Hors ligne
#203 Le 14/08/2007, à 18:14
- Watchwolf
Re : [E17] Exalt! un network manager
ca ne vient pas d'exal déjà
autogen.sh ne te renvoie pas d'erreur ? autogen.sh cré le fichier qui te manque a la fin, donc tu doit avoir une erreur.
Dernière modification par Watchwolf (Le 14/08/2007, à 18:15)
Hors ligne
#204 Le 14/08/2007, à 18:20
- Boelraty
Re : [E17] Exalt! un network manager
exact, j'avais pas fait attention
J'ai une erreur Package requirements
ecore, ecore-config et ehal
Bon j'ai plus qu'à retrouver mon network-manager pour tester ça !
Hors ligne
#205 Le 14/08/2007, à 18:27
- Boelraty
Re : [E17] Exalt! un network manager
Je suis passé en éthernet donc à la fin du ./autogen.sh, j'ai :
checking for LIBEXALT... configure: error: Package requirements (
ecore >= 0.9.9.037,
ecore-config >= 0.9.9.038,
ehal >= 0.1.0.002
) were not met:
No package 'ecore' found
No package 'ecore-config' found
No package 'ehal' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBEXALT_CFLAGS
and LIBEXALT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Hors ligne
#206 Le 14/08/2007, à 19:25
- Watchwolf
Re : [E17] Exalt! un network manager
Je suis passé en éthernet donc à la fin du ./autogen.sh, j'ai :
checking for LIBEXALT... configure: error: Package requirements ( ecore >= 0.9.9.037, ecore-config >= 0.9.9.038, ehal >= 0.1.0.002 ) were not met: No package 'ecore' found No package 'ecore-config' found No package 'ehal' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBEXALT_CFLAGS and LIBEXALT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
il te manque ecore, ecore-config et ehal -present dans e-dbus. Tu a installé e17 comment ?
Sinon petite update de exalt, le module fonctionne a nouveau.
Hors ligne
#207 Le 15/08/2007, à 15:05
- Boelraty
Re : [E17] Exalt! un network manager
j'ai fait un apt-get install e17 emodules0-all
Hors ligne
#208 Le 15/08/2007, à 17:49
- Watchwolf
Re : [E17] Exalt! un network manager
je ne croit pas que e-dbus soit dans les dépots
Hors ligne
#209 Le 15/08/2007, à 17:56
- Boelraty
Re : [E17] Exalt! un network manager
tu me conseilles d'installer E17 sans les dépots ?
Hors ligne
#210 Le 15/08/2007, à 18:01
- Watchwolf
Re : [E17] Exalt! un network manager
non tu peut utiliser le dépot, je viens de voir avec Lutin. Il faut que tu install libedbus ainsi que tous les *-dev.
ecore-dev, libedbus-dev ...
Je ne connait pas vraiment les noms
Hors ligne
#211 Le 15/08/2007, à 18:13
- Boelraty
Re : [E17] Exalt! un network manager
ok merci beaucoup, je vais tester ça de suite !
Hors ligne
#212 Le 15/08/2007, à 19:50
- Boelraty
Re : [E17] Exalt! un network manager
J'ai passé l'étape du ./autogen
mais maintenant le make bloque :
In file included from libexalt.h:25,
from libexalt.c:2:
/usr/include/linux/ethtool.h:18: error: expected specifier-qualifier-list before '__u32'
/usr/include/linux/ethtool.h:35: error: expected specifier-qualifier-list before '__u32'
/usr/include/linux/ethtool.h:52: error: expected specifier-qualifier-list before '__u32'
/usr/include/linux/ethtool.h:60: error: expected specifier-qualifier-list before '__u32'
/usr/include/linux/ethtool.h:66: error: expected specifier-qualifier-list before '__u32'
/usr/include/linux/ethtool.h:74: error: expected specifier-qualifier-list before '__u32'
/usr/include/linux/ethtool.h:83: error: expected specifier-qualifier-list before '__u32'
/usr/include/linux/ethtool.h:179: error: expected specifier-qualifier-list before '__u32'
/usr/include/linux/ethtool.h:201: error: expected specifier-qualifier-list before '__u32'
/usr/include/linux/ethtool.h:226: error: expected specifier-qualifier-list before '__u32'
/usr/include/linux/ethtool.h:239: error: expected specifier-qualifier-list before '__u32'
/usr/include/linux/ethtool.h:248: error: expected specifier-qualifier-list before '__u32'
/usr/include/linux/ethtool.h:254: error: expected specifier-qualifier-list before '__u32'
libexalt.c: In function 'str_remove':
libexalt.c:130: warning: initialization discards qualifiers from pointer target type
make[2]: *** [libexalt.lo] Erreur 1
make[2]: quittant le répertoire « /home/boelraty/trunk/libexalt/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/boelraty/trunk/libexalt »
make: *** [all] Erreur 2
Hors ligne
#213 Le 16/08/2007, à 09:23
- Watchwolf
Re : [E17] Exalt! un network manager
J'ai passé l'étape du ./autogen
mais maintenant le make bloque :
In file included from libexalt.h:25, from libexalt.c:2: /usr/include/linux/ethtool.h:18: error: expected specifier-qualifier-list before '__u32' /usr/include/linux/ethtool.h:35: error: expected specifier-qualifier-list before '__u32' /usr/include/linux/ethtool.h:52: error: expected specifier-qualifier-list before '__u32' /usr/include/linux/ethtool.h:60: error: expected specifier-qualifier-list before '__u32' /usr/include/linux/ethtool.h:66: error: expected specifier-qualifier-list before '__u32' /usr/include/linux/ethtool.h:74: error: expected specifier-qualifier-list before '__u32' /usr/include/linux/ethtool.h:83: error: expected specifier-qualifier-list before '__u32' /usr/include/linux/ethtool.h:179: error: expected specifier-qualifier-list before '__u32' /usr/include/linux/ethtool.h:201: error: expected specifier-qualifier-list before '__u32' /usr/include/linux/ethtool.h:226: error: expected specifier-qualifier-list before '__u32' /usr/include/linux/ethtool.h:239: error: expected specifier-qualifier-list before '__u32' /usr/include/linux/ethtool.h:248: error: expected specifier-qualifier-list before '__u32' /usr/include/linux/ethtool.h:254: error: expected specifier-qualifier-list before '__u32' libexalt.c: In function 'str_remove': libexalt.c:130: warning: initialization discards qualifiers from pointer target type make[2]: *** [libexalt.lo] Erreur 1 make[2]: quittant le répertoire « /home/boelraty/trunk/libexalt/src » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /home/boelraty/trunk/libexalt » make: *** [all] Erreur 2
Tu as la dernière version du noyau disponible ?
Hors ligne
#214 Le 16/08/2007, à 09:30
- Boelraty
Re : [E17] Exalt! un network manager
j'ai cette version : 2.6.20-16-generic
(désolé de poser autant de problèmes )
Hors ligne
#215 Le 16/08/2007, à 10:13
- Watchwolf
Re : [E17] Exalt! un network manager
J'ai mis le svn a jour avec peut être la solution à ton problème.
Hors ligne
#216 Le 16/08/2007, à 10:50
- Boelraty
Re : [E17] Exalt! un network manager
malheuresement, ça n'a rien changé
Hors ligne
#217 Le 16/08/2007, à 11:22
- Watchwolf
Re : [E17] Exalt! un network manager
Tu peut me dire ce que tu as à la ligne 18 du fichier /usr/include/linux/ethtool.h ?
Hors ligne
#218 Le 16/08/2007, à 11:33
- Boelraty
Re : [E17] Exalt! un network manager
voici une partie de mon ethtool.h
#ifndef _LINUX_ETHTOOL_H
#define _LINUX_ETHTOOL_H
/* This should work for both 32 and 64 bit userland. */
struct ethtool_cmd {
__u32 cmd; <--ligne 18
__u32 supported; /* Features this interface supports */
__u32 advertising; /* Features this interface advertises */
__u16 speed; /* The forced speed, 10Mb, 100Mb, gigabit */
__u8 duplex; /* Duplex, half or full */
__u8 port; /* Which connector port */
__u8 phy_address;
__u8 transceiver; /* Which transceiver to use */
__u8 autoneg; /* Enable or disable autonegotiation */
__u32 maxtxpkt; /* Tx pkts before generating tx int */
__u32 maxrxpkt; /* Rx pkts before generating rx int */
__u32 reserved[4];
};
Dernière modification par Boelraty (Le 16/08/2007, à 11:34)
Hors ligne
#219 Le 16/08/2007, à 11:37
- Watchwolf
Re : [E17] Exalt! un network manager
solution trouvée, il s'agit d'un petit bug dans ta version du kernel
Exalt est a jour.
Dernière modification par Watchwolf (Le 16/08/2007, à 11:39)
Hors ligne
#220 Le 16/08/2007, à 13:15
- Boelraty
Re : [E17] Exalt! un network manager
ok j'ai évolué, mais :
exalt_ethernet.c: In function 'exalt_eth_init':
exalt_ethernet.c:70: error: 'Exalt_Ethernets' has no member named 'exe'
exalt_ethernet.c:71: error: 'Exalt_Ethernets' has no member named 'exe'
exalt_ethernet.c:72: error: 'Exalt_Ethernets' has no member named 'exe'
exalt_ethernet.c: In function 'exalt_eth_ethernets_free':
exalt_ethernet.c:173: warning: implicit declaration of function 'EXALT_FREE_EXE'
exalt_ethernet.c:173: error: 'Exalt_Ethernets' has no member named 'exe'
exalt_ethernet.c:174: error: expected ';' before 'EXALT_FREE_EXE'
make[2]: *** [exalt_ethernet.lo] Erreur 1
make[2]: quittant le répertoire « /home/boelraty/trunk/exalt/trunk/libexalt/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/boelraty/trunk/exalt/trunk/libexalt »
make: *** [all] Erreur 2
je suis vraiment un emmerdeur
Hors ligne
#221 Le 16/08/2007, à 15:57
- pourunmondesansgourou
Re : [E17] Exalt! un network manager
Même erreur sur mon système.
Environnement Enlightenment sur Ubuntu : https://github.com/batden
Hors ligne
#222 Le 16/08/2007, à 18:00
- Watchwolf
Re : [E17] Exalt! un network manager
Même erreur sur mon système.
arf j'était en train de faire des modifs quand j'ai mis à jour pour régler le probleme de nettool
Je répare ca
edit --
voila c'est fait.
Dernière modification par Watchwolf (Le 16/08/2007, à 18:16)
Hors ligne
#223 Le 16/08/2007, à 19:34
- Boelraty
Re : [E17] Exalt! un network manager
merci, j'y ai presque cru :d
en faisant le dernier make, j'ai plein d'erreurs :
e_mod_main.c:4:15: error: e.h: No such file or directory
In file included from e_mod_main.c:6:
e_mod_main.h:7: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'e_modapi'
e_mod_main.h:9: error: expected ')' before '*' token
e_mod_main.h:10: error: expected ')' before '*' token
e_mod_main.h:11: error: expected ')' before '*' token
e_mod_main.h:12: error: expected ')' before '*' token
In file included from e_mod_main.c:7:
e_mod_types.h:8: error: expected specifier-qualifier-list before 'E_Gadcon_Client'
e_mod_types.h:18: error: expected specifier-qualifier-list before 'E_Module'
e_mod_main.c:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
...
e_mod_main.c:490: error: expected ')' before '*' token
e_mod_main.c:497: error: expected ')' before '*' token
make[2]: *** [e_mod_main.lo] Erreur 1
make[2]: quittant le répertoire « /home/boelraty/trunk/exalt_module »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/boelraty/trunk/exalt_module »
make: *** [all] Erreur 2
J'espère que c'est la dernière
En tout cas merci pour l'aide jusqu'ici !
Hors ligne
#224 Le 16/08/2007, à 19:46
- Watchwolf
Re : [E17] Exalt! un network manager
il te manque une librairie. Quelque chose comme e-dev.
Hors ligne
#225 Le 17/08/2007, à 05:42
- pourunmondesansgourou
Re : [E17] Exalt! un network manager
Tout compile OK pour moi.
Environnement Enlightenment sur Ubuntu : https://github.com/batden
Hors ligne