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 29/10/2006, à 21:18

bakalegum

[resolu]make et make install impossible

bonjour a tous , je suis en train d essayer d installer FXruby sur edgy, j ai donc telechargé FXRuby-1.6.3.tar.gz

mais pendant l install il me demande d installer fox donc je telecharge fox: fox-1.4.34.tar.gz

donc je suis ce qu il se passe sur ce tuto http://www.ubuntuforums.org/showthread.php?t=31532

j installe:

# build-essential
# xlibs-dev
# libyaml-ruby
# libzlib-ruby
# libwebrick-ruby

bon jusque la tout va bien, dans le dossier de fox ./configure me renvoi cela

baka@pitilaptop:~/fox-1.4.34$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking major version... 1
checking minor version... 4
checking patchlevel... 34
checking whether make sets $(MAKE)... (cached) yes
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 how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 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 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 static flag  works... yes
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 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... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
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... yes
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++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for X... no
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking whether byte ordering is bigendian... no
checking for QNX environment... no
checking for Sun WorkShop C++... no
checking for Xft support... 

checking X11/extensions/shape.h usability... no
checking X11/extensions/shape.h presence... no
checking for X11/extensions/shape.h... no

checking X11/extensions/XShm.h usability... no
checking X11/extensions/XShm.h presence... no
checking for X11/extensions/XShm.h... no
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking for thread-safe library calls... 
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_exit in -lpthread... yes
checking for sem_init in -lrt... yes

checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no

checking png.h usability... no
checking png.h presence... no
checking for png.h... no

checking tiff.h usability... no
checking tiff.h presence... no
checking for tiff.h... no

checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no

checking bzlib.h usability... no
checking bzlib.h presence... no
checking for bzlib.h... no

checking X11/Xcursor/Xcursor.h usability... no
checking X11/Xcursor/Xcursor.h presence... no
checking for X11/Xcursor/Xcursor.h... no

checking X11/extensions/Xrandr.h usability... no
checking X11/extensions/Xrandr.h presence... no
checking for X11/extensions/Xrandr.h... no
checking for vsscanf... yes
checking for vsnprintf... yes
checking for strtoll... yes
checking for strtoull... yes
checking for socket in -lsocket... no
checking for gethostbyaddr in -lnsl... yes
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for CUPS support... 
checking for debugging... 
checking for release build... 
checking for profiling... 
checking for OpenGL support... 
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
checking GL/glu.h usability... no
checking GL/glu.h presence... no
checking for GL/glu.h... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating utils/Makefile
config.status: creating include/Makefile
config.status: creating include/fxver.h
config.status: creating src/Makefile
config.status: creating src/version.rc
config.status: creating chart/Makefile
config.status: creating doc/Makefile
config.status: creating doc/art/Makefile
config.status: creating doc/screenshots/Makefile
config.status: creating tests/Makefile
config.status: creating adie/Makefile
config.status: creating shutterbug/Makefile
config.status: creating pathfinder/Makefile
config.status: creating calculator/Makefile
config.status: creating windows/Makefile
config.status: creating fox.spec
config.status: creating fox-config

Configure finished!
              Do:  'make' to compile FOX.
            Then:  'make install' to install it.

baka@pitilaptop:~/fox-1.4.34$

donc apparement tout va bien make lorsque je fais make ca se gate:

baka@pitilaptop:~/fox-1.4.34$ make
Making all in utils
make[1]: entrant dans le répertoire « /home/baka/fox-1.4.34/utils »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /home/baka/fox-1.4.34/utils »
Making all in include
make[1]: entrant dans le répertoire « /home/baka/fox-1.4.34/include »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /home/baka/fox-1.4.34/include »
Making all in src
make[1]: entrant dans le répertoire « /home/baka/fox-1.4.34/src »
/bin/bash ../libtool --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fox\" -DVERSION=\"1.4.34\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DX_DISPLAY_MISSING=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_VSSCANF=1 -DHAVE_VSNPRINTF=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_LIBDL=1  -I. -I.  -I../include -I../include    -DFOX_THREAD_SAFE=1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_GNU_SOURCE -Wall -W -Woverloaded-virtual -Wformat  -c FX4Splitter.cpp
 g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fox\" -DVERSION=\"1.4.34\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DX_DISPLAY_MISSING=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_VSSCANF=1 -DHAVE_VSNPRINTF=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_LIBDL=1 -I. -I. -I../include -I../include -DFOX_THREAD_SAFE=1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_GNU_SOURCE -Wall -W -Woverloaded-virtual -Wformat -c FX4Splitter.cpp  -fPIC -DPIC -o .libs/FX4Splitter.o
