om-synth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Om-synth] Re: patchage-0.2.3.tar.gZ not in gzip format ?


From: Loki Davison
Subject: [Om-synth] Re: patchage-0.2.3.tar.gZ not in gzip format ?
Date: Sun, 16 Apr 2006 23:35:25 +1000

On 4/16/06, jah <address@hidden> wrote:
> Am Samstag, den 15.04.2006, 23:57 +0200 schrieb Jean-Baptiste Mestelan:
> > Hello again.
> >
> > Well, I have checked out latest 'patchage' module out of CVS.
> > I could compile libflowcanvas all right and install it.
> >  patchage/configure went OK too for, but install fails and outputs this  :
> > make  all-recursive
> > make[1]: Entering directory `/home/audio/_dl/cvs/patchage'
> > Making all in src
> > make[2]: Entering directory `/home/audio/_dl/cvs/patchage/src'
> > if g++ -DHAVE_CONFIG_H -I. -I. -I..
> > -DPKGDATADIR=\"/usr/local/share/patchage\" -DXTHREADS -D_REENTRANT
> > -DXUSE_MTSAFE_API -I/usr/include/libglademm-2.4
> > -I/usr/lib/libglademm-2.4/include -I/usr/include/gtkmm-2.4
> > -I/usr/lib/gtkmm-2.4/include -I/usr/include/libglade-2.0
> > -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
> > -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include
> > -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6
> > -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0
> > -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0
> > -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include
> > -I/usr/X11R6/include -I/usr/include/pango-1.0 -I/usr/include/freetype2
> > -I/usr/include/freetype2/config -I/usr/include/atk-1.0
> > -I/usr/include/libxml2   -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
> > -I/usr/include/libgnomecanvasmm-2.6
> > -I/usr/lib/libgnomecanvasmm-2.6/include -I/usr/include/gtkmm-2.4
> > -I/usr/lib/gtkmm-2.4/include -I/usr/include/libgnomecanvas-2.0
> > -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
> > -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include
> > -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6
> > -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0
> > -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0
> > -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include
> > -I/usr/X11R6/include -I/usr/include/pango-1.0 -I/usr/include/freetype2
> > -I/usr/include/freetype2/config -I/usr/include/atk-1.0
> > -I/usr/include/libart-2.0      -I/usr/include/lash-1.0
> > -I/usr/include/alsa   -I/usr/local/include   -g -O2 -DNDEBUG -DNDEBUG
> > -pipe -Wall -fmessage-length=139
> > -fdiagnostics-show-location=every-line -MT main.o -MD -MP -MF
> > ".deps/main.Tpo" -c -o main.o main.cpp; \
> > then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f
> > ".deps/main.Tpo"; exit 1; fi
> > In file included from /usr/include/lash-1.0/lash/lash.h:26,
> >                  from main.cpp:26:
> > /usr/include/lash-1.0/lash/event.h:24:23: error: uuid/uuid.h: No such
> > file or directory
> > /usr/include/glibmm-2.4/glibmm/containers.h: In member function
> > 'typename Glib::List_Iterator_Base<T>::reference
> > /usr/include/glibmm-2.4/glibmm/containers.h:
> > Glib::SList_Iterator<T>::operator*() const':
> > /usr/include/glibmm-2.4/glibmm/containers.h:181: warning: statement
> > has no effect
> > /usr/include/gtkmm-2.4/gtkmm/treeview.h: In member function 'int
> > Gtk::TreeView::append_column_editable(const Glib::ustring&, const
> > /usr/include/gtkmm-2.4/gtkmm/treeview.h:
> Gtk::TreeModelColumn<ColumnType>&)':
> > /usr/include/gtkmm-2.4/gtkmm/treeview.h:1424: warning: statement has no
> effect
> > /usr/include/gtkmm-2.4/gtkmm/treeview.h: In function 'void
> > /usr/include/gtkmm-2.4/gtkmm/treeview.h:
> >
> Gtk::TreeView_Private::_connect_auto_store_editable_signal_handler(Gtk::TreeView*,
> > /usr/include/gtkmm-2.4/gtkmm/treeview.h: Gtk::CellRenderer*, const
> > Gtk::TreeModelColumn<ColumnType>&)':
> > /usr/include/gtkmm-2.4/gtkmm/treeview.h:1681: warning: statement has no
> effect
> > /usr/include/lash-1.0/lash/event.h: At global scope:
> > /usr/include/lash-1.0/lash/event.h:40: error: 'uuid_t' has not been
> declared
> > /usr/include/lash-1.0/lash/event.h:45: error: 'uuid_t' has not been
> declared
> > make[2]: *** [main.o] Error 1
> > make[2]: Leaving directory `/home/audio/_dl/cvs/patchage/src'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/audio/_dl/cvs/patchage'
> > make: *** [all] Error 2
> >
> >
> > I have lash 0.5.0 (and lash-devel 0.5.0) from CCRMA planet . Is this
> > OK for patchage ?
> > Many thanks.
> > _______________________________________________
> > Om-synth mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/om-synth
> ( jackd -R -d alsa & ) && echo 0000 && patchage
> jackd 0.100.0
> Copyright 2001-2005 Paul Davis and others.
> jackd comes with ABSOLUTELY NO WARRANTY
> This is free software, and you are welcome to redistribute it
> under certain conditions; see the file COPYING for details
>
> JACK compiled with System V SHM support.
> 0000
> loading driver ..
> creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|
> 32bit
> control device hw:0
> configuring for 48000Hz, period = 1024 frames, buffer = 2 periods
> nperiods = 2 for capture
> nperiods = 2 for playback
> Loading configuration file /home/jah/.patchagerc
> Unable to load file /home/jah/.patchagerc!
> Connecting to Jack... Done
> ALSA lib seq_hw.c:455:(snd_seq_hw_open) open /dev/snd/seq failed: No
> such file or directory


modprobe snd_seq




reply via email to

[Prev in Thread] Current Thread [Next in Thread]