Re: [GnomeMeeting-list] conference using firewire camcorder



Le mar 27/05/2003 à 16:34, Georgi Georgiev a écrit :
> No. That's why I agreed it is a problem somewhere else - either a bug or... now
> that I think about it, I think I had to compile like this:
> 
> make PREFIX=/usr/
> 
> but I don't remember well. I was recompiling the libs a few times, and I
> currently have pwlib and openh323 in my $HOME for easy access and easy
> debugging.
> 

Latest CVS permits you to compile and install from whatever directory
with ./configure --prefix=/usr; make; make install;

> > > Maybe it is best if the libdv package is fixed itself. Are there any other
> > > packages that have this #include <config.h> when they are installed? Most of
> > > them have it at compile time, since they all use autoconf, but if all of them
> > > are including the config.h header (even with a #ifdef HAVE_CONFIG_H) it would
> > > have been a mess.
> > 
> > Agreed, but perhaps it would be faster to add a workaround in GM
> > itself...
> 
> The few workarounds I can think of are:
> 
> 1. GM does not use -DHAVE_CONFIG_H when compiling

Is it needed?

> 2. The path where GM's config.h is is excluded from -I
> 

Again, I don't think it is needed...

> Both seem to be bad ideas.
> 

Can you provide a patch?

Thanks,

> The troublesome code from dv_types.h (in case there are other suggestions) is:
> 
> #ifdef HAVE_CONFIG_H
> #include <config.h>
> #endif // HAVE_CONFIG_H
-- 
 _	Damien Sandras
(o-	GnomeMeeting: http://www.gnomemeeting.org/
//\	FOSDEM 2003:  http://www.fosdem.org
v_/_	H.323 phone:  callto://ils.seconix.com/dsandras seconix com




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