In file included from FX4Splitter.cpp:24:
../include/xincs.h:186:19: error: X11/X.h: No such file or directory
../include/xincs.h:187:22: error: X11/Xlib.h: No such file or directory
../include/xincs.h:188:22: error: X11/Xcms.h: No such file or directory
../include/xincs.h:189:23: error: X11/Xutil.h: No such file or directory
../include/xincs.h:190:27: error: X11/Xresource.h: No such file or directory
../include/xincs.h:191:23: error: X11/Xatom.h: No such file or directory
../include/xincs.h:192:28: error: X11/cursorfont.h: No such file or directory
make[1]: *** [FX4Splitter.lo] Erreur 1
make[1]: quittant le répertoire « /home/baka/fox-1.4.34/src »
make: *** [all-recursive] Erreur 1
baka@pitilaptop:~/fox-1.4.34$

donc je me suis dit je ne peux pas faire "make" j ai reinstaller make make dev, j ai telecharger les headers generic enfin la je ne sais plus par ou chercher, j etais meme pret a faire un sudo apt-get install lib* mak*  mais je crois que c est une mauvaise idée big_smile

que faire? je vous remercie

Dernière modification par bakalegum (Le 31/10/2006, à 11:43)

Hors ligne

#2 Le 29/10/2006, à 22:56

trucutu

Re : [resolu]make et make install impossible

bakalegum a écrit :

que faire?

Revenir à Python ... wink

Comme tu ne le mentionnes pas, as tu installé : ruby, libruby, irb ?
A partir de là, si ton make ne marche toujours pas, tu as une solution alternative de développer avec un éditeur de texte quelconque est de lancer ton programme avec :

ruby nom_programme.rb

La chanson du dimanche - "La pêche !"
PC acheté chez Novatux : entièrement satisfait.
Faire des recherches solidaires !

Hors ligne

#3 Le 29/10/2006, à 23:04

Stemp

Re : [resolu]make et make install impossible

../include/xincs.h:186:19: error: X11/X.h: No such file or directory

Il manque peut-être les paquets de développement X ?

libx11-dev par exemple


«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux

Hors ligne

#4 Le 29/10/2006, à 23:41

bakalegum

Re : [resolu]make et make install impossible

@trucutu  nonn tu n as pas compris ruby marche nikel chez moi , c est la librairie graphique fxruby qui ne veut pas s installer
en effet sous python c est moins galere ( rassure toi mon choix n est pas encore arrété, au fait j ai trouvé la raison de mon probleme, je metrais lautre post a jour demain wink)

@stemp en effet ce n etait pas installé (cela les t il par defaut?) donc je vien de l ijnstaller et de relancer, mais la le soucis c est qu il m afficher depsui maintenant 10 minute plein mais alors plein de message, je laisse encore un peu histoire de voir si cela se calme, et j en posterais en extrait lol

merci  de votrre aide les gas

Hors ligne

#5 Le 29/10/2006, à 23:44

bakalegum

Re : [resolu]make et make install impossible

bon laors ca y est ma console s est calmée, voici une partie de ce qui a été ecrit, me semble t il en boulce pendant 10 minutes


