Re: [GnomeMeeting-list] GnomeMeeting 0.99.0



the problem is basically with a variable period_size that now has to be
passed as a pointer, rather than a value to the alsa 1 routines

i haven't got it all working yet, but this will be quite important as it
is an incompatibility between the two versions of alsa :(

rick

On Fri, 2003-12-12 at 01:55, Damien Sandras wrote:
> Apparently the API has been slightly modified.
> 
> The changes should be simple, if you can contribute patches, I would be
> happy. If not, I will do it ASAP.
> 
> 
> Le jeu 11/12/2003 à 02:29, Rick Marshall a écrit :
> > #define SND_LIB_VERSION_STR     "1.0.0rc2"
> > 
> > On Wed, 2003-12-10 at 08:55, Damien Sandras wrote:
> > > What is the result of :
> > > grep SND_LIB_VERSION_STR /usr/include/alsa/version.h
> > > 
> > > ?
> > > 
> > > Le mar 09/12/2003 à 22:51, Rick Marshall a écrit :
> > > > thanks - the autoconf was the right answer. however when doing make on
> > > > pwlib i get the following
> > > > 
> > > > sound_alsa.cxx: In member function `BOOL PSoundChannelALSA::Setup()':
> > > > sound_alsa.cxx:322: invalid conversion from `int' to
> > > > `snd_pcm_uframes_t*'
> > > > sound_alsa.cxx:334: invalid conversion from `int' to
> > > > `snd_pcm_uframes_t*'
> > > > sound_alsa.cxx:340: invalid conversion from `int*' to
> > > > `snd_pcm_uframes_t*'
> > > > /usr/include/alsa/pcm.h:591: too few arguments to function `int
> > > >    snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t*,
> > > >    snd_pcm_uframes_t*, int*)'
> > > > sound_alsa.cxx:340: at this point in file
> > > > 
> > > > i've installed alsa-1.0.0rc2
> > > > 
> > > > thanks
> > > > 
> > > > rick
> > > > 
> > > > On Tue, 2003-12-09 at 22:59, Damien Sandras wrote:
> > > > > Le mar 09/12/2003 à 12:53, Rick Marshall a écrit :
> > > > > > hmmm...
> > > > > > 
> > > > > > the pwlib compile fails on the plugins - should i just copy the
> > > > > > appropriate configure files from the main directory into th epluhins
> > > > > > directory?
> > > > > > 
> > > > > 
> > > > > No, just run autoconf in the plugins directory.
> > > > > 
> > > > > Notice we have packages for a few distributions on snapshots.seconix.com
> > > > > 
> > > > > 
> > > > > > thanks
> > > > > > 
> > > > > > On Tue, 2003-12-09 at 09:49, Damien Sandras wrote:
> > > > > > > Hello to all,
> > > > > > > 
> > > > > > > I have released GnomeMeeting 0.99.0 on the GNOME FTP server so that it
> > > > > > > can be included in the GNOME 2.5 serie of Betas.
> > > > > > > 
> > > > > > > That is still to be considered as Alpha software, and should not be
> > > > > > > released with distributions as it is not a "STABLE" release, but an
> > > > > > > "UNSTABLE" one.
> > > > > > > 
> > > > > > > It requires latest CVS of OpenH323 and PWLib to work, because big
> > > > > > > changes have been done to PWLib in order to support plugins, which are
> > > > > > > now usable by GnomeMeeting.
> > > > > > > 
> > > > > > > You can find GnomeMeeting 0.99 on :
> > > > > > > http://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/0.99/ (soon)
> > > > > > > and OpenH323 snapshots on :
> > > > > > > http://www.gnomemeeting.org/downloads/snapshots/openh323-latest.tar.gz
> > > > > > > http://www.gnomemeeting.org/downloads/snapshots/pwlib-latest.tar.gz
> > > > > > > 
> > > > > > > PWLib can be compiled with:
> > > > > > > ./configure --prefix=/usr --enable-plugins && make optshared && make
> > > > > > > uninstall && make install
> > > > > > > 
> > > > > > > OpenH323 can be compiled with:
> > > > > > > ./configure --prefix=/usr && make optshared && make uninstall && make
> > > > > > > install
> > > > > > > 
> > > > > > > GnomeMeeting can be compiled in another prefix, but you have to know
> > > > > > > that libtool will reorganize the order of the -L flags on some
> > > > > > > distributions with a buggy sdl-config. It can lead to linking to the
> > > > > > > wrong libraries. If it is the case, you will have to manually edit the
> > > > > > > Makefile to prevent libraries in /usr/lib to be picked before libs in
> > > > > > > the prefix. If somebody can come with a fix or a workaround to this, I
> > > > > > > will happily accept the patch!
> > > > > > > 
> > > > > > > Enjoy, 
> > > > > > 
> > > > > > _______________________________________________
> > > > > > GnomeMeeting-list mailing list
> > > > > > GnomeMeeting-list gnome org
> > > > > > http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
> > > > 
> > > > _______________________________________________
> > > > GnomeMeeting-list mailing list
> > > > GnomeMeeting-list gnome org
> > > > http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
> > 
> > _______________________________________________
> > GnomeMeeting-list mailing list
> > GnomeMeeting-list gnome org
> > http://mail.gnome.org/mailman/listinfo/gnomemeeting-list




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