#51 Le 02/06/2007, à 22:30
- Chaussette
Re : [E17] Exalt! un network manager
bonjour; et merci pour ce soft ,
j' ai quelques soucis à la compilation dont je n' arrive pas à me dépatouiller :
./configure: line 21173: syntax error near unexpected token `LIBEXALT,'
./configure: line 21173: `PKG_CHECK_MODULES(LIBEXALT,'
make: *** [config.status] Error 2
est-ce que cela vient de moi ?
merci
Les clowns se marient en grande pompes
Hors ligne
#52 Le 05/06/2007, à 17:22
- Watchwolf
Re : [E17] Exalt! un network manager
Mise a jour de Exalt
- ajout du support de Gentoo
- reecrire de la manière dont l'application obtient la configuration réseau et la modifie. Avant elle utilisée les commandes ifconfg/iwconfig/route/iwlist, a present elle communique directement avec le noyau ce qui est quand même bien mieux.
- et 2/3 autres bricoles.
J'ai fait beaucoup de modification dans le code, j'attend donc des feedbacks
Dernière modification par Watchwolf (Le 05/06/2007, à 18:15)
Hors ligne
#53 Le 06/06/2007, à 12:37
- pourunmondesansgourou
Re : [E17] Exalt! un network manager
Libexalt ne compile plus sur mon système.
J'ai récupéré les sources aujourd'hui même.
wireless-tools est installé.
uname -r = 2.6.20-16-generic
Feisty à jour
ma carte réseau: RTL-8139/8139C/8139C+
make[2]: Entering directory `/home/zen/exalt/libexalt/src'
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT proc.lo -MD -MP -MF ".deps/proc.Tpo" -c -o proc.lo `test -f 'nettools/proc.c' || echo './'`nettools/proc.c; \
then mv -f ".deps/proc.Tpo" ".deps/proc.Plo"; else rm -f ".deps/proc.Tpo"; exit 1; fi
mkdir .libs
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c nettools/proc.c -fPIC -DPIC -o .libs/proc.o
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c nettools/proc.c -o proc.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT iwlib.lo -MD -MP -MF ".deps/iwlib.Tpo" -c -o iwlib.lo `test -f 'iw/iwlib.c' || echo './'`iw/iwlib.c; \
then mv -f ".deps/iwlib.Tpo" ".deps/iwlib.Plo"; else rm -f ".deps/iwlib.Tpo"; exit 1; fi
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT iwlib.lo -MD -MP -MF .deps/iwlib.Tpo -c iw/iwlib.c -fPIC -DPIC -o .libs/iwlib.o
In file included from iw/iwlib.c:14:
iw/iwlib.h:91:22: error: wireless.h: No such file or directory
In file included from iw/iwlib.c:14:
iw/iwlib.h:175: error: field 'nwid' has incomplete type
iw/iwlib.h:180: error: 'IW_ENCODING_TOKEN_MAX' undeclared here (not in a function)
iw/iwlib.h:185: error: 'IW_ESSID_MAX_SIZE' undeclared here (not in a function)
iw/iwlib.h:197: error: field 'sens' has incomplete type
iw/iwlib.h:203: error: field 'bitrate' has incomplete type
iw/iwlib.h:205: error: field 'rts' has incomplete type
iw/iwlib.h:207: error: field 'frag' has incomplete type
iw/iwlib.h:209: error: field 'power' has incomplete type
iw/iwlib.h:211: error: field 'txpower' has incomplete type
iw/iwlib.h:213: error: field 'retry' has incomplete type
iw/iwlib.h:216: error: field 'stats' has incomplete type
iw/iwlib.h:218: error: field 'range' has incomplete type
iw/iwlib.h:245: error: field 'stats' has incomplete type
(...)
locate wireless.h =
/usr/src/linux-headers-2.6.20-16-generic/include/linux/wireless.h
/usr/src/linux-headers-2.6.20-16-generic/include/config/usb/serial/sierrawireless.h
/usr/src/linux-headers-2.6.20-16-generic/include/config/net/wireless.h
/usr/src/linux-headers-2.6.20-16/include/linux/wireless.h
/usr/src/linux-headers-2.6.20-16/ubuntu/include/net/wireless.h
/usr/include/linux/wireless.h
Pas d'erreur dans config.log
Dernière modification par pourunmondesansgourou (Le 06/06/2007, à 12:52)
Environnement Enlightenment sur Ubuntu : https://github.com/batden
Hors ligne
#54 Le 06/06/2007, à 19:56
- fredr
Re : [E17] Exalt! un network manager
meme erreur....
Fana du distro hopping, actuellement sur Ubuntu 24.04 ...
L'optimiste pense que nous vivons dans le meilleur des mondes. Et le pessimiste craint que ce ne soit exact.
Hors ligne
#55 Le 06/06/2007, à 21:08
- Watchwolf
Re : [E17] Exalt! un network manager
arf c'est propre a débian apperemment. Dans mon cas j'ai "/usr/include/wireless.h"
L'un de vous pourrez modifier la ligne 14 de src/iw/iwlib.c et mettre
#include <linux/wireless.h> et voir si ca compile ? Si c'est ca je reporterait les modifications qui vont bien.
Dernière modification par Watchwolf (Le 06/06/2007, à 21:09)
Hors ligne
#56 Le 06/06/2007, à 21:34
- fredr
Re : [E17] Exalt! un network manager
J'ai essayé, meme erreur...
Fana du distro hopping, actuellement sur Ubuntu 24.04 ...
L'optimiste pense que nous vivons dans le meilleur des mondes. Et le pessimiste craint que ce ne soit exact.
Hors ligne
#57 Le 06/06/2007, à 21:42
- fredr
Re : [E17] Exalt! un network manager
Ca compile en modifiant la ligne 91 du fichier src/iw/iwlib.h
Fred
EDIT, un petit sudo ldconfig et exalt fonctionne sans probleme...
Dernière modification par fredr (Le 06/06/2007, à 21:58)
Fana du distro hopping, actuellement sur Ubuntu 24.04 ...
L'optimiste pense que nous vivons dans le meilleur des mondes. Et le pessimiste craint que ce ne soit exact.
Hors ligne
#58 Le 06/06/2007, à 22:35
- Watchwolf
Re : [E17] Exalt! un network manager
Je pense aoir corrigé le probleme sur le cvs.
Hors ligne
#59 Le 07/06/2007, à 03:25
- pourunmondesansgourou
Re : [E17] Exalt! un network manager
Hélas, toujours des soucis avec libexalt:
make[2]: Entering directory `/home/zen/exalt/libexalt/src'
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT proc.lo -MD -MP -MF ".deps/proc.Tpo" -c -o proc.lo `test -f 'nettools/proc.c' || echo './'`nettools/proc.c; \
then mv -f ".deps/proc.Tpo" ".deps/proc.Plo"; else rm -f ".deps/proc.Tpo"; exit 1; fi
mkdir .libs
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c nettools/proc.c -fPIC -DPIC -o .libs/proc.o
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c nettools/proc.c -o proc.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT iwlib.lo -MD -MP -MF ".deps/iwlib.Tpo" -c -o iwlib.lo `test -f 'iw/iwlib.c' || echo './'`iw/iwlib.c; \
then mv -f ".deps/iwlib.Tpo" ".deps/iwlib.Plo"; else rm -f ".deps/iwlib.Tpo"; exit 1; fi
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT iwlib.lo -MD -MP -MF .deps/iwlib.Tpo -c iw/iwlib.c -fPIC -DPIC -o .libs/iwlib.o
In file included from iw/wireless.h:76,
from iw/iwlib.h:91,
from iw/iwlib.c:14:
/usr/include/linux/if.h:119: error: redefinition of 'struct ifmap'
/usr/include/linux/if.h:155: error: redefinition of 'struct ifreq'
/usr/include/linux/if.h:205: error: redefinition of 'struct ifconf'
iw/iwlib.c: In function 'iw_print_stats':
iw/iwlib.c:1346: error: 'IW_QUAL_DBM' undeclared (first use in this function)
iw/iwlib.c:1346: error: (Each undeclared identifier is reported only once
iw/iwlib.c:1346: error: for each function it appears in.)
iw/iwlib.c: At top level:
iw/iwlib.c:2375: error: 'SIOCSIWMLME' undeclared here (not in a function)
iw/iwlib.c:2375: error: array index in initializer not of integer type
iw/iwlib.c:2375: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2378: error: invalid application of 'sizeof' to incomplete type 'struct iw_mlme'
iw/iwlib.c:2379: error: invalid application of 'sizeof' to incomplete type 'struct iw_mlme'
iw/iwlib.c:2392: error: invalid application of 'sizeof' to incomplete type 'struct iw_scan_req'
iw/iwlib.c:2470: error: 'SIOCSIWGENIE' undeclared here (not in a function)
iw/iwlib.c:2470: error: array index in initializer not of integer type
iw/iwlib.c:2470: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2473: error: 'IW_GENERIC_IE_MAX' undeclared here (not in a function)
iw/iwlib.c:2475: error: 'SIOCGIWGENIE' undeclared here (not in a function)
iw/iwlib.c:2475: error: array index in initializer not of integer type
iw/iwlib.c:2475: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2480: error: 'SIOCSIWAUTH' undeclared here (not in a function)
iw/iwlib.c:2480: error: array index in initializer not of integer type
iw/iwlib.c:2480: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2483: error: 'SIOCGIWAUTH' undeclared here (not in a function)
iw/iwlib.c:2483: error: array index in initializer not of integer type
iw/iwlib.c:2483: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2486: error: 'SIOCSIWENCODEEXT' undeclared here (not in a function)
iw/iwlib.c:2486: error: array index in initializer not of integer type
iw/iwlib.c:2486: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2489: error: invalid application of 'sizeof' to incomplete type 'struct iw_encode_ext'
iw/iwlib.c:2490: error: invalid application of 'sizeof' to incomplete type 'struct iw_encode_ext'
iw/iwlib.c:2493: error: 'SIOCGIWENCODEEXT' undeclared here (not in a function)
iw/iwlib.c:2493: error: array index in initializer not of integer type
iw/iwlib.c:2493: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2496: error: invalid application of 'sizeof' to incomplete type 'struct iw_encode_ext'
iw/iwlib.c:2497: error: invalid application of 'sizeof' to incomplete type 'struct iw_encode_ext'
iw/iwlib.c:2500: error: 'SIOCSIWPMKSA' undeclared here (not in a function)
iw/iwlib.c:2500: error: array index in initializer not of integer type
iw/iwlib.c:2500: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2503: error: invalid application of 'sizeof' to incomplete type 'struct iw_pmksa'
iw/iwlib.c:2504: error: invalid application of 'sizeof' to incomplete type 'struct iw_pmksa'
iw/iwlib.c:2532: error: 'IWEVGENIE' undeclared here (not in a function)
iw/iwlib.c:2532: error: array index in initializer not of integer type
iw/iwlib.c:2532: error: (near initialization for 'standard_event_descr')
iw/iwlib.c:2535: error: initializer element is not constant
iw/iwlib.c:2535: error: (near initialization for 'standard_event_descr[5].max_tokens')
iw/iwlib.c:2537: error: 'IWEVMICHAELMICFAILURE' undeclared here (not in a function)
iw/iwlib.c:2537: error: array index in initializer not of integer type
iw/iwlib.c:2537: error: (near initialization for 'standard_event_descr')
iw/iwlib.c:2540: error: invalid application of 'sizeof' to incomplete type 'struct iw_michaelmicfailure'
iw/iwlib.c:2542: error: 'IWEVASSOCREQIE' undeclared here (not in a function)
iw/iwlib.c:2542: error: array index in initializer not of integer type
iw/iwlib.c:2542: error: (near initialization for 'standard_event_descr')
iw/iwlib.c:2545: error: initializer element is not constant
iw/iwlib.c:2545: error: (near initialization for 'standard_event_descr[7].max_tokens')
iw/iwlib.c:2547: error: 'IWEVASSOCRESPIE' undeclared here (not in a function)
iw/iwlib.c:2547: error: array index in initializer not of integer type
iw/iwlib.c:2547: error: (near initialization for 'standard_event_descr')
iw/iwlib.c:2550: error: initializer element is not constant
iw/iwlib.c:2550: error: (near initialization for 'standard_event_descr[8].max_tokens')
iw/iwlib.c:2552: error: 'IWEVPMKIDCAND' undeclared here (not in a function)
iw/iwlib.c:2552: error: array index in initializer not of integer type
iw/iwlib.c:2552: error: (near initialization for 'standard_event_descr')
iw/iwlib.c:2555: error: invalid application of 'sizeof' to incomplete type 'struct iw_pmkid_cand'
iw/iwlib.c: In function 'iw_extract_event_stream':
iw/iwlib.c:2654: error: 'IW_EV_POINT_OFF' undeclared (first use in this function)
iw/iwlib.c:2654: warning: assignment makes integer from pointer without a cast
iw/iwlib.c:2685: error: invalid operands to binary +
iw/iwlib.c:2686: warning: passing argument 1 of 'memcpy' discards qualifiers from pointer target type
iw/iwlib.c: In function 'iw_process_scan':
iw/iwlib.c:2916: warning: pointer targets in assignment differ in signedness
make[2]: *** [iwlib.lo] Error 1
make[2]: Leaving directory `/home/zen/exalt/libexalt/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zen/exalt/libexalt'
make: *** [all] Error 2
Environnement Enlightenment sur Ubuntu : https://github.com/batden
Hors ligne
#60 Le 07/06/2007, à 06:52
- fredr
Re : [E17] Exalt! un network manager
J'ai retesté, même problème... Et même soluce: include <linux/wireless.h>
Fred
Fana du distro hopping, actuellement sur Ubuntu 24.04 ...
L'optimiste pense que nous vivons dans le meilleur des mondes. Et le pessimiste craint que ce ne soit exact.
Hors ligne
#61 Le 07/06/2007, à 07:56
- Watchwolf
Re : [E17] Exalt! un network manager
bon a present ce devrait etre bon >.<
Hors ligne
#62 Le 07/06/2007, à 11:18
- pourunmondesansgourou
Re : [E17] Exalt! un network manager
Toujours pas...
make[2]: Entering directory `/home/zen/exalt/libexalt/src'
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT proc.lo -MD -MP -MF ".deps/proc.Tpo" -c -o proc.lo `test -f 'nettools/proc.c' || echo './'`nettools/proc.c; \
then mv -f ".deps/proc.Tpo" ".deps/proc.Plo"; else rm -f ".deps/proc.Tpo"; exit 1; fi
mkdir .libs
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c nettools/proc.c -fPIC -DPIC -o .libs/proc.o
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c nettools/proc.c -o proc.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT iwlib.lo -MD -MP -MF ".deps/iwlib.Tpo" -c -o iwlib.lo `test -f 'iw/iwlib.c' || echo './'`iw/iwlib.c; \
then mv -f ".deps/iwlib.Tpo" ".deps/iwlib.Plo"; else rm -f ".deps/iwlib.Tpo"; exit 1; fi
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -I/usr/local/include -Iiw/ -Inettools/ -g -O2 -MT iwlib.lo -MD -MP -MF .deps/iwlib.Tpo -c iw/iwlib.c -fPIC -DPIC -o .libs/iwlib.o
In file included from iw/wireless.h:76,
from iw/iwlib.h:94,
from iw/iwlib.c:14:
/usr/include/linux/if.h:119: error: redefinition of 'struct ifmap'
/usr/include/linux/if.h:155: error: redefinition of 'struct ifreq'
/usr/include/linux/if.h:205: error: redefinition of 'struct ifconf'
iw/iwlib.c: In function 'iw_print_stats':
iw/iwlib.c:1346: error: 'IW_QUAL_DBM' undeclared (first use in this function)
iw/iwlib.c:1346: error: (Each undeclared identifier is reported only once
iw/iwlib.c:1346: error: for each function it appears in.)
iw/iwlib.c: At top level:
iw/iwlib.c:2375: error: 'SIOCSIWMLME' undeclared here (not in a function)
iw/iwlib.c:2375: error: array index in initializer not of integer type
iw/iwlib.c:2375: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2378: error: invalid application of 'sizeof' to incomplete type 'struct iw_mlme'
iw/iwlib.c:2379: error: invalid application of 'sizeof' to incomplete type 'struct iw_mlme'
iw/iwlib.c:2392: error: invalid application of 'sizeof' to incomplete type 'struct iw_scan_req'
iw/iwlib.c:2470: error: 'SIOCSIWGENIE' undeclared here (not in a function)
iw/iwlib.c:2470: error: array index in initializer not of integer type
iw/iwlib.c:2470: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2473: error: 'IW_GENERIC_IE_MAX' undeclared here (not in a function)
iw/iwlib.c:2475: error: 'SIOCGIWGENIE' undeclared here (not in a function)
iw/iwlib.c:2475: error: array index in initializer not of integer type
iw/iwlib.c:2475: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2480: error: 'SIOCSIWAUTH' undeclared here (not in a function)
iw/iwlib.c:2480: error: array index in initializer not of integer type
iw/iwlib.c:2480: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2483: error: 'SIOCGIWAUTH' undeclared here (not in a function)
iw/iwlib.c:2483: error: array index in initializer not of integer type
iw/iwlib.c:2483: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2486: error: 'SIOCSIWENCODEEXT' undeclared here (not in a function)
iw/iwlib.c:2486: error: array index in initializer not of integer type
iw/iwlib.c:2486: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2489: error: invalid application of 'sizeof' to incomplete type 'struct iw_encode_ext'
iw/iwlib.c:2490: error: invalid application of 'sizeof' to incomplete type 'struct iw_encode_ext'
iw/iwlib.c:2493: error: 'SIOCGIWENCODEEXT' undeclared here (not in a function)
iw/iwlib.c:2493: error: array index in initializer not of integer type
iw/iwlib.c:2493: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2496: error: invalid application of 'sizeof' to incomplete type 'struct iw_encode_ext'
iw/iwlib.c:2497: error: invalid application of 'sizeof' to incomplete type 'struct iw_encode_ext'
iw/iwlib.c:2500: error: 'SIOCSIWPMKSA' undeclared here (not in a function)
iw/iwlib.c:2500: error: array index in initializer not of integer type
iw/iwlib.c:2500: error: (near initialization for 'standard_ioctl_descr')
iw/iwlib.c:2503: error: invalid application of 'sizeof' to incomplete type 'struct iw_pmksa'
iw/iwlib.c:2504: error: invalid application of 'sizeof' to incomplete type 'struct iw_pmksa'
iw/iwlib.c:2532: error: 'IWEVGENIE' undeclared here (not in a function)
iw/iwlib.c:2532: error: array index in initializer not of integer type
iw/iwlib.c:2532: error: (near initialization for 'standard_event_descr')
iw/iwlib.c:2535: error: initializer element is not constant
iw/iwlib.c:2535: error: (near initialization for 'standard_event_descr[5].max_tokens')
iw/iwlib.c:2537: error: 'IWEVMICHAELMICFAILURE' undeclared here (not in a function)
iw/iwlib.c:2537: error: array index in initializer not of integer type
iw/iwlib.c:2537: error: (near initialization for 'standard_event_descr')
iw/iwlib.c:2540: error: invalid application of 'sizeof' to incomplete type 'struct iw_michaelmicfailure'
iw/iwlib.c:2542: error: 'IWEVASSOCREQIE' undeclared here (not in a function)
iw/iwlib.c:2542: error: array index in initializer not of integer type
iw/iwlib.c:2542: error: (near initialization for 'standard_event_descr')
iw/iwlib.c:2545: error: initializer element is not constant
iw/iwlib.c:2545: error: (near initialization for 'standard_event_descr[7].max_tokens')
iw/iwlib.c:2547: error: 'IWEVASSOCRESPIE' undeclared here (not in a function)
iw/iwlib.c:2547: error: array index in initializer not of integer type
iw/iwlib.c:2547: error: (near initialization for 'standard_event_descr')
iw/iwlib.c:2550: error: initializer element is not constant
iw/iwlib.c:2550: error: (near initialization for 'standard_event_descr[8].max_tokens')
iw/iwlib.c:2552: error: 'IWEVPMKIDCAND' undeclared here (not in a function)
iw/iwlib.c:2552: error: array index in initializer not of integer type
iw/iwlib.c:2552: error: (near initialization for 'standard_event_descr')
iw/iwlib.c:2555: error: invalid application of 'sizeof' to incomplete type 'struct iw_pmkid_cand'
iw/iwlib.c: In function 'iw_extract_event_stream':
iw/iwlib.c:2654: error: 'IW_EV_POINT_OFF' undeclared (first use in this function)
iw/iwlib.c:2654: warning: assignment makes integer from pointer without a cast
iw/iwlib.c:2685: error: invalid operands to binary +
iw/iwlib.c:2686: warning: passing argument 1 of 'memcpy' discards qualifiers from pointer target type
iw/iwlib.c: In function 'iw_process_scan':
iw/iwlib.c:2916: warning: pointer targets in assignment differ in signedness
make[2]: *** [iwlib.lo] Error 1
make[2]: Leaving directory `/home/zen/exalt/libexalt/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zen/exalt/libexalt'
make: *** [all] Error 2
Ne te décourage pas !
Reste
Environnement Enlightenment sur Ubuntu : https://github.com/batden
Hors ligne
#63 Le 07/06/2007, à 13:49
- fredr
Re : [E17] Exalt! un network manager
Salut,
Ta version du cvs ne compile pas, mais si je remplace ton wireless.h par celui de mon linux/wireless.h ca compile sasn modifier tes codes....
Je te poste le fichier wireless.h qui me permet de compiler ici: http://www.karinerouling.net/wireless.h
Fred
Edit: pour info mon noyau est le 2.6.20-16 generic smp
Dernière modification par fredr (Le 07/06/2007, à 13:51)
Fana du distro hopping, actuellement sur Ubuntu 24.04 ...
L'optimiste pense que nous vivons dans le meilleur des mondes. Et le pessimiste craint que ce ne soit exact.
Hors ligne
#64 Le 07/06/2007, à 15:52
- Watchwolf
Re : [E17] Exalt! un network manager
cvs a jour avec votre fichier.
Pour ma part votre fichier fonctionne impec sous Gentoo.
Hors ligne
#65 Le 07/06/2007, à 19:33
- pourunmondesansgourou
Re : [E17] Exalt! un network manager
Sous Feisty, libexalt compile mais pas exalt:
make[2]: Entering directory `/home/zen/exalt/exalt/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -g -D_GNU_SOURCE -I/usr/local/include -I/usr/local/include/etk -I/usr/local/include/exalt -g -O2 -MT exalt.o -MD -MP -MF ".deps/exalt.Tpo" -c -o exalt.o exalt.c; \
then mv -f ".deps/exalt.Tpo" ".deps/exalt.Po"; else rm -f ".deps/exalt.Tpo"; exit 1; fi
In file included from /usr/local/include/exalt/exalt_wifi.h:32,
from /usr/local/include/exalt/exalt_ethernet.h:8,
from /usr/local/include/exalt/libexalt.h:11,
from exalt.h:7,
from exalt.c:2:
/usr/local/include/exalt/iwlib.h:91:22: error: wireless.h: No such file or directory
In file included from /usr/local/include/exalt/exalt_wifi.h:32,
from /usr/local/include/exalt/exalt_ethernet.h:8,
from /usr/local/include/exalt/libexalt.h:11,
from exalt.h:7,
from exalt.c:2:
/usr/local/include/exalt/iwlib.h:175: error: field ‘nwid’ has incomplete type
/usr/local/include/exalt/iwlib.h:180: error: ‘IW_ENCODING_TOKEN_MAX’ undeclared here (not in a function)
/usr/local/include/exalt/iwlib.h:185: error: ‘IW_ESSID_MAX_SIZE’ undeclared here (not in a function)
/usr/local/include/exalt/iwlib.h:197: error: field ‘sens’ has incomplete type
/usr/local/include/exalt/iwlib.h:203: error: field ‘bitrate’ has incomplete type
/usr/local/include/exalt/iwlib.h:205: error: field ‘rts’ has incomplete type
/usr/local/include/exalt/iwlib.h:207: error: field ‘frag’ has incomplete type
/usr/local/include/exalt/iwlib.h:209: error: field ‘power’ has incomplete type
/usr/local/include/exalt/iwlib.h:211: error: field ‘txpower’ has incomplete type
/usr/local/include/exalt/iwlib.h:213: error: field ‘retry’ has incomplete type
/usr/local/include/exalt/iwlib.h:216: error: field ‘stats’ has incomplete type
/usr/local/include/exalt/iwlib.h:218: error: field ‘range’ has incomplete type
/usr/local/include/exalt/iwlib.h:245: error: field ‘stats’ has incomplete type
/usr/local/include/exalt/iwlib.h:454: warning: ‘struct iw_event’ declared inside parameter list
/usr/local/include/exalt/iwlib.h:454: warning: its scope is only this definition or declaration, which is probably not what you want
/usr/local/include/exalt/iwlib.h:491: warning: ‘struct iwreq’ declared inside parameter list
/usr/local/include/exalt/iwlib.h: In function ‘iw_set_ext’:
/usr/local/include/exalt/iwlib.h:494: error: dereferencing pointer to incomplete type
/usr/local/include/exalt/iwlib.h: At top level:
/usr/local/include/exalt/iwlib.h:507: warning: ‘struct iwreq’ declared inside parameter list
/usr/local/include/exalt/iwlib.h: In function ‘iw_get_ext’:
/usr/local/include/exalt/iwlib.h:510: error: dereferencing pointer to incomplete type
make[2]: *** [exalt.o] Error 1
make[2]: Leaving directory `/home/zen/exalt/exalt/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/zen/exalt/exalt/src'
make: *** [all-recursive] Error 1
Environnement Enlightenment sur Ubuntu : https://github.com/batden
Hors ligne
#66 Le 07/06/2007, à 21:12
- fredr
Re : [E17] Exalt! un network manager
En effet, il faudrait également prévoir de copier le fichier wireless.h dans "/usr/local/include/exalt/wireless.h"
sudo cp exalt/libexalt/src/iw/wireless.h /usr/local/include/exalt/
Apres ca compile.
Fredr
PS: Watchwolf, j'apprécie vraiment ton travail et si ce petit coup de main peut t'aider un rien...
Fana du distro hopping, actuellement sur Ubuntu 24.04 ...
L'optimiste pense que nous vivons dans le meilleur des mondes. Et le pessimiste craint que ce ne soit exact.
Hors ligne
#67 Le 07/06/2007, à 21:58
- Watchwolf
Re : [E17] Exalt! un network manager
oui désolé c'etait un oublie, une fois j'enlevait le fichier, une fois je l'ajoutait
Bon la ce doit etre bon.
Hors ligne
#68 Le 08/06/2007, à 08:55
- pourunmondesansgourou
Re : [E17] Exalt! un network manager
C'est bon !
Je viens de tester sous Gutsy Gibbon
Environnement Enlightenment sur Ubuntu : https://github.com/batden
Hors ligne
#69 Le 08/06/2007, à 13:20
- Watchwolf132
Re : [E17] Exalt! un network manager
oki c'est cool
#70 Le 15/06/2007, à 14:51
- pourunmondesansgourou
Re : [E17] Exalt! un network manager
Watchwolf, on parle de Exalt ici:
http://ubuntuforums.org/showthread.php?t=473331&highlight=E17
Environnement Enlightenment sur Ubuntu : https://github.com/batden
Hors ligne
#71 Le 15/06/2007, à 21:34
- Watchwolf
Re : [E17] Exalt! un network manager
merci de me prévenir.
J'ai pas mon laptop cette semain car j'ai renversé de l'eau dessus
Je devrait le récupérer ledebut de la semaine prochaine, je me replongerait alors dans Exalt.
Hors ligne
#72 Le 16/06/2007, à 15:51
- Elfir3
Re : [E17] Exalt! un network manager
bon, petite erreur à la compile de exalt, j'obtiens ceci :
[ ~/tmp/exalt/exalt ]-[0]: ./autogen.sh && make
Running aclocal...
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
/usr/share/aclocal/smpeg.m4:13: run info '(automake)Extending aclocal'
/usr/share/aclocal/smpeg.m4:13: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Running autoheader...
Running autoconf...
Running libtoolize...
Running automake...
configure.in:82: required file `./config.rpath' not found
po/Makefile.am:6: addsuffix .mo,$(ALL_LINGUAS: non-POSIX variable name
po/Makefile.am:6: (probably a GNU make extension)
po/Makefile.am:8: addsuffix .po,$(ALL_LINGUAS: non-POSIX variable name
po/Makefile.am:8: (probably a GNU make extension)
po/Makefile.am:10: `%'-style pattern rules are a GNU make extension
configure.in:82: required file `./config.rpath' not found <== Si qqun à une idée d'où ça peut venir
Hors ligne
#73 Le 16/06/2007, à 16:52
- Watchwolf
Re : [E17] Exalt! un network manager
Ca n'a rien a voir avec Exalt ca. Quel version de automake as tu? Essaye avec la derniere.
Hors ligne
#74 Le 16/06/2007, à 20:34
- Elfir2
Re : [E17] Exalt! un network manager
Ma version d'automake est la 1.10... je suis sur ubuntu feisty avec les dernières mises à jour ... et la compilation de libexalt a fonctionné sans problème
#75 Le 16/06/2007, à 21:05
- Elfir2
Re : [E17] Exalt! un network manager
Bon, apparement ça fonctionne très bien sur mon portable ... alors que j'ai les même paquets installés à peu de choses près ... j'ai du mal à comprendre ....
Ne te casse pas la tête, je vais installer les binaires compilés dessus ...