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.

#26 Le 06/06/2006, à 09:37

raspouille

Re : Trois petites questions à propos du clavier et de la souris

il suffit de lancer logicharge en console.


Linux Mint Mate 17.3 GNU/Linux.

Hors ligne

#27 Le 06/06/2006, à 09:46

stein42

Re : Trois petites questions à propos du clavier et de la souris

Ah ben moi je veux bien mais quand je fais un ./configure dans le répertoire de Logicharge, il me dit que GAI n'est pas installé :

matthieu@antec:~/Desktop/Logicharge$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking operating system... Linux
checking Linux version... 2.6.15-23-386
checking for pkg-config... true
checking for gai... not found
You can download GAI from http://gai.sf.net
If you are sure that you have installed GAI please make sure that the gai.pc
file did end up in /usr/lib/pkgconfig or some directory that pkg-config
knows about.
(Default gai.pc ends up in /usr/local/lib/pkgconfig.)
configure: error: GAI not found!

Mais c'est pas nouveau ça...


Dell XPS 15 (Intel i5 2430, 4Go RAM, nVidia GeForce 525M, DD 500Go 7200tpm, écran Full HD, batterie 6 cellules) - Ubuntu 12.04 & Windows 7 Premium 64 bits

Hors ligne

#28 Le 06/06/2006, à 10:18

raspouille

Re : Trois petites questions à propos du clavier et de la souris

il faut ajouter:gtk+/2.9
http://ftp.gnome.org/pub/gnome/sources/gtk+/2.9/
l faut ajouter:glib/2.11
http://ftp.gnome.org/pub/GNOME/sources/glib/2.11/
moi:
root@ubuntu:~/Logicharge# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking operating system... Linux
checking Linux version... 2.6.15-23-386
checking for pkg-config... true
checking for gai... not found
You can download GAI from http://gai.sf.net
If you are sure that you have installed GAI please make sure that the gai.pc
file did end up in /usr/lib/pkgconfig or some directory that pkg-config
knows about.
(Default gai.pc ends up in /usr/local/lib/pkgconfig.)
configure: error: GAI not found!
************************************************************
root@ubuntu:~# cd gai-0.5.10
root@ubuntu:~/gai-0.5.10# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether to try to include gnome support... yes
checking whether to try to include OpenGL support... yes
checking whether to try to include SDL(Joystick) support... yes
checking whether to try to include ROX Panel support... yes
checking whether to include nls support... yes
checking operating system... "Linux"
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking /usr/X11R6/include/X11/X.h usability... yes
checking /usr/X11R6/include/X11/X.h presence... yes
checking for /usr/X11R6/include/X11/X.h... yes
checking for pkg-config... true
checking for gtk+ version 2.0.x/2.2.x... no
checking for gtk_init in -lgtk-x11-2.0... no
configure: error: GTK+ 2.0 or later is missing. It is required! Visit http://www.gtk.org

et j'ai installe la librairie gtk+2 et la glib.

lol    nuits blanches pour une souris a piles

Dernière modification par raspouille (Le 06/06/2006, à 10:18)


Linux Mint Mate 17.3 GNU/Linux.

Hors ligne

#29 Le 06/06/2006, à 10:24

stein42

Re : Trois petites questions à propos du clavier et de la souris

Bon bah au moins ça me rassure je suis pas un cas isolé...


Dell XPS 15 (Intel i5 2430, 4Go RAM, nVidia GeForce 525M, DD 500Go 7200tpm, écran Full HD, batterie 6 cellules) - Ubuntu 12.04 & Windows 7 Premium 64 bits

Hors ligne

#30 Le 06/06/2006, à 10:53

raspouille

Re : Trois petites questions à propos du clavier et de la souris

checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2 .0 >= 2.10.1    atk >= 1.0.1    pango >= 1.9.0    cairo >= 1.1.6) were not met:
glib-2 .0 >= 2.10.1 ==>installé
pango ==>installé par synaptic
cairo  ==>installé par synaptic
atk:adresse en rpm
http://rpmfind.net/linux/rpm2html/search.php?query=atk
************************************************************

root@ubuntu:~/gtk+-2.9.0# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for native Win32... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for nm... /usr/bin/nm -B
checking whether to enable maintainer-specific portions of Makefiles... no
checking for some Win32 platform... no
checking whether build environment is sane... yes
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.10.1    atk >= 1.0.1    pango >= 1.9.0    cairo >= 1.1.6) were not met:

No package 'glib-2.0' found
No package 'atk' found
No package 'pango' found
No package 'cairo' 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 BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

root@ubuntu:~/gtk+-2.9.0# make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.

bon courage


Linux Mint Mate 17.3 GNU/Linux.

Hors ligne

#31 Le 12/06/2006, à 11:48

stein42

Re : Trois petites questions à propos du clavier et de la souris

Désolé mais j'ai été absent de mon PC ces derniers temps. Je n'ai pas trop compris le sens de ton dernier post raspouille.
Tu penses que je n'arriverai jamais à installer Logicharge ?


Dell XPS 15 (Intel i5 2430, 4Go RAM, nVidia GeForce 525M, DD 500Go 7200tpm, écran Full HD, batterie 6 cellules) - Ubuntu 12.04 & Windows 7 Premium 64 bits

Hors ligne

#32 Le 13/06/2006, à 10:26

raspouille

Re : Trois petites questions à propos du clavier et de la souris

Saut.
trop de dependances,moi je mis pert.
demander a des developpeurs experimentés sur site.


Linux Mint Mate 17.3 GNU/Linux.

Hors ligne

#33 Le 13/06/2006, à 11:02

stein42

Re : Trois petites questions à propos du clavier et de la souris

En tous cas merci beaucoup pour ton aide !!!


Dell XPS 15 (Intel i5 2430, 4Go RAM, nVidia GeForce 525M, DD 500Go 7200tpm, écran Full HD, batterie 6 cellules) - Ubuntu 12.04 & Windows 7 Premium 64 bits

Hors ligne