discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Pantomime error


From: Richard Frith-Macdonald
Subject: Re: Pantomime error
Date: Wed, 10 Jul 2002 18:10:12 +0100

On Wednesday, July 10, 2002, at 05:38 PM, Guevara, Kristine F wrote:

I am using Solaris 8 and gcc-3.1.  I have gnustep-make/base 1.3.3 and
gnustep-gui/back 0.7.8.  I am trying to build Pantomime and GNUmail.app,
however, it returns with the following error.

At a guess, this stuff has not been ported to Solaris. If so, you might want
to port it and contribute the results back to the author.

The warning about iconv is probably harmless.

The warning about bzero may be harmless too, but if solaris doesn't have bzero,
an implementation would need to be written for it.

The errors to do with file locking might be a bug/misfeature - I would guess that the file locking code is not needed at all since the NSDistributedLock class should be able to handle locking in a portabe way. However, it could be that the unix locking API is being used to co-operate with some other non-gnustep process - in which case the code would need to be ported rather than simply rewritten to
NSDistributedLock.

Making all in Source...
make[1]: Entering directory `/reserved/toolman/Pantomime/Source'
Making all for library libPantomime...
mkdir -p ./shared_obj
mkdir -p ./shared_obj/sparc
mkdir -p ./shared_obj/sparc/solaris2.8
mkdir -p ./shared_obj/sparc/solaris2.8/gnu-gnu-gnu
 Compiling file atonum.c ...
 Compiling file date_util.c ...
 Compiling file getword.c ...
 Compiling file len_next.c ...
 Compiling file parsarpdat.c ...
 Compiling file parsarpmbox.c ...
 Compiling file rfc822tlen.c ...
 Compiling file strfcpy.c ...
 Compiling file strincmp.c ...
 Compiling file striparens.c ...
 Compiling file MimeUtility.m ...
MimeUtility.m: In function `+[MimeUtility stringWithData:charset:]':
MimeUtility.m:392: warning: passing arg 2 of `iconv' from incompatible
pointer type
MimeUtility.m: In function `+[MimeUtility encodeBase64:lineLength:]':
MimeUtility.m:765: warning: implicit declaration of function `bzero'
 Compiling file Message.m ...
 Compiling file Part.m ...
 Compiling file Parser.m ...
 Compiling file Flags.m ...
 Compiling file InternetAddress.m ...
 Compiling file MimeBodyPart.m ...
 Compiling file NSStringExtensions.m ...
 Compiling file NSDataExtensions.m ...
 Compiling file MimeMultipart.m ...
 Compiling file LocalMessage.m ...
LocalMessage.m: In function `-[LocalMessage rawSource]':
LocalMessage.m:102: warning: implicit declaration of function `bzero'
 Compiling file LocalStore.m ...
 Compiling file LocalFolder.m ...
LocalFolder.m: In function `-[LocalFolder unfoldLinesStartingWith:]':
LocalFolder.m:389: warning: implicit declaration of function `bzero'
LocalFolder.m: In function `-[LocalFolder close]':
LocalFolder.m:462: warning: implicit declaration of function `flock'
LocalFolder.m:462: `LOCK_UN' undeclared (first use in this function)
LocalFolder.m:462: (Each undeclared identifier is reported only once
LocalFolder.m:462: for each function it appears in.)
LocalFolder.m: In function `-[LocalFolder expunge:]':
LocalFolder.m:598: `LOCK_UN' undeclared (first use in this function)
LocalFolder.m: In function `-[LocalFolder(Private) _openAndLockFolder]':
LocalFolder.m:855: `LOCK_EX' undeclared (first use in this function)
LocalFolder.m:855: `LOCK_NB' undeclared (first use in this function)
LocalFolder.m:862: `LOCK_UN' undeclared (first use in this function)
make[2]: *** [shared_obj/sparc/solaris2.8/gnu-gnu-gnu/LocalFolder.o] Error 1
make[1]: *** [libPantomime.all.library.variables] Error 2
make[1]: Leaving directory `/reserved/toolman/Pantomime/Source'
make: *** [internal-all] Error 2

Any help would be appreciated.

Kristine Guevara

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://mail.gnu.org/mailman/listinfo/discuss-gnustep





reply via email to

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