¿Alguien logró instalar esto?

  • 1
Frippado
#1 por Frippado el 28/01/2008
Pues eso...

Alguien que haya conseguido instalar esto: http://bristol.sourceforge.net/ ¿Me podría dar alguna indicación? =P~

He seguido (o así lo creo) las instrucciones: desde el directorio de las fuentes, "./configure" pero ya en este primer paso me dice que no puede crear el .exe :?

En fin, ando un poco perdido.

Cualquier ayuda es de agradecer :wink:
Subir
TheFlowerKing
#2 por TheFlowerKing el 29/01/2008
Me he bajado el tarball y a mi me ha compilado correctamente.

Deberías darnos la traza que te devuelve para que podamos analizar el configure...

salud!
Subir
Frippado
#3 por Frippado el 29/01/2008
Pues básicamente:

Lo descargo, lo descomprimo, abro un terminal y:

Imagen no disponible

Como puedes ver me quedo a dos velas :?

Bueno, gracias por contestar. Un saludo.
Subir
marcelu80
#4 por marcelu80 el 29/01/2008
Lo tuyo parece un problema con el compilador de C. Te pide que des un vistazo al config.log creado en el directorio de bristol. En algun punto dará más detalles. Te paso mi linea del registro:

Alguien escribió:
configure:2777: gcc --version >&5
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)


Mira tu versión de gcc por si coincide con la mia.

Añado otra pregunta si me lo permites. :) A mí también me ha compilado sin problemas. Otra cosa es que funcione. El motor no arranca por que no puede abrir el dispositivo midi (en alsa), y si quiero hacerlo con jack me dice que no tengo jack compilado con soporte para Bristol:
Alguien escribió:
marcel@ubuntu:~$ startBristol -jack -mini
Requested Jack drivers, not compiled into bristol


¿TheFlowerKing, a ti te arranca?

Saludos.
Subir
TheFlowerKing
#5 por TheFlowerKing el 29/01/2008
Bién, sin haber mirado el configure ni nada...
por el momento prueba a instalar esto...

sudo aptitude install build-essential (suponiendo que curras sobre debian...)

y nos cuentas...

salud!
Subir
marcelu80
#6 por marcelu80 el 29/01/2008
Creo que mi problema tiene que ver con las rutas de ciertos archivos, pero es que con lo de las variables de entorno ya me pierdo. Ya se sabe, al ser de letras...

Alguien escribió:
configure:20285: checking pkg-config is at least version 0.9.0
configure:20288: result: yes
configure:20299: checking for ALSA
configure:20307: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.0"
Package alsa was not found in the pkg-config search path.
Perhaps you should add the directory containing `alsa.pc'
to the PKG_CONFIG_PATH environment variable
No package 'alsa' found
configure:20310: $? = 1
configure:20325: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.0"
Package alsa was not found in the pkg-config search path.
Perhaps you should add the directory containing `alsa.pc'
to the PKG_CONFIG_PATH environment variable
No package 'alsa' found
configure:20328: $? = 1
No package 'alsa' found
configure:20356: result: no
configure:20386: checking for JACK
configure:20394: $PKG_CONFIG --exists --print-errors "jack >= 0.99.0"
Package jack was not found in the pkg-config search path.
Perhaps you should add the directory containing `jack.pc'
to the PKG_CONFIG_PATH environment variable
No package 'jack' found
configure:20397: $? = 1
configure:20412: $PKG_CONFIG --exists --print-errors "jack >= 0.99.0"
Package jack was not found in the pkg-config search path.
Perhaps you should add the directory containing `jack.pc'
to the PKG_CONFIG_PATH environment variable
No package 'jack' found
configure:20415: $? = 1
No package 'jack' found
configure:20443: result: no
configure:20608: creating ./config.status


Gracias.
Subir
TheFlowerKing
#7 por TheFlowerKing el 30/01/2008
marcelu80 escribió:
Lo tuyo parece un problema con el compilador de C. Te pide que des un vistazo al config.log creado en el directorio de bristol. En algun punto dará más detalles. Te paso mi linea del registro:

Alguien escribió:
configure:2777: gcc --version >&5
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)


Mira tu versión de gcc por si coincide con la mia.

Añado otra pregunta si me lo permites. :) A mí también me ha compilado sin problemas. Otra cosa es que funcione. El motor no arranca por que no puede abrir el dispositivo midi (en alsa), y si quiero hacerlo con jack me dice que no tengo jack compilado con soporte para Bristol:
Alguien escribió:
marcel@ubuntu:~$ startBristol -jack -mini
Requested Jack drivers, not compiled into bristol


¿TheFlowerKing, a ti te arranca?

Saludos.


Diría que no tienes instalado el paquete de desarrollo de Jack.

