
Code: Select all
- add media-libs/dssi_convolve-0.0.4. (suggested by phadsge)
- add media-libs/jack_convolve-0.0.13 (suggested by phadsge)
- add media-libs/libconvolve-0.0.8 (suggested by phadsge)
- add media-sound/simsam/simsam-0.1.7 (suggested by phadsge)
- add media-libs/libdsp-5.0.2Code: Select all
g++ -c jack_convolve.cc -O2 -march=pentium4 -pipe -fomit-frame-pointer -I/usr/include
jack_convolve.cc: In function `int main(int, char**)':
jack_convolve.cc:238: error: `load_response' undeclared (first use this function)
jack_convolve.cc:238: error: (Each undeclared identifier is reported only once for each function it appears in.)
make: *** [jack_convolve.o] Error 1
thx for the patchesphadsge wrote:me again.
today i tried to "lashify" my audioapps
i did so like it's said in the first post.
no success though with:maybe this'll help:
- vkeybd
- specimen
- meterbridge
here are lash-patches for seq24, meterbridge & specimen...
~ph.
Code: Select all
emerge =rt-sources-2.6.15-r21Code: Select all
ACCEPT_KEYWORDS=~x86 emerge =rt-sources-2.6.16_rc6-r7thxphadsge wrote:great update, evermind.
tried new seq24,vkeybd,specimen,meterbridge
all built fine and all but seq24 now have lash working.
~ph.


Code: Select all
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../backend -I../guilib -I../volumegroup -I/usr/qt/3/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Os -march=pentium4 -pipe -msse -msse2 -mmmx -pipe -fomit-frame-pointer -fno-ident -fforce-addr -ftracer -fweb -fvisibility-inlines-hidden -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o xmlintirtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Os -march=pentium4 -pipe -msse -msse2 -mmmx -pipe -fomit-frame-pointer -fno-ident -fforce-addr -ftracer -fweb -fvisibility-inlines-hidden -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -WI,-O1 -WI,--sort-common -o jackmix -L/usr/qt/3/lib mainwindow.o channelwidget.o xmlinterface.o main.o ../guilib/libjackmix_gui.la ../backend/libjackmix_backend.la ../volumegroup/libjackmix_vg.la -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread -ljack
make[3]: Leaving directory `/var/tmp/portage/jackmix-0.0.3/work/jackmix-0.0.3/jackmix'
make[2]: Leaving directory `/var/tmp/portage/jackmix-0.0.3/work/jackmix-0.0.3/jackmix'
make[2]: Entering directory `/var/tmp/portage/jackmix-0.0.3/work/jackmix-0.0.3'
make[2]: Rien à faire pour « all-am ».
make[2]: Leaving directory `/var/tmp/portage/jackmix-0.0.3/work/jackmix-0.0.3'
make[1]: Leaving directory `/var/tmp/portage/jackmix-0.0.3/work/jackmix-0.0.3'
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-media-sound_-_jackmix-0.0.3-10492.log"
open_wr: /usr/qt/3/etc/settings/.qtrc.lock
open_wr: /usr/qt/3/etc/settings/.qtrc.lock

Code: Select all
>>> emerge (1 of 7) media-libs/libclalsadrv-1.0.3 to /
!!! Files listed in the manifest do not exist!
files/.libclalsadrv-1.0.3-makefile.patch.swp
localhost dom # localhost media-libs #

Code: Select all
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../include -I../src/tdb -I/usr/include -I/usr/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/alsa -Os -march=pentium4 -pipe -msse -msse2 -mmmx -pipe -fomit-frame-pointer -fno-ident -fforce-addr -ftracer -fweb -Wall -MT driver_alsa.o -MD -MP -MF ".deps/driver_alsa.Tpo" -c -o driver_alsa.o driver_alsa.c; \
then mv -f ".deps/driver_alsa.Tpo" ".deps/driver_alsa.Po"; else rm -f ".deps/driver_alsa.Tpo"; exit 1; fi
driver_alsa.c: In function `alsa_device_setup':
driver_alsa.c:220: attention : passage de l'argument n°3 de « snd_pcm_hw_params_set_rate_near » transforme un pointeur en entier sans transtypage
driver_alsa.c:229: attention : passage de l'argument n°3 de « snd_pcm_hw_params_set_channels_near » transforme un pointeur en entier sans transtypage
driver_alsa.c:238: attention : passage de l'argument n°3 de « snd_pcm_hw_params_set_period_size_near » transforme un pointeur en entier sans transtypage
driver_alsa.c:248: attention : passage de l'argument n°3 de « snd_pcm_hw_params_set_periods_near » transforme un pointeur en entier sans transtypage
driver_alsa.c:277: erreur: trop d'arguments pour la fonction « snd_pcm_hw_params_get_rate »
driver_alsa.c:283: erreur: trop d'arguments pour la fonction « snd_pcm_hw_params_get_channels »
make[3]: *** [driver_alsa.o] Erreur 1
make[3]: *** Attente des tâches non terminées....
make[3]: Leaving directory `/var/tmp/portage/sweep-0.9.1/work/sweep-0.9.1/src'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory `/var/tmp/portage/sweep-0.9.1/work/sweep-0.9.1/src'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/var/tmp/portage/sweep-0.9.1/work/sweep-0.9.1'
make: *** [all] Erreur 2

Code: Select all
20:35:24 (326.83 KB/s) - « patch-2.6.15-rt21 » sauvegardé [1792119/1792119]
/usr/pro_music_apps/eclass/realtime-patch.eclass: line 16: /patch-2.6.15-rt21: Aucun fichier ou répertoire de ce type
!!! ERROR: sys-kernel/rt-sources-2.6.15-r21 failed.
!!! Function fetch_realtime_patch, Line 41, Exitcode 0
!!! md5sum missmatch
!!! If you need support, post the topmost build error, NOT this status message.
