Re: [GnomeMeeting-list] GnomeMeeting 0.94.1



On 24 Nov 2002 11:49:36 +0100
Damien Sandras <dsandras seconix com> wrote:

> 
> Le sam 23/11/2002 ŕ 23:34, Vitaly Lipatov a écrit :
> 
> > I have found a source of my trouble:
> > cc1plus: warning: changing search order for system directory 
> > "/usr/include"
> > cc1plus: warning:   as it has already been specified as a 
> > non-system directory
> > 
> 
> It happens with gcc 3.x when some script returns /usr/include as
> include directory. SDL is doing this. gcc 3.x gives a warning because
> /usr/include should not be specified as -I parameter as it is a system
> directory. But that shouldn't give any problem.
> 
> Unfortunately, I have no idea for your problem. I'm sorry....
> GnomeMeeting compiles fine here with gcc 3.2. If you find the solution
> to your problem, please contribute it back here.

Here is solution what is working for me when building GM with gcc 3.2:

#dirty hack                                                             
perl -p -i -e 's|-I/usr/include | |g' `find -name Makefile` 

Probably it is not needed with gcc 3.2.1

					Artur
-- 
Zawsze kiedy jest problem, jest jakieś rozwiązanie;
 zatem jeśli nie ma rozwiązania, nie ma problemu.



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