ING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DX_DISPLAY_MISSING=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_VSSCANF=1 -DHAVE_VSNPRINTF=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_LIBDL=1  -I. -I.  -I../include -I../include    -DHAVE_XSHAPE_H=1 -DHAVE_XSHM_H=1 -DFOX_THREAD_SAFE=1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_GNU_SOURCE -Wall -W -Woverloaded-virtual -Wformat  -c dctest.cpp
/bin/bash ../libtool --mode=link g++  -DHAVE_XSHAPE_H=1 -DHAVE_XSHM_H=1 -DFOX_THREAD_SAFE=1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_GNU_SOURCE -Wall -W -Woverloaded-virtual -Wformat   -o dctest  dctest.o ../src/libFOX-1.4.la -lm -ldl  -lpthread -lrt -lm
g++ -DHAVE_XSHAPE_H=1 -DHAVE_XSHM_H=1 -DFOX_THREAD_SAFE=1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_GNU_SOURCE -Wall -W -Woverloaded-virtual -Wformat -o .libs/dctest dctest.o  ../src/.libs/libFOX-1.4.so -lXext -lX11 -ldl -lpthread -lrt -lm -Wl,--rpath -Wl,/usr/local/lib
creating dctest
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fox\" -DVERSION=\"1.4.34\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DX_DISPLAY_MISSING=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_VSSCANF=1 -DHAVE_VSNPRINTF=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_LIBDL=1  -I. -I.  -I../include -I../include    -DHAVE_XSHAPE_H=1 -DHAVE_XSHM_H=1 -DFOX_THREAD_SAFE=1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_GNU_SOURCE -Wall -W -Woverloaded-virtual -Wformat  -c dirlist.cpp
/bin/bash ../libtool --mode=link g++  -DHAVE_XSHAPE_H=1 -DHAVE_XSHM_H=1 -DFOX_THREAD_SAFE=1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_GNU_SOURCE -Wall -W -Woverloaded-virtual -Wformat   -o dirlist  dirlist.o ../src/libFOX-1.4.la -lm -ldl  -lpthread -lrt -lm
g++ -DHAVE_XSHAPE_H=1 -DHAVE_XSHM_H=1 -DFOX_THREAD_SAFE=1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_GNU_SOURCE -Wall -W -Woverloaded-virtual -Wformat -o .libs/dirlist dirlist.o  ../src/.libs/libFOX-1.4.so -lXext -lX11 -ldl -lpthread -lrt -lm -Wl,--rpath -Wl,/usr/local/lib
creating dirlist
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fox\" -DVERSION=\"1.4.34\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DX_DISPLAY_MISSING=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_VSSCANF=1 -DHAVE_VSNPRINTF=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_LIBDL=1  -I. -I.  -I../include -I../include    -DHAVE_XSHAPE_H=1 -DHAVE_XSHM_H=1 -DFOX_THREAD_SAFE=1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_GNU_SOURCE -Wall -W -Woverloaded-virtual -Wformat  -c foursplit.cpp
/bin/bash ../libtool --mode=link g++  -DHAVE_XSHAPE_H=1 -DHAVE_XSHM_H=1 -DFOX_THREAD_SAFE=1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_GNU_SOURCE -Wall -W -Woverloaded-virtual -Wformat   -o foursplit  foursplit.o ../src/libFOX-1.4.la -lm -ldl  -lpthread -lrt -lm
g++ -DHAVE_XSHAPE_H=1 -DHAVE_XSHM_H=1 -DFOX_THREAD_SAFE=1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_GNU_SOURCE -Wall -W -Woverloaded-virtual -Wformat -o .libs/foursplit foursplit.o  ../src/.libs/libFOX-1.4.so -lXext -lX11 -ldl -lpthread -lrt -lm -Wl,--rp

Dernière modification par bakalegum (Le 29/10/2006, à 23:56)

Hors ligne

#6 Le 30/10/2006, à 02:09

Link31

Re : [resolu]make et make install impossible

bakalegum a écrit :

bon laors ca y est ma console s est calmée, voici une partie de ce qui a été ecrit, me semble t il en boulce pendant 10 minutes

C'est ta première compilation de code en C++ ?
Je reconnais que ça peut étonner la première fois, mais on s'y fait vite, ne t'inquiète pas. Au bout d'un moment on arrive même à comprendre ce qui est écrit lol

