Mark,

I also was bitten by this include file. Is there some reason that you didn't put this stuff on linkage.h?  It is quite unusual to be including a .c file. Given that there is no make install target -those of us that build UW imap take our best guess as to what is required to be installed for a complete distribution. I missed this file - which sent us down a rabbit hole for until we reazlized the problem and included linkage.c in our distribution package.

Also, it isn't clear to me but are all of the c-client/*.h files required for an installation distribution in order to support building an app that uses the UW imap c-client lib?

In looking at mail.h and the chain of includes that occurs it seems to need pretty much everything in the c-client/*.h files in order to build an external app that uses the c-client lib.

Mark Crispin wrote:
On Mon, 10 Mar 2008, Mark Crispin wrote:
Your mail() function is missing the mandatory statement
       ^^^^^^

Sorry, I meant to type "Your main() function".

Every application that uses c-client must have the

#include "linkage.c"

statement, early in its main() function.

-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw


--
Untitled Document
Bob Atkins  
President/CEO

DigiLink, Inc.
Business Inter-net-working
The Cure for the Common ISP!

Phone: (310) 577-9450
Fax: (310) 577-3360
eMail: [EMAIL PROTECTED]

 

_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to