bug-mailutils
[Top][All Lists]
Advanced

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

Compiling error in folder.c (was Re: [bug-mailutils] Resend : [PATCH] ne


From: 이기동\(Kidong Lee\)
Subject: Compiling error in folder.c (was Re: [bug-mailutils] Resend : [PATCH] new RFC 2047 encoder)
Date: Thu, 26 May 2005 15:12:49 +0900 (JST)

--- Sergey Poznyakoff <address@hidden> wrote:
> 痙?(Kidong Lee\) <address@hidden> wrote:
> 
> > The existing encoder function does not use filter
> and
> > stream function, so this function is partially
> > duplicated with base64/qp encoder in
> filter_trans.c.
> > 
> > so, I rewrote the function using filter_* and
> stream_*
> > functions, removing duplicated code.
> 
> Great, thank you.
>  
> > This patch is based on version 0.6, not CVS.
> 
> OK
> 
> > (When I compiled source on CVS, error occured at
> > compiling folder.c)
> 
> What error, please?

I attached error message from make utility. and I
excuted ./autogen.sh and ./configure without any
options.

This is my environment. Yahoo mail wraps long line, so
maybe I should email address =).

address@hidden:~/project/mailutils$ uname -a
Linux linux 2.4.27-1-386 #1 Fri Sep 3 06:24:46 UTC
2004 i686 GNU/Linux

address@hidden:~/project/mailutils$ gcc -v
Reading specs from
/usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang
--prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3
--enable-shared --with-system-zlib --enable-nls
--without-included-gettext --enable-__cxa_atexit
--enable-clocale=gnu --enable-debug
--enable-java-gc=boehm --enable-java-awt=xlib
--enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-8)

address@hidden:~/project/mailutils$ make -v
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying
conditions.
There is NO warranty; not even for MERCHANTABILITY or
FITNESS FOR A
PARTICULAR PURPOSE.

address@hidden:~/project/mailutils$ autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying
conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE.

address@hidden:~/project/mailutils$ automake --version
automake (GNU automake) 1.9.5
Written by Tom Tromey <address@hidden>.

Copyright 2005 Free Software Foundation, Inc.
This is free software; see the source for copying
conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE.

address@hidden:~/project/mailutils$ iconv --version
iconv (GNU libc) 2.3.2
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying
conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE.
Written by Ulrich Drepper.

address@hidden:~/project/mailutils$ gettext --version
gettext (GNU gettext-runtime) 0.14.1
Copyright (C) 1995-1997, 2000-2004 Free Software
Foundation, Inc.
This is free software; see the source for copying
conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE.
Written by Ulrich Drepper.

I hope this will be helpful to find error.

Cheers,
Kidong


        

        
                
________________________________________________________
무료 1GB용량!, 더 이상 용량 고민없는 - 야후! 메일 (http://mail.yahoo.co.kr) 
최신 휴대폰 정보, 벨소리, 캐릭터, 문자메세지 - 야후! 모바일 (http://kr.mobile.yahoo.com) 
대한민국 블로그가 모인 곳! - 야후! 피플링(http://kr.ring.yahoo.com)
make[4]: Entering directory `/home/brian/project/mailutils/mailbox/mbox'
if /bin/sh ../../libtool --tag=CC --mode=compile 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 -o folder.lo folder.c; \
then mv -f ".deps/folder.Tpo" ".deps/folder.Plo"; else rm -f 
".deps/folder.Tpo"; exit 1; fi
 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  -fPIC -DPIC -o .libs/folder.o
folder.c: In function `folder_mbox_lsub':
folder.c:332: error: `MU_ERR_OUT_NULL' undeclared (first use in this function)
folder.c:332: error: (Each undeclared identifier is reported only once
folder.c:332: error: for each function it appears in.)
folder.c: In function `folder_mbox_unsubscribe':
folder.c:398: error: `MU_ERR_NOENT' undeclared (first use in this function)
make[4]: *** [folder.lo] Error 1
make[4]: Leaving directory `/home/brian/project/mailutils/mailbox/mbox'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/brian/project/mailutils/mailbox'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/brian/project/mailutils/mailbox'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/brian/project/mailutils'
make: *** [all] Error 2

reply via email to

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