Re: [GnomeMeeting-list] conference using firewire camcorder



On 27/05/2003 at 16:06:07(+0200), Damien Sandras used 0.9Kbytes just to say:
> Le mar 27/05/2003 ¸«¢ 15:59, Georgi Georgiev a ¸«±crit :
> > Agreed.
> Was it needed for you when you compiled recent CVS?

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.

> > 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
2. The path where GM's config.h is is excluded from -I

Both seem to be bad ideas.

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


-- 
 /^^^^^^^^^^^^^^^^^^^^^^^^^^^\/^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
/ Georgi Georgiev    (-<     / ... this must be what it's like  \
\ chutz chubaka net  /\   .o)\ to be a COLLEGE GRADUATE!!       /
/ +81(90)6266-1163  V_/_ |(/)/                                  \
\___________________________/\__________________________________/



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