Si no lo tienes intalado, intenta instalando libjack-dev y vuelve a configurar/instalar a ver qué tal...
Subir
Frippado
#8 por Frippado el 30/01/2008
:( Mi gozo en un pozo:

paco@maquino:~$ sudo aptitude install build-essential
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Reading extended state information
Initializing package states... Hecho
Building tag database... Hecho
The following NEW packages will be automatically installed:
dpkg-dev g++ g++-4.1 libc6-dev libstdc++6-4.1-dev linux-libc-dev patch
The following NEW packages will be installed:
build-essential dpkg-dev g++ g++-4.1 libc6-dev libstdc++6-4.1-dev
linux-libc-dev patch
0 packages upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 7935kB of archives. After unpacking 31,9MB will be used.
Do you want to continue? [Y/n/?] Y
Writing extended state information... Hecho
Get:1 http://es.archive.ubuntu.com gutsy-updates/main linux-libc-dev 2.6.22-14.47 [653kB]
Get:2 http://es.archive.ubuntu.com gutsy-updates/main libc6-dev 2.6.1-1ubuntu10 [3287kB]
Get:3 http://es.archive.ubuntu.com gutsy/main libstdc++6-4.1-dev 4.1.2-16ubuntu2 [1129kB]
Get:4 http://es.archive.ubuntu.com gutsy/main g++-4.1 4.1.2-16ubuntu2 [2600kB]
Get:5 http://es.archive.ubuntu.com gutsy/main g++ 4:4.1.2-9ubuntu2 [1440B]
Get:6 http://es.archive.ubuntu.com gutsy/main patch 2.5.9-4 [95,6kB]
Get:7 http://es.archive.ubuntu.com gutsy/main dpkg-dev 1.14.5ubuntu16 [162kB]
Get:8 http://es.archive.ubuntu.com gutsy/main build-essential 11.3ubuntu1 [7066B]
Fetched 7935kB in 29s (272kB/s)
Seleccionando el paquete linux-libc-dev previamente no seleccionado.
(Leyendo la base de datos ...
101317 ficheros y directorios instalados actualmente.)
Desempaquetando linux-libc-dev (de .../linux-libc-dev_2.6.22-14.47_i386.deb) ...
Seleccionando el paquete libc6-dev previamente no seleccionado.
Desempaquetando libc6-dev (de .../libc6-dev_2.6.1-1ubuntu10_i386.deb) ...
Seleccionando el paquete libstdc++6-4.1-dev previamente no seleccionado.
Desempaquetando libstdc++6-4.1-dev (de .../libstdc++6-4.1-dev_4.1.2-16ubuntu2_i386.deb) ...
Seleccionando el paquete g++-4.1 previamente no seleccionado.
Desempaquetando g++-4.1 (de .../g++-4.1_4.1.2-16ubuntu2_i386.deb) ...
Seleccionando el paquete g++ previamente no seleccionado.
Desempaquetando g++ (de .../g++_4%3a4.1.2-9ubuntu2_i386.deb) ...
Seleccionando el paquete patch previamente no seleccionado.
Desempaquetando patch (de .../patch_2.5.9-4_i386.deb) ...
Seleccionando el paquete dpkg-dev previamente no seleccionado.
Desempaquetando dpkg-dev (de .../dpkg-dev_1.14.5ubuntu16_all.deb) ...
Seleccionando el paquete build-essential previamente no seleccionado.
Desempaquetando build-essential (de .../build-essential_11.3ubuntu1_i386.deb) ...
Configurando linux-libc-dev (2.6.22-14.47) ...
Configurando libc6-dev (2.6.1-1ubuntu10) ...
Configurando patch (2.5.9-4) ...
Configurando dpkg-dev (1.14.5ubuntu16) ...
Configurando libstdc++6-4.1-dev (4.1.2-16ubuntu2) ...
Configurando g++-4.1 (4.1.2-16ubuntu2) ...
Configurando g++ (4:4.1.2-9ubuntu2) ...

Configurando build-essential (11.3ubuntu1) ...
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Reading extended state information
Initializing package states... Hecho
Writing extended state information... Hecho
Building tag database... Hecho
paco@maquino:~$ cd /home/paco/bristol-0.20.1
paco@maquino:~/bristol-0.20.1$ make
make: *** No targets specified and no makefile found. Stop.
paco@maquino:~/bristol-0.20.1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... 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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) 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 grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 recognize 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 xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... 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... 98304
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... 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++ 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 X11/X.h usability... no
checking X11/X.h presence... no
checking for X11/X.h... no
checking X11/Xlib.h usability... no
checking X11/Xlib.h presence... no
checking for X11/Xlib.h... no
checking X11/Xutil.h usability... no
checking X11/Xutil.h presence... no
checking for X11/Xutil.h... no
checking X11/Xos.h usability... no
checking X11/Xos.h presence... no
checking for X11/Xos.h... no
checking X11/Xatom.h usability... no
checking X11/Xatom.h presence... no
checking for X11/Xatom.h... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ALSA... no
checking for JACK... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libbrightonX11/Makefile
config.status: creating libbrighton/Makefile
config.status: creating libbristolaudio/Makefile
config.status: creating libbristolmidi/Makefile
config.status: creating libbristol/Makefile
config.status: creating brighton/Makefile
config.status: creating bristol/Makefile
config.status: creating bin/startBristol
config.status: creating config.h
config.status: executing depfiles commands

bristol 0.20.1 :

| Build with ALSA support .............................. : false
| Build with JACK support .............................. : false
| X11 include file availability ........................ : false
| Bristol will not compile without libX11-devel installed:
| Installing data into ................................. : /usr/local/share/bristol

