hi,

  % which compile_et
      /usr/bin/compile_et

  % compile_et imap/imap_err.et
      Error Table "imap" has base -1904809472

Well, it writes out imap_err.h, imap_err.c, and the latter would have the
reference.

<duh> me </duh>

ok.

--> fresh DL of v2.2.12

   % cd /usr/ports/cyrus/cyrus-imapd-2.2.12/imap
   % ls -al imap_err.c imap_err.h
       -rw-r--r--  1 17985 staff   2394 Feb 14 09:59 imap_err.c
       -rw-r--r--  1 17985 staff   3713 Feb 14 09:59 imap_err.h

   % grep et_list imap_err.c
       struct et_list {
           struct et_list *next;
       extern struct et_list *_et_list;
       static struct et_list link = { 0, 0 };
               link.next = _et_list;
               _et_list = &link;

   % compile_et imap_err.et
       Error Table "imap" has base -1904809472

   % ls -al imap_err.c imap_err.h
       -rw-r--r--  1 17985 staff   2141 May 23 14:19 imap_err.c
       -rw-r--r--  1 17985 staff   3827 May 23 14:19 imap_err.h

   % grep et_list imap_err.c
   % (<-- EMPTY)

hmmm .... no reference to et_list. consistent with it not being there, i'd think ... no ?

  % ls -al /usr/ports/cyrus/cyrus-imapd-2.2.12/et/compile_et*
      -rw-r--r--  1 17985 staff 4039 May 23  2000
      /usr/ports/cyrus/cyrus-imapd-2.2.12/et/compile_et.1
      -rwxr-xr-x  1 17985 staff 1953 May 23  2000
      /usr/ports/cyrus/cyrus-imapd-2.2.12/et/compile_et.sh

nothin' else there ...

Wait. darwinports? The build directory is in a subdirectory.

hmm? did i miss something? ... i'm not using darwinports.

*i'm* building (currently) @ the top of the src tree

cheers,

richard
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to