ArgenSteel https://argensteel.org/ |
|
[Linux (Ubuntu)] Problema al compilar un programa desde código fuente -.- https://argensteel.org/viewtopic.php?f=12&t=4290 |
Página 1 de 1 |
Autor: | Neon_Knight [ Sab Sep 11, 2010 10:30 am ] |
Asunto: | [Linux (Ubuntu)] Problema al compilar un programa desde código fuente -.- |
Este es el programa en cuestión, lo necesito para un juego OSS en el que estoy colaborando desde hace tiempo: Código: http://dev.alientrap.org/wiki/netradiant El tema es que al querer compilarlo, (el source lo descargué desde el GIT) me saltan estos errores: Código: luciano@luciano-desktop:~/netradiant$ make checking that the build tools exist Checking for /bin/sh (bash (or another shell))... found. Checking for echo (coreutils)... found. Checking for echo -n (coreutils)... found. Checking for cat (coreutils)... found. Checking for mkdir -p (coreutils)... found. Checking for cp (coreutils)... found. Checking for cp -r (coreutils)... found. Checking for rm -f (coreutils)... found. Checking for rm -f -r (coreutils)... found. Checking for mv (coreutils)... found. Checking for echo test | tee /dev/stderr (coreutils)... found. Checking for sed (sed)... found. Checking for find (findutils)... found. Checking for diff (diff)... found. Checking for cc (gcc)... found. Checking for g++ (g++)... found. Checking for ranlib (binutils)... found. Checking for ar (binutils)... found. Checking for pkg-config (pkg-config)... found. Checking for unzip (unzip)... found. Checking for git (git-core)... found. Checking for svn (subversion)... found. Checking for wget (wget)... found. Checking for ldd (libc6)... found. All required tools have been found! checking that the dependencies exist Checking for glib/gutils.h (libglib2.0-dev)... found. Checking for libxml/xpath.h (libxml2-dev)... found. Checking for png.h (libpng12-dev)... found. Checking for GL/gl.h (mesa-common-dev (or another OpenGL library))... not found, please install it or set PKG_CONFIG_PATH right! To see the failed commands, set DEPENDENCIES_CHECK=verbose To proceed anyway, set DEPENDENCIES_CHECK=off Checking for gtk/gtkdialog.h (libgtk2.0-dev)... found. Checking for gtk/gtkglwidget.h (libgtkglext1-dev)... not found, please install it or set PKG_CONFIG_PATH right! To see the failed commands, set DEPENDENCIES_CHECK=verbose To proceed anyway, set DEPENDENCIES_CHECK=off Checking for dlfcn.h (libc6-dev)... found. Checking for zlib.h (zlib1g-dev)... found. make: *** [dependencies-check] Error 1 Y lo peor es que tengo ambas librerías que me pide (mesa-common-dev y libgtkglext1-dev) ¿Alguna sugerencia? |
Autor: | Neon_Knight [ Lun Sep 13, 2010 6:36 pm ] |
Asunto: | Re: [Linux (Ubuntu)] Problema al compilar un programa desde código fuente -.- |
Solucionado: esto fue lo que hice: 1) Descargué el driver propietario de la web de NVidia, lo mandé a mi carpeta personal y le di permiso de ejecución con: Código: sudo chmod +x nombredriver.run 2) CTRL+ALT+F1 (o sudo /etc/init.d/gdm stop) para ir al modo sólo texto. 3) Borré todo rastro de drivers Nvidia (tengo una placa Geforce FX5500) y también borré el driver nouveau. Código: sudo apt-get purge remove nvidia* sudo apt-get purge remove xserver-xorg-video-nouveau 4) Luego, en /etc/modprobe.d/blacklist.conf, agregué esto al final del archivo: Código: blacklist vga16fb blacklist nouveau blacklist rivafb blacklist nvidiafb blacklist rivatv 5) Instalé el driver propietario: Código: sudo sh nombredriver.run 6) Configuré con nvidia-xconfig 7) Reinicié 8) Una vez en Ubuntu, ya con el driver andando, nuevamente terminal: Código: sudo nvidia-settings 9) Configuré pantalla y guardé. |
Autor: | AroundtheFer [ Lun Sep 13, 2010 6:57 pm ] |
Asunto: | Re: [Linux (Ubuntu)] Problema al compilar un programa desde código fuente -.- |
Gracias! A alguien le va a servir alguna vez y siempre que uno soluciona algo no lo postea... ¬¬ Cierro |
Página 1 de 1 | Todos los horarios son UTC - 3 horas |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |