[ Foro de C ]

problema para compilar varias demoscenes enlazadas con un makefile

01-Apr-2018 11:45
Invitado (iv?n rodellas garc)
1 Respuestas

checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking GL/glut.h usability... no
checking GL/glut.h presence... no
checking for GL/glut.h... no
checking for glPushMatrix in -lGL... yes
checking for gluLookAt in -lGLU... yes
checking for glutGetModifiers in -lglut... no
configure: error: libglut not found
noentras2@debian:~/demoscene$ su
Contraseña:
root@debian:/home/noentras2/demoscene#

Me sale este problema cuando pongo ./configure

Esto en debian 9.4

Linux debian 4.9.0-6-686-pae #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) i686 GNU/Linux

freeBSD es más facil

vas a /usr/ports

y pones make
make install

Se instale el sistema base del bsd y luego compilas por internet


Desde Linux tengo estas demoscenes

noentras2@debian:~/demoscene$ ls -Fa
./               configure.ac*   libtool*        SINEWAVE/
../              COPPERBARS/     ltmain.sh       SINUSSCROLLER/
aclocal.m4*      COPYING*        Makefile.am*    SOUND/
AUTHORS*         DEMON/          Makefile.in     SPIRALSINESCROLL/
BARSCROLLER/     DEMONS/         missing*        SPIRALTWIST/
BLOB/            depcomp*        mkinstalldirs*  STARFIELD/
BOBS/            DOOMMELT/       MODELS/         TERRAIN/
BUMP2D/          EQUALIZER/      MULTILAYER/     TEXTURES/
CANDYBAR/        EXPLOSION/      NEWS*           TODO*
ChangeLog*       FIRE/           OPCODE-1.2/     TUNNEL/
CIRCLESCROLLER/  FLIPIMAGE/      PLASMA/         TUXTRAIL/
COMMON/          GFX/            PLASMACUBE/     TWINSCROLLER/
config.guess*    INSTALL*        PLUGINS/        UFOS/
config.h.in*     install-sh*     RAYTRACER/      UNLIMITEDBOBS/
config.log       JUMPINGSCROLL/  README*         WATER/
config.sub*      LENS/           ROTOZOOM/       WPCG/
configure*       libltdl/        SHADEBOB/       XHACKS/
noentras2@debian:~/demoscene$

Es algo muy basico pero esque me pide una libería y no la encuentro en el synaptic

Puede ayudarme?


Luego instale opencobol desde el synaptic


noentras2@debian:~/demoscene$ cobc
cobc: No input files
noentras2@debian:~/demoscene$

Donde hay buenos listados para opencobol, la policía se llevo mi carpeta de cobol y toda mi documentancion de freeBSD y Debian, hace 4 años.

No es lo mismo cobol 84, de microsoft, que tenía 700k, que uno que tiene el código fuente más de 17 megas.

He perdido la contraseña del foro, hazme un nombre de cuenta en tu web.



Vivan los Unix

root@debian:/home/noentras2/demoscene# screenfetch
        _,met$$$$$gg.           root@debian
     ,g$$$$$$$$$$$$$$$P.        OS: Debian 9.4 stretch
   ,g$$P""       """Y$$.".      Kernel: i686 Linux 4.9.0-6-686-pae
  ,$$P'              `$$$.      Uptime: 14m
 ',$$P       ,ggs.     `$$b:    Packages: 4779
 `d$$'     ,$P"'   .    $$$     Shell: bash 4.4.12
  $$P      d$'     ,    $$P     Resolution: 1366x768
  $$:      $$.   -    ,d$$'     DE: MATE 1.16.1
  $$\;      Y$b._   _,d$P'      WM: Metacity (Marco)
  Y$$.    `.`"Y$$$$P"'          GTK Theme: 'Menta' [GTK2/3]
  `$$b      "-.__               Icon Theme: menta
   `Y$$                         Font: Sans 10
    `Y$$.                       CPU: Intel Core i7-4500U CPU @ 3GHz
      `$$b.                     GPU: Mesa DRI Intel(R) Haswell Mobile x86/MMX/SSE2
        `Y$$b.                  RAM: 1206MiB / 3970MiB


09-Apr-2018 12:50
Nacho Cabanes (+83)

Tendrás que instalar la librerías glut:


sudo apt-get install freeglut3-dev libglut3-dev


 






(No se puede continuar esta discusión porque tiene más de dos meses de antigüedad. Si tienes dudas parecidas, abre un nuevo hilo.)