Re: Compile error from today's CVS



On 2002.01.19 17:54 Willem Riede wrote:
> What should I do about
> 
> gcc -DSHAREDIR=\"/usr/share/misc\" -DSYSCONFDIR=\"/etc\" -DLIBMUTT -I.
> -I./imap    -O2 -march=i386 -mcpu=i686 -I/usr/include/glib-1.2
> -I/usr/lib/glib/include -D_REENTRANT -I/usr/include/glib-1.2
> -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/X11R6/include
> -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
> -I/usr/include/gnome-xml -I/usr/lib/vfs/include -D_REENTRANT -Werror
> -c charset.c

It is strange that gcc is called in libmutt with Gtk configuration 
options.

The command line for charset should be similar to the following:

gcc -DSHAREDIR=\"/usr/local/share\" -DSYSCONFDIR=\"/usr/local/etc\" 
-DLIBMUTT -I. -I./imap  -Idefault/include  -g -O2 -I/usr/include/pcre 
-c charset.c

I assume you are sure that the source you compile is a pristine CVS.
What options have you passed to the configure script? Is there 
something special in your environment?

-pawel



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