paco@maquino:~/bristol-0.20.1$ make
make all-recursive
make[1]: Entering directory `/home/paco/bristol-0.20.1'
Making all in libbrightonX11
make[2]: Entering directory `/home/paco/bristol-0.20.1/libbrightonX11'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/brighton -I/usr/X11R6/include/ -DBRIGHTON_XIMAGE -MT bColor.lo -MD -MP -MF .deps/bColor.Tpo -c -o bColor.lo bColor.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/brighton -I/usr/X11R6/include/ -DBRIGHTON_XIMAGE -MT bColor.lo -MD -MP -MF .deps/bColor.Tpo -c bColor.c -fPIC -DPIC -o .libs/bColor.o
In file included from bColor.c:23:
./../include/brighton/brightonX11internals.h:26:22: error: X11/Xlib.h: No such file or directory
./../include/brighton/brightonX11internals.h:27:23: error: X11/Xutil.h: No such file or directory
./../include/brighton/brightonX11internals.h:28:21: error: X11/Xos.h: No such file or directory
./../include/brighton/brightonX11internals.h:29:23: error: X11/Xatom.h: No such file or directory
In file included from bColor.c:23:
./../include/brighton/brightonX11internals.h:42: error: expected specifier-qualifier-list before 'GC'
./../include/brighton/brightonX11internals.h:50: error: expected specifier-qualifier-list before 'Display'
bColor.c: In function 'BFreeColor':
bColor.c:30: warning: implicit declaration of function 'XFreeColors'
bColor.c:30: error: 'bdisplay' has no member named 'display'
bColor.c:30: error: 'bdisplay' has no member named 'cm'
bColor.c:33: warning: implicit declaration of function 'XFreeGC'
bColor.c:33: error: 'bdisplay' has no member named 'display'
bColor.c: In function 'BAllocColorByName':
bColor.c:53: error: 'XColor' undeclared (first use in this function)
bColor.c:53: error: (Each undeclared identifier is reported only once
bColor.c:53: error: for each function it appears in.)
bColor.c:53: error: 'screen' undeclared (first use in this function)
bColor.c:53: error: 'exact' undeclared (first use in this function)
bColor.c:53: warning: left-hand operand of comma expression has no effect
bColor.c:57: error: expected expression before ')' token
bColor.c:59: warning: implicit declaration of function 'XAllocNamedColor'
bColor.c:59: error: 'bdisplay' has no member named 'display'
bColor.c:59: error: 'bdisplay' has no member named 'cm'
bColor.c: In function 'BAllocGC':
bColor.c:85: error: 'GCForeground' undeclared (first use in this function)
bColor.c:86: error: 'XGCValues' undeclared (first use in this function)
bColor.c:86: error: expected ';' before 'values'
bColor.c:87: error: 'XColor' undeclared (first use in this function)
bColor.c:87: error: 'screen' undeclared (first use in this function)
bColor.c:91: error: expected expression before ')' token
bColor.c:95: error: 'DoRed' undeclared (first use in this function)
bColor.c:95: error: 'DoGreen' undeclared (first use in this function)
bColor.c:95: error: 'DoBlue' undeclared (first use in this function)
bColor.c:97: warning: implicit declaration of function 'XAllocColor'
bColor.c:97: error: 'bdisplay' has no member named 'display'
bColor.c:97: error: 'bdisplay' has no member named 'cm'
bColor.c:104: error: 'values' undeclared (first use in this function)
bColor.c:106: warning: implicit declaration of function 'XCreateGC'
bColor.c:106: error: 'bdisplay' has no member named 'display'
bColor.c:107: error: 'Window' undeclared (first use in this function)
bColor.c:107: warning: assignment makes pointer from integer without a cast
bColor.c: In function 'BAllocColor':
bColor.c:166: error: 'XColor' undeclared (first use in this function)
bColor.c:166: error: 'screen' undeclared (first use in this function)
bColor.c:168: error: expected expression before ')' token
bColor.c:172: error: 'DoRed' undeclared (first use in this function)
bColor.c:172: error: 'DoGreen' undeclared (first use in this function)
bColor.c:172: error: 'DoBlue' undeclared (first use in this function)
bColor.c:174: error: 'bdisplay' has no member named 'display'
bColor.c:174: error: 'bdisplay' has no member named 'cm'
bColor.c: In function 'BInitColorMap':
bColor.c:198: error: 'bdisplay' has no member named 'cm'
bColor.c:198: warning: implicit declaration of function 'DefaultColormap'
bColor.c:198: error: 'bdisplay' has no member named 'display'
bColor.c:198: error: 'bdisplay' has no member named 'screen_num'
bColor.c:200: warning: implicit declaration of function 'XMatchVisualInfo'
bColor.c:200: error: 'bdisplay' has no member named 'display'
bColor.c:200: error: 'bdisplay' has no member named 'screen_num'
bColor.c:200: error: 'bdisplay' has no member named 'depth'
bColor.c:201: error: 'PseudoColor' undeclared (first use in this function)
bColor.c:201: error: 'bdisplay' has no member named 'dvi'
bColor.c:203: error: 'bdisplay' has no member named 'display'
bColor.c:203: error: 'bdisplay' has no member named 'screen_num'
bColor.c:204: error: 'bdisplay' has no member named 'depth'
bColor.c:204: error: 'DirectColor' undeclared (first use in this function)
bColor.c:204: error: 'bdisplay' has no member named 'dvi'
bColor.c:206: error: 'bdisplay' has no member named 'display'
bColor.c:206: error: 'bdisplay' has no member named 'screen_num'
bColor.c:207: error: 'bdisplay' has no member named 'depth'
bColor.c:207: error: 'TrueColor' undeclared (first use in this function)
bColor.c:207: error: 'bdisplay' has no member named 'dvi'
bColor.c:209: error: 'bdisplay' has no member named 'display'
bColor.c:209: error: 'bdisplay' has no member named 'screen_num'
bColor.c:210: error: 'bdisplay' has no member named 'depth'
bColor.c:210: error: 'bdisplay' has no member named 'dvi'
make[2]: *** [bColor.lo] Error 1
make[2]: Leaving directory `/home/paco/bristol-0.20.1/libbrightonX11'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/paco/bristol-0.20.1'
make: *** [all] Error 2
paco@maquino:~/bristol-0.20.1$


#-o Esto no sé si tiene arreglo, pero buena pinta no tiene, no...

Me parece extraño que no detecte los drivers alsa ni jack, porque están instalados seguro :?

Gracias y un saludo.
Subir
TheFlowerKing
#9 por TheFlowerKing el 30/01/2008
Parece que te faltan los headers de X11

prueba a instalar este paquete...

libx11-dev

seguimos...
Subir
Frippado
#10 por Frippado el 30/01/2008
Desde el reconocimiento de mi más profunda ignorancia, y con todo mi agradecimiento; lo cierto es que no le veo la luz al final del tunel :? .

Será casualidad, pero no consigo reproducir un simple archivo de audio (antes sí) #-o

En cuanto al paquete en cuestión, lo he instalado; he probado de nuevo la instalación de bristol; ahora parece que llego al final del proceso de instalación (al "make install"), pero no logro encontrar el programa en ninguna parte :shock:

Por si sirve de algo, el proceso fue (más o menos) este:

mv -f .deps/dimensionD.Tpo .deps/dimensionD.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT dxop.o -MD -MP -MF .deps/dxop.Tpo -c -o dxop.o dxop.c
dxop.c:451:2: warning: #warning - we can seg here, no wavetable limit checks.
dxop.c:51: warning: ‘IO’ defined but not used
mv -f .deps/dxop.Tpo .deps/dxop.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT electroswitch.o -MD -MP -MF .deps/electroswitch.Tpo -c -o electroswitch.o electroswitch.c
mv -f .deps/electroswitch.Tpo .deps/electroswitch.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT envelope.o -MD -MP -MF .deps/envelope.Tpo -c -o envelope.o envelope.c
mv -f .deps/envelope.Tpo .deps/envelope.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT expdco.o -MD -MP -MF .deps/expdco.Tpo -c -o expdco.o expdco.c
mv -f .deps/expdco.Tpo .deps/expdco.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT filter2.o -MD -MP -MF .deps/filter2.Tpo -c -o filter2.o filter2.c
mv -f .deps/filter2.Tpo .deps/filter2.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT filter.o -MD -MP -MF .deps/filter.Tpo -c -o filter.o filter.c
mv -f .deps/filter.Tpo .deps/filter.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT follower.o -MD -MP -MF .deps/follower.Tpo -c -o follower.o follower.c
mv -f .deps/follower.Tpo .deps/follower.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT hammond.o -MD -MP -MF .deps/hammond.Tpo -c -o hammond.o hammond.c
mv -f .deps/hammond.Tpo .deps/hammond.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT hammondchorus.o -MD -MP -MF .deps/hammondchorus.Tpo -c -o hammondchorus.o hammondchorus.c
hammondchorus.c: In function ‘operate’:
hammondchorus.c:299: warning: operation on ‘xgain’ may be undefined
hammondchorus.c:303: warning: operation on ‘xgain’ may be undefined
hammondchorus.c:208: warning: unused variable ‘dir’
hammondchorus.c: In function ‘oldoperate’:
hammondchorus.c:419: warning: operation on ‘xgain’ may be undefined
hammondchorus.c:423: warning: operation on ‘xgain’ may be undefined
hammondchorus.c:436: warning: control reaches end of non-void function
hammondchorus.c: At top level:
hammondchorus.c:337: warning: ‘oldoperate’ defined but not used
mv -f .deps/hammondchorus.Tpo .deps/hammondchorus.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT hpf.o -MD -MP -MF .deps/hpf.Tpo -c -o hpf.o hpf.c
hpf.c: In function ‘operate’:
hpf.c:183: warning: operation on ‘ib’ may be undefined
hpf.c:184: warning: operation on ‘ib’ may be undefined
hpf.c:185: warning: operation on ‘ib’ may be undefined
hpf.c:186: warning: operation on ‘ib’ may be undefined
hpf.c:187: warning: operation on ‘ib’ may be undefined
hpf.c:188: warning: operation on ‘ib’ may be undefined
hpf.c:189: warning: operation on ‘ib’ may be undefined
hpf.c:190: warning: operation on ‘ib’ may be undefined
mv -f .deps/hpf.Tpo .deps/hpf.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT junodco.o -MD -MP -MF .deps/junodco.Tpo -c -o junodco.o junodco.c
mv -f .deps/junodco.Tpo .deps/junodco.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT lfo.o -MD -MP -MF .deps/lfo.Tpo -c -o lfo.o lfo.c
mv -f .deps/lfo.Tpo .deps/lfo.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT midihandlers.o -MD -MP -MF .deps/midihandlers.Tpo -c -o midihandlers.o midihandlers.c
midihandlers.c:287:2: warning: #warning - no channel pressure support yet
./../include/bristol/bristolmidieventnames.h:13: warning: ‘controllerName’ defined but not used
mv -f .deps/midihandlers.Tpo .deps/midihandlers.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT midinote.o -MD -MP -MF .deps/midinote.Tpo -c -o midinote.o midinote.c
midinote.c: In function ‘findFreeVoice’:
midinote.c:41: warning: format ‘%x’ expects type ‘unsigned int’, but argument 2 has type ‘struct bristolVoice *’
midinote.c: In function ‘domidiNoteOn’:
midinote.c:200: warning: format ‘%x’ expects type ‘unsigned int’, but argument 2 has type ‘struct audioMain *’
midinote.c:200: warning: format ‘%x’ expects type ‘unsigned int’, but argument 3 has type ‘struct bristolMidiMsg *’
midinote.c:200: warning: format ‘%x’ expects type ‘unsigned int’, but argument 4 has type ‘struct Baudio *’
midinote.c:421: warning: implicit declaration of function ‘printPlayList’
midinote.c: At top level:
midinote.c:518: warning: conflicting types for ‘printPlayList’
midinote.c:421: warning: previous implicit declaration of ‘printPlayList’ was here
mv -f .deps/midinote.Tpo .deps/midinote.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT midithread.o -MD -MP -MF .deps/midithread.Tpo -c -o midithread.o midithread.c
mv -f .deps/midithread.Tpo .deps/midithread.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT noise.o -MD -MP -MF .deps/noise.Tpo -c -o noise.o noise.c
mv -f .deps/noise.Tpo .deps/noise.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT prophetdco.o -MD -MP -MF .deps/prophetdco.Tpo -c -o prophetdco.o prophetdco.c
mv -f .deps/prophetdco.Tpo .deps/prophetdco.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT resonator.o -MD -MP -MF .deps/resonator.Tpo -c -o resonator.o resonator.c
mv -f .deps/resonator.Tpo .deps/resonator.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT reverb.o -MD -MP -MF .deps/reverb.Tpo -c -o reverb.o reverb.c
reverb.c: In function ‘operate’:
reverb.c:214: warning: operation on ‘dest2’ may be undefined
reverb.c:216: warning: operation on ‘dest’ may be undefined
mv -f .deps/reverb.Tpo .deps/reverb.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT ringmod.o -MD -MP -MF .deps/ringmod.Tpo -c -o ringmod.o ringmod.c
mv -f .deps/ringmod.Tpo .deps/ringmod.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT rotary.o -MD -MP -MF .deps/rotary.Tpo -c -o rotary.o rotary.c
rotary.c: In function ‘newValvify’:
rotary.c:534: warning: operation on ‘busData’ may be undefined
rotary.c:536: warning: operation on ‘busData’ may be undefined
mv -f .deps/rotary.Tpo .deps/rotary.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT sdco.o -MD -MP -MF .deps/sdco.Tpo -c -o sdco.o sdco.c
sdco.c:72:2: warning: #warning - need to free the sd wave memory here.
mv -f .deps/sdco.Tpo .deps/sdco.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT sdcoutils.o -MD -MP -MF .deps/sdcoutils.Tpo -c -o sdcoutils.o sdcoutils.c
sdcoutils.c:208:2: warning: #warning - need to free this memory on exit
mv -f .deps/sdcoutils.Tpo .deps/sdcoutils.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT soundManager.o -MD -MP -MF .deps/soundManager.Tpo -c -o soundManager.o soundManager.c
mv -f .deps/soundManager.Tpo .deps/soundManager.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT thesermon.o -MD -MP -MF .deps/thesermon.Tpo -c -o thesermon.o thesermon.c
thesermon.c: In function ‘preach’:
thesermon.c:349: warning: unused variable ‘clickg’
thesermon.c: At top level:
thesermon.c:1100: warning: ‘bristolHammondGetMap’ defined but not used
mv -f .deps/thesermon.Tpo .deps/thesermon.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT vibrachorus.o -MD -MP -MF .deps/vibrachorus.Tpo -c -o vibrachorus.o vibrachorus.c
mv -f .deps/vibrachorus.Tpo .deps/vibrachorus.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT vox.o -MD -MP -MF .deps/vox.Tpo -c -o vox.o vox.c
mv -f .deps/vox.Tpo .deps/vox.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT bristolsolina.o -MD -MP -MF .deps/bristolsolina.Tpo -c -o bristolsolina.o bristolsolina.c
mv -f .deps/bristolsolina.Tpo .deps/bristolsolina.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT bristolroadrunner.o -MD -MP -MF .deps/bristolroadrunner.Tpo -c -o bristolroadrunner.o bristolroadrunner.c
mv -f .deps/bristolroadrunner.Tpo .deps/bristolroadrunner.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT bristolgranular.o -MD -MP -MF .deps/bristolgranular.Tpo -c -o bristolgranular.o bristolgranular.c
mv -f .deps/bristolgranular.Tpo .deps/bristolgranular.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT granulardco.o -MD -MP -MF .deps/granulardco.Tpo -c -o granulardco.o granulardco.c
mv -f .deps/granulardco.Tpo .deps/granulardco.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT bristolrealistic.o -MD -MP -MF .deps/bristolrealistic.Tpo -c -o bristolrealistic.o bristolrealistic.c
mv -f .deps/bristolrealistic.Tpo .deps/bristolrealistic.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -MT bristoljupiter.o -MD -MP -MF .deps/bristoljupiter.Tpo -c -o bristoljupiter.o bristoljupiter.c
mv -f .deps/bristoljupiter.Tpo .deps/bristoljupiter.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 `pkg-config --silence-errors --cflags jack` `pkg-config --silence-errors --cflags alsa` -Bdynamic `pkg-config --silence-errors --libs alsa` `pkg-config --silence-errors --libs jack` -L../libbristolmidi/.libs -L../libbristolaudio/.libs -L../libbristol/.libs -lbristolmidi -lbristolaudio -lbristol -lm -lpthread -o bristol aksdco.o aksenv.o aksfilter.o aksreverb.o arpdco.o audioEngine.o audiothread.o bristolaks.o bristolarp2600.o bristolaxxe.o bristoldx.o bristolexplorer.o bristolhammond.o bristoljuno.o bristol.o bristolmemorymoog.o bristolmixer.o bristolmm.o bristolobx.o bristolodyssey.o bristolpoly6.o bristolpoly.o bristolprophet52.o bristolprophet.o bristolsampler.o bristolsystem.o bristolvox.o dca.o dco.o dimensionD.o dxop.o electroswitch.o envelope.o expdco.o filter2.o filter.o follower.o hammond.o hammondchorus.o hpf.o junodco.o lfo.o midihandlers.o midinote.o midithread.o noise.o prophetdco.o resonator.o reverb.o ringmod.o rotary.o sdco.o sdcoutils.o soundManager.o thesermon.o vibrachorus.o vox.o bristolsolina.o bristolroadrunner.o bristolgranular.o granulardco.o bristolrealistic.o bristoljupiter.o
mkdir .libs
gcc -Wall -g -I./../include/bristol -I. -DBRISTOL_HAS_ALSA=0 -Bdynamic -o .libs/bristol aksdco.o aksenv.o aksfilter.o aksreverb.o arpdco.o audioEngine.o audiothread.o bristolaks.o bristolarp2600.o bristolaxxe.o bristoldx.o bristolexplorer.o bristolhammond.o bristoljuno.o bristol.o bristolmemorymoog.o bristolmixer.o bristolmm.o bristolobx.o bristolodyssey.o bristolpoly6.o bristolpoly.o bristolprophet52.o bristolprophet.o bristolsampler.o bristolsystem.o bristolvox.o dca.o dco.o dimensionD.o dxop.o electroswitch.o envelope.o expdco.o filter2.o filter.o follower.o hammond.o hammondchorus.o hpf.o junodco.o lfo.o midihandlers.o midinote.o midithread.o noise.o prophetdco.o resonator.o reverb.o ringmod.o rotary.o sdco.o sdcoutils.o soundManager.o thesermon.o vibrachorus.o vox.o bristolsolina.o bristolroadrunner.o bristolgranular.o granulardco.o bristolrealistic.o bristoljupiter.o -L/home/paco/bristol-0.20.1/libbristolmidi/.libs -L/home/paco/bristol-0.20.1/libbristolaudio/.libs -L/home/paco/bristol-0.20.1/libbristol/.libs /home/paco/bristol-0.20.1/libbristolmidi/.libs/libbristolmidi.so /home/paco/bristol-0.20.1/libbristolaudio/.libs/libbristolaudio.so /home/paco/bristol-0.20.1/libbristol/.libs/libbristol.so -lm -lpthread
creating bristol
make[2]: Leaving directory `/home/paco/bristol-0.20.1/bristol'
make[2]: Entering directory `/home/paco/bristol-0.20.1'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/paco/bristol-0.20.1'
make[1]: Leaving directory `/home/paco/bristol-0.20.1'
paco@maquino:~/bristol-0.20.1$ make install
Making install in libbrightonX11
make[1]: Entering directory `/home/paco/bristol-0.20.1/libbrightonX11'
make[2]: Entering directory `/home/paco/bristol-0.20.1/libbrightonX11'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libB11.la' '/usr/local/lib/libB11.la'
/usr/bin/install -c .libs/libB11.so.0.0.20 /usr/local/lib/libB11.so.0.0.20
/usr/bin/install: cannot create regular file `/usr/local/lib/libB11.so.0.0.20': Permission denied
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory `/home/paco/bristol-0.20.1/libbrightonX11'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/paco/bristol-0.20.1/libbrightonX11'
make: *** [install-recursive] Error 1
paco@maquino:~/bristol-0.20.1$ sudo make install
Making install in libbrightonX11
make[1]: Entering directory `/home/paco/bristol-0.20.1/libbrightonX11'
make[2]: Entering directory `/home/paco/bristol-0.20.1/libbrightonX11'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libB11.la' '/usr/local/lib/libB11.la'
/usr/bin/install -c .libs/libB11.so.0.0.20 /usr/local/lib/libB11.so.0.0.20
(cd /usr/local/lib && { ln -s -f libB11.so.0.0.20 libB11.so.0 || { rm -f libB11.so.0 && ln -s libB11.so.0.0.20 libB11.so.0; }; })
(cd /usr/local/lib && { ln -s -f libB11.so.0.0.20 libB11.so || { rm -f libB11.so && ln -s libB11.so.0.0.20 libB11.so; }; })
/usr/bin/install -c .libs/libB11.lai /usr/local/lib/libB11.la
/usr/bin/install -c .libs/libB11.a /usr/local/lib/libB11.a
chmod 644 /usr/local/lib/libB11.a
ranlib /usr/local/lib/libB11.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/paco/bristol-0.20.1/libbrightonX11'
make[1]: Leaving directory `/home/paco/bristol-0.20.1/libbrightonX11'
Making install in libbrighton
make[1]: Entering directory `/home/paco/bristol-0.20.1/libbrighton'
make[2]: Entering directory `/home/paco/bristol-0.20.1/libbrighton'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libbrighton.la' '/usr/local/lib/libbrighton.la'
/usr/bin/install -c .libs/libbrighton.so.0.0.20 /usr/local/lib/libbrighton.so.0.0.20
(cd /usr/local/lib && { ln -s -f libbrighton.so.0.0.20 libbrighton.so.0 || { rm -f libbrighton.so.0 && ln -s libbrighton.so.0.0.20 libbrighton.so.0; }; })
(cd /usr/local/lib && { ln -s -f libbrighton.so.0.0.20 libbrighton.so || { rm -f libbrighton.so && ln -s libbrighton.so.0.0.20 libbrighton.so; }; })
/usr/bin/install -c .libs/libbrighton.lai /usr/local/lib/libbrighton.la
/usr/bin/install -c .libs/libbrighton.a /usr/local/lib/libbrighton.a
chmod 644 /usr/local/lib/libbrighton.a
ranlib /usr/local/lib/libbrighton.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/paco/bristol-0.20.1/libbrighton'
make[1]: Leaving directory `/home/paco/bristol-0.20.1/libbrighton'
Making install in libbristolaudio
make[1]: Entering directory `/home/paco/bristol-0.20.1/libbristolaudio'
make[2]: Entering directory `/home/paco/bristol-0.20.1/libbristolaudio'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libbristolaudio.la' '/usr/local/lib/libbristolaudio.la'
/usr/bin/install -c .libs/libbristolaudio.so.0.0.20 /usr/local/lib/libbristolaudio.so.0.0.20
(cd /usr/local/lib && { ln -s -f libbristolaudio.so.0.0.20 libbristolaudio.so.0 || { rm -f libbristolaudio.so.0 && ln -s libbristolaudio.so.0.0.20 libbristolaudio.so.0; }; })
(cd /usr/local/lib && { ln -s -f libbristolaudio.so.0.0.20 libbristolaudio.so || { rm -f libbristolaudio.so && ln -s libbristolaudio.so.0.0.20 libbristolaudio.so; }; })
/usr/bin/install -c .libs/libbristolaudio.lai /usr/local/lib/libbristolaudio.la
/usr/bin/install -c .libs/libbristolaudio.a /usr/local/lib/libbristolaudio.a
chmod 644 /usr/local/lib/libbristolaudio.a
ranlib /usr/local/lib/libbristolaudio.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/paco/bristol-0.20.1/libbristolaudio'
make[1]: Leaving directory `/home/paco/bristol-0.20.1/libbristolaudio'
Making install in libbristolmidi
make[1]: Entering directory `/home/paco/bristol-0.20.1/libbristolmidi'
make[2]: Entering directory `/home/paco/bristol-0.20.1/libbristolmidi'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libbristolmidi.la' '/usr/local/lib/libbristolmidi.la'
/usr/bin/install -c .libs/libbristolmidi.so.0.0.20 /usr/local/lib/libbristolmidi.so.0.0.20
(cd /usr/local/lib && { ln -s -f libbristolmidi.so.0.0.20 libbristolmidi.so.0 || { rm -f libbristolmidi.so.0 && ln -s libbristolmidi.so.0.0.20 libbristolmidi.so.0; }; })
(cd /usr/local/lib && { ln -s -f libbristolmidi.so.0.0.20 libbristolmidi.so || { rm -f libbristolmidi.so && ln -s libbristolmidi.so.0.0.20 libbristolmidi.so; }; })
/usr/bin/install -c .libs/libbristolmidi.lai /usr/local/lib/libbristolmidi.la
/usr/bin/install -c .libs/libbristolmidi.a /usr/local/lib/libbristolmidi.a
chmod 644 /usr/local/lib/libbristolmidi.a
ranlib /usr/local/lib/libbristolmidi.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/paco/bristol-0.20.1/libbristolmidi'
make[1]: Leaving directory `/home/paco/bristol-0.20.1/libbristolmidi'
Making install in libbristol
make[1]: Entering directory `/home/paco/bristol-0.20.1/libbristol'
make[2]: Entering directory `/home/paco/bristol-0.20.1/libbristol'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libbristol.la' '/usr/local/lib/libbristol.la'
/usr/bin/install -c .libs/libbristol.so.0.0.20 /usr/local/lib/libbristol.so.0.0.20
(cd /usr/local/lib && { ln -s -f libbristol.so.0.0.20 libbristol.so.0 || { rm -f libbristol.so.0 && ln -s libbristol.so.0.0.20 libbristol.so.0; }; })
(cd /usr/local/lib && { ln -s -f libbristol.so.0.0.20 libbristol.so || { rm -f libbristol.so && ln -s libbristol.so.0.0.20 libbristol.so; }; })
/usr/bin/install -c .libs/libbristol.lai /usr/local/lib/libbristol.la
/usr/bin/install -c .libs/libbristol.a /usr/local/lib/libbristol.a
chmod 644 /usr/local/lib/libbristol.a
ranlib /usr/local/lib/libbristol.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/paco/bristol-0.20.1/libbristol'
make[1]: Leaving directory `/home/paco/bristol-0.20.1/libbristol'
Making install in brighton
make[1]: Entering directory `/home/paco/bristol-0.20.1/brighton'
make[2]: Entering directory `/home/paco/bristol-0.20.1/brighton'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'brighton' '/usr/local/bin/brighton'
/usr/bin/install -c .libs/brighton /usr/local/bin/brighton
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/paco/bristol-0.20.1/brighton'
make[1]: Leaving directory `/home/paco/bristol-0.20.1/brighton'
Making install in bristol
make[1]: Entering directory `/home/paco/bristol-0.20.1/bristol'
make[2]: Entering directory `/home/paco/bristol-0.20.1/bristol'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'bristol' '/usr/local/bin/bristol'
/usr/bin/install -c .libs/bristol /usr/local/bin/bristol
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/paco/bristol-0.20.1/bristol'
make[1]: Leaving directory `/home/paco/bristol-0.20.1/bristol'
make[1]: Entering directory `/home/paco/bristol-0.20.1'
make[2]: Entering directory `/home/paco/bristol-0.20.1'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/paco/bristol-0.20.1'
make[1]: Leaving directory `/home/paco/bristol-0.20.1'
mkdir -p -m 755 /usr/local/share/bristol
tar cfp - ./bitmaps ./memory | (cd /usr/local/share/bristol ; tar xfp -)
chmod -R u+w /usr/local/share/bristol/*
mkdir -p -m 755 /usr/local/bin
/bin/bash /home/paco/bristol-0.20.1/install-sh -c -m 755 bin/startBristol /usr/local/bin
paco@maquino:~/bristol-0.20.1$ make
paco@maquino:~/bristol-0.20.1$

Esto es lo que quedaba en el terminal finalmente. Se ve que no guarda todo el proceso; será por cuestión de gestión de memoria (digo yo...).

De todos modos, imagino que si el resultado hubiera sido satisfactorio, debería haberse creado algún tipo de símbolo referido al programa en el menú de aplicaciones ¿no?

Gracias por las molestias que te estás tomando y/o disculpa el peñazo...
Subir
Frippado
#11 por Frippado el 30/01/2008
#-o Estoy bastante jodido...

Según parece, ninguna aplicación detecta la salida de audio de mi modesta tarjeta de audio. Lo cual hace replantearme seriamente la posibilidad de instalar ubuntustudio en mi ordenata "para audio".

Hasta ahora la trayectoria parecía prometedora, ya que si bien no había conseguido hacer funcionar todos los programas que hubiera deseado, con lmms tenía "donde agarrarme" (incluso tengo un tema propio casi terminado).

Pero esta situación me resulta verdaderamente penosa.

Supongo que la única opción que me queda es "volver a empezar" desde cero, y tomar nota de la experiencia. Parece que haya querido abarcar demasiado...
Subir
guitman
#12 por guitman el 31/01/2008
Alguien escribió:
En cuanto al paquete en cuestión, lo he instalado; he probado de nuevo la instalación de bristol; ahora parece que llego al final del proceso de instalación (al "make install"), pero no logro encontrar el programa en ninguna parte


Sin jack :

[code] startBristol -rhodes [/code]

Con jack:

[code]startBristol -jack -rhodes[/code]


[code]startBristo -h[/code]
[code]man bristol[/code]


A ver si eso te ayuda.
Subir
Frippado
#13 por Frippado el 31/01/2008
:? Ajo y agua:

paco@maquino:~$ startBristol -rhodes
spawning midi thread
parent going into idle loop
connected to :0.0
display is 1280 by 1024 pixels
Window is w 1280, h 1024, d 24, 0 0 0
Using DirectColor display
alloc color by name Blue
Initialise the rhodes link to bristol: 811bfd0
midi sequencer
Opened listening control socket: 5028
Error opening midi device bristol, exiting midi thread
hostname is localhost, bristol
TCP port: 5028
Connected to the bristol control socket: 5
bristolengine already active
parent exiting
return - no data in buffer
cleanupBrighton(0)
cleared sigpipe handler
cleanupBrighton(0)
midi write error, fd 5, size 1
midi write error, fd 5, size 12
midi write error, fd 5, size 1
return - no data in buffer
socket closed
request acked: -1
paco@maquino:~$

No solo no se inicia, sino que en alguna de estas Instalaciones/actualizaciones, se me ha fastidiado toda la configuración de audio.

No es que no me suene lmms, sino que no soy capaz de escuchar un simple archivo de audio; ningún programa me gestiona la salida de audio.

Gracias por contestar.
Subir
marcelu80
#14 por marcelu80 el 31/01/2008
Calma. Yo tengo el mismo error que tu y todavía tengo audio. Probablemente tengas el dispositivo de audio ocupado con jack. Si jack está conectado probablemente no puedas escuchar nada por las aplicaciones que usan alsa.
Subir
Frippado
#15 por Frippado el 31/01/2008
:D Bueno, algo es algo :wink:

Al menos he podido reconfigurar el sistema de audio :cascos:

Teniendo en cuenta que estaba a un paso de reinstalar el sistema, no me quejo; máxime teniendo en cuenta que soy algo ceporro :desdentado:

La verdad es que no sé si atreverme a seguir intentando con bristol :susto: o pasar olimpicamente y preocuparme mejor de limpiar el sistema de toda la mugre que me haya instalado dicho programa :estonova:
Subir
Hilos similares
Nuevo post

Regístrate o para poder postear en este hilo