Hors ligne

#7 Le 30/10/2006, à 11:30

bakalegum

Re : [resolu]make et make install impossible

Link31 a écrit :
bakalegum a écrit :

bon laors ca y est ma console s est calmée, voici une partie de ce qui a été ecrit, me semble t il en boulce pendant 10 minutes

C'est ta première compilation de code en C++ ?
Je reconnais que ça peut étonner la première fois, mais on s'y fait vite, ne t'inquiète pas. Au bout d'un moment on arrive même à comprendre ce qui est écrit lol

lol ok mais a mon avis ce qui sepasse nest pas genial puisque je ne peux pas faire de make install par la suite..donc quelque chose ne va toujours pas.
en effet c est vrai qu e je n avais jamais vu travailler autant mon PC tongue

Dernière modification par bakalegum (Le 30/10/2006, à 11:31)

Hors ligne

#8 Le 30/10/2006, à 15:33

Link31

Re : [resolu]make et make install impossible

Si tu ne peux pas faire de make install, c'est que le make s'est terminé avec une erreur (dans le genre : "make : erreur 2"). Il faudrait connaître le message d'erreur pour savoir ce qui ne va pas. Si tu ne l'as plus, relance le make pour qu'il s'affiche à nouveau. Puis poste ici tout ce qui s'est affiché.

Hors ligne

#9 Le 30/10/2006, à 15:48

fmo

Re : [resolu]make et make install impossible

Est-ce que tu as ce paquet installe "xserver-xorg-dev" ?


www.terranux.net

Hors ligne

#10 Le 30/10/2006, à 16:13

bakalegum

Re : [resolu]make et make install impossible

merci a tous je verifie ca tout a l heure, pour l instant je suis sous euh roll windows(PC du labo cpolamien!)

Hors ligne

#11 Le 30/10/2006, à 19:39

bakalegum

Re : [resolu]make et make install impossible

je n avais pas xserver-xorg-dev bon je retente..suspensme  tongue

Hors ligne

#12 Le 30/10/2006, à 20:11

bakalegum

Re : [resolu]make et make install impossible

bon apparement ca a l air de marcher, sauf que maintenant fxruby me demande une version plus recente de fox..trop bien mais bno maintenant je peux compiler c est cool , la classe  cool

merci a tous

Hors ligne

#13 Le 30/10/2006, à 23:49

fmo

Re : [resolu]make et make install impossible

bakalegum a écrit :

bon apparement ca a l air de marcher, sauf que maintenant fxruby me demande une version plus recente de fox..trop bien mais bno maintenant je peux compiler c est cool , la classe  cool

merci a tous

Pas de probleme smile

Un pti [Resolu] dans le titre stp ? big_smile


www.terranux.net

Hors ligne

#14 Le 31/10/2006, à 04:14

foobar2000

Re : [resolu]make et make install impossible

J'avais également essayé d'installer FXRuby il y a quelques semaines, une solution simple est de télécharger la version 1.4 de FXRuby.

Dernière modification par foobar2000 (Le 31/10/2006, à 04:14)


Aucun rapport avec le logiciel du même nom.

Hors ligne

#15 Le 31/10/2006, à 11:45

bakalegum

Re : [resolu]make et make install impossible

desole pour le resolu je pensaisl avoir mis depuis longtemps, enfin maintenant meme si l install s emble s etre bien passe je n arrive pas a utiliser FXruby, mais c est une autre histoire.
en parlant  d autre histoire, mon grub s est suicide hier, donc je suis en ce moment sur live CD( le grub pete les plomb depuis l install de upstart et de bootchart... enfin surtout de puis que j ai fais nimporte quoi big_smile )  enfin on veraca se soir

edit: je dois etre super maso, je suis presque content d avoir un soucis avec mon ubuntu,enfin un soucis serieu, ca met du piquant dans ma vie toussa lol,
bon ok je retourne travailler

Dernière modification par bakalegum (Le 31/10/2006, à 11:47)

Hors ligne