bug-mailutils
[Top][All Lists]
Advanced

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

[bug-mailutils] missing constants


From: djh
Subject: [bug-mailutils] missing constants
Date: Fri, 14 Oct 2005 16:56:50 +0900
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050728


System: CYGWIN_NT-5.1 1.5.18(0.132/4/2) 2005-07-02 20:30

Just downloaded fresh from cvs all mailutils source files. (10/14/2005)

did the autogen.sh and ./configure and tried make....

Result:  .....o.k. till...

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../mailbox -I../../mailbox/include -I../../include/mailutils/gnu -DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -MT folder.lo -MD -MP -MF .deps/folder.Tpo -c folder.c -DPIC -o .libs/folder.o
folder.c: In function `list_helper':
folder.c:363: error: `GLOB_ABORTED' undeclared (first use in this function)
folder.c:363: error: (Each undeclared identifier is reported only once
folder.c:363: error: for each function it appears in.)
folder.c:367: error: `GLOB_NOMATCH' undeclared (first use in this function)
folder.c:374: error: `GLOB_NOSYS' undeclared (first use in this function)
make[4]: *** [folder.lo] Error 1

This is where it dies.....
I looked into my /usr/include/glob.h thinking the missing constants should be there but they weren't.

glob.h is:
/*      $NetBSD: glob.h,v 1.6.2.2 1997/11/04 23:38:33 thorpej Exp $     */

/*
 * Copyright (c) 1989, 1993
 *The Regents of the University of California.  All rights reserved.
.... */


Any help and ideas about how to overcome this is appreciated.

Thanks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]