Re: compile errors on macosx and disable-iconv

2002-09-13 Thread Eugene Lee

On Fri, Sep 13, 2002 at 02:19:49AM -0700, Eugene Lee wrote:
: 
: I'm having problems compiling mutt-1.4i on Mac OS X 10.2.  I already
: discovered that --without-iconv doesn't work and have applied Lars'
: patch-1.4.lh.noiconv.1 patch (it says patch.1.3.28.lh.noiconv in the
: patched ChangeLog) that added --disable-iconv.
[...]

I had a short burst of exchanges with Lars Heckling, and he helped me to
resolve the problem.  If anyone needs Mutt sans the recommended libiconv
support, feel free to bug me for the update.  Thanks Lars!

Hmmm, is there an update planned for mutt-1.4 in the near future?


-- 
Eugene Lee
[EMAIL PROTECTED]



Re: compile errors

2002-04-11 Thread Eduardo Gargiulo

Hi all.

I'm STILL trying to compile mutt-1.3.28i, but the process failed with the
following error:

--- 8 ---
pgp.c: In function `disable_coredumps':
pgp.c:70: variable `rl' has initializer but incomplete type
pgp.c:70: warning: excess elements in struct initializer after `rl'
pgp.c:70: warning: excess elements in struct initializer after `rl'
pgp.c:70: storage size of `rl' isn't known
pgp.c:75: warning: implicit declaration of function `setrlimit'
pgp.c:75: `RLIMIT_CORE' undeclared (first use in this function)
pgp.c:75: (Each undeclared identifier is reported only once
pgp.c:75: for each function it appears in.)
pgp.c:70: warning: unused variable `rl'
make[1]: *** [pgp.o] Error 1
make[1]: Leaving directory `/usr/src//mutt-1.3.28'
make: *** [install-recursive] Error 1
--- 8 ---

i get the same error with 1.3.27i version and i want pgp support.
is there someone in the list that points me how to solve this problem?

TIA

-- 
Eduardo Gargiulo
ejg(at)ar.homelinux.org



Re: compile errors

2002-04-11 Thread Mark J. Reed

On Thu, Apr 11, 2002 at 12:52:45PM -0300, Eduardo Gargiulo wrote:
 Hi all.
 
 I'm STILL trying to compile mutt-1.3.28i, but the process failed with the
 following error:
What's your environment?  Operating system+version, compiler+version?
It appears that you're missing the resource limit declarations. 
On both my Linux Mandrake 7 and Solaris 7 systems, those are found
in the include file sys/resource.h, but it appears that they're not in
that file on your system, so you may have to add a #include to pgp.h.

The other possibility is that the declarations are in that file, but
configure script wasn't able to determine that such a file exists.  
But since it makes that determination by actually trying to compile a C
program with the line #include sys/resource.h, that's unlikely.

 --- 8 ---
 pgp.c: In function `disable_coredumps':
 pgp.c:70: variable `rl' has initializer but incomplete type
 pgp.c:70: warning: excess elements in struct initializer after `rl'
 pgp.c:70: warning: excess elements in struct initializer after `rl'
 pgp.c:70: storage size of `rl' isn't known
 pgp.c:75: warning: implicit declaration of function `setrlimit'
 pgp.c:75: `RLIMIT_CORE' undeclared (first use in this function)
 pgp.c:75: (Each undeclared identifier is reported only once
 pgp.c:75: for each function it appears in.)
 pgp.c:70: warning: unused variable `rl'
 make[1]: *** [pgp.o] Error 1
 make[1]: Leaving directory `/usr/src//mutt-1.3.28'
 make: *** [install-recursive] Error 1
 --- 8 ---
 
 i get the same error with 1.3.27i version and i want pgp support.
 is there someone in the list that points me how to solve this problem?
 
 TIA
 
 -- 
 Eduardo Gargiulo
 ejg(at)ar.homelinux.org

-- 
Mark REED| CNN Internet Technology
1 CNN Center Rm SW0831G  | [EMAIL PROTECTED]
Atlanta, GA 30348  USA   | +1 404 827 4754 
--
Banacek's Eighteenth Polish Proverb:
The hippo has no sting, but the wise man would rather be sat upon
by the bee.



Re: compile errors

2002-04-11 Thread Michael Tatge

If don't provide us with some basic information, I won't expect an
answer.

Eduardo Gargiulo ([EMAIL PROTECTED]) muttered:
 I'm STILL trying to compile mutt-1.3.28i, but the process failed with the
 following error:
 
 --- 8 ---
 pgp.c: In function `disable_coredumps':
 pgp.c:70: variable `rl' has initializer but incomplete type
 pgp.c:70: warning: excess elements in struct initializer after `rl'
 pgp.c:70: warning: excess elements in struct initializer after `rl'
 pgp.c:70: storage size of `rl' isn't known
 pgp.c:75: warning: implicit declaration of function `setrlimit'
 pgp.c:75: `RLIMIT_CORE' undeclared (first use in this function)
 pgp.c:75: (Each undeclared identifier is reported only once
 pgp.c:75: for each function it appears in.)
 pgp.c:70: warning: unused variable `rl'
 make[1]: *** [pgp.o] Error 1
 make[1]: Leaving directory `/usr/src//mutt-1.3.28'
 make: *** [install-recursive] Error 1
 --- 8 ---
 
 i get the same error with 1.3.27i version and i want pgp support.
 is there someone in the list that points me how to solve this problem?

Which OS, compiler, compiled against which libs, etc?

Michael
-- 
I'd crawl over an acre of 'Visual This++' and 'Integrated Development
That' to get to gcc, Emacs, and gdb.  Thank you.
(By Vance Petree, Virginia Power)

PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key