latested qmailadmin trunk... error also.

Sérgio Rosa <[email protected]>
Newsgroups gmane.mail.vpopmail
Message-ID <[email protected]>
ok, I got the latest trunk (with subversion) but no success. The output 
(parcial)

            qmailadmin 1.3.0
             Current settings
---------------------------------------
        cgi-bin dir = /var/www/cgi-bin
           html dir = /var/www/html
          image dir = /var/www/html/images/qmailadmin
          image URL = /images/qmailadmin
       template dir = /usr/local/share/qmailadmin
          qmail dir = /var/qmail
       vpopmail dir = /home/vpopmail
    autorespond dir = /usr/bin
          ezmlm dir = /usr/local/bin/ezmlm
          ezmlm idx = yes
    mysql for ezmlm = yes
               help = no
       modify quota = yes
    domain autofill = no
  modify spam check = no
[root@mail-srv qmailadmin]#
[root@mail-srv qmailadmin]# make
make  all-am
make[1]: Entering directory `/var/src/qmailadmin/trunk/qmailadmin'
if gcc -I. -I/home/vpopmail/include  -I. -I. -I.     -g -O2 -MT 
qmailadmin.o -MD -MP -MF ".deps/qmailadmin.Tpo" \
           -c -o qmailadmin.o `test -f 'qmailadmin.c' || echo 
'./'`qmailadmin.c; \
         then mv ".deps/qmailadmin.Tpo" ".deps/qmailadmin.Po"; \
         else rm -f ".deps/qmailadmin.Tpo"; exit 1; \
         fi
In file included from qmailadmin.c:40:
/home/vpopmail/include/vpopmail.h:149:1: warning: "MAX_FILE_NAME" redefined
In file included from qmailadmin.c:39:
qmailadmin.h:24:1: warning: this is the location of the previous definition
if gcc -I. -I/home/vpopmail/include  -I. -I. -I.     -g -O2 -MT alias.o 
-MD -MP -MF ".deps/alias.Tpo" \
           -c -o alias.o `test -f 'alias.c' || echo './'`alias.c; \
         then mv ".deps/alias.Tpo" ".deps/alias.Po"; \
         else rm -f ".deps/alias.Tpo"; exit 1; \
         fi
In file included from qmailadminx.h:19,
                  from alias.c:29:
/home/vpopmail/include/vpopmail.h:149:1: warning: "MAX_FILE_NAME" redefined
In file included from alias.c:28:
qmailadmin.h:24:1: warning: this is the location of the previous definition
if gcc -I. -I/home/vpopmail/include  -I. -I. -I.     -g -O2 -MT 
autorespond.o -MD -MP -MF ".deps/autorespond.Tpo" \
           -c -o autorespond.o `test -f 'autorespond.c' || echo 
'./'`autorespond.c; \
         then mv ".deps/autorespond.Tpo" ".deps/autorespond.Po"; \
         else rm -f ".deps/autorespond.Tpo"; exit 1; \
         fi
In file included from qmailadminx.h:19,
                  from autorespond.c:30:
/home/vpopmail/include/vpopmail.h:149:1: warning: "MAX_FILE_NAME" redefined
In file included from autorespond.c:29:
qmailadmin.h:24:1: warning: this is the location of the previous definition
if gcc -I. -I/home/vpopmail/include  -I. -I. -I.     -g -O2 -MT 
forward.o -MD -MP -MF ".deps/forward.Tpo" \
           -c -o forward.o `test -f 'forward.c' || echo './'`forward.c; \
         then mv ".deps/forward.Tpo" ".deps/forward.Po"; \
         else rm -f ".deps/forward.Tpo"; exit 1; \
         fi
In file included from qmailadminx.h:19,
                  from forward.c:30:
/home/vpopmail/include/vpopmail.h:149:1: warning: "MAX_FILE_NAME" redefined
In file included from forward.c:29:
qmailadmin.h:24:1: warning: this is the location of the previous definition
if gcc -I. -I/home/vpopmail/include  -I. -I. -I.     -g -O2 -MT 
mailinglist.o -MD -MP -MF ".deps/mailinglist.Tpo" \
           -c -o mailinglist.o `test -f 'mailinglist.c' || echo 
'./'`mailinglist.c; \
         then mv ".deps/mailinglist.Tpo" ".deps/mailinglist.Po"; \
         else rm -f ".deps/mailinglist.Tpo"; exit 1; \
         fi
In file included from qmailadminx.h:19,
                  from mailinglist.c:31:
/home/vpopmail/include/vpopmail.h:149:1: warning: "MAX_FILE_NAME" redefined
In file included from mailinglist.c:30:
qmailadmin.h:24:1: warning: this is the location of the previous definition
if gcc -I. -I/home/vpopmail/include  -I. -I. -I.     -g -O2 -MT user.o 
-MD -MP -MF ".deps/user.Tpo" \
           -c -o user.o `test -f 'user.c' || echo './'`user.c; \
         then mv ".deps/user.Tpo" ".deps/user.Po"; \
         else rm -f ".deps/user.Tpo"; exit 1; \
         fi
In file included from qmailadminx.h:19,
                  from user.c:37:
/home/vpopmail/include/vpopmail.h:149:1: warning: "MAX_FILE_NAME" redefined
In file included from user.c:36:
qmailadmin.h:24:1: warning: this is the location of the previous definition
user.c: In function âshow_user_linesâ:
user.c:139: warning: passing argument 3 of âreaduserquotaâ from 
incompatible pointer type
user.c: In function âcall_hooksâ:
user.c:418: error: âVPOPMAILDIRâ undeclared (first use in this function)
user.c:418: error: (Each undeclared identifier is reported only once
user.c:418: error: for each function it appears in.)
user.c: In function âset_remote_catchall_nowâ:
user.c:527: error: âVPOPMAILDIRâ undeclared (first use in this function)
user.c: In function âbounceallâ:
user.c:543: error: âVPOPMAILDIRâ undeclared (first use in this function)
user.c: In function âdeleteallâ:
user.c:559: error: âVPOPMAILDIRâ undeclared (first use in this function)
make[1]: *** [user.o] Error 1
make[1]: Leaving directory `/var/src/qmailadmin/trunk/qmailadmin'
make: *** [all] Error 2
[root@mail-srv qmailadmin]#

thanks!
sergio rosa

-- 
*AWD
*arquitectura web e design, lda
rua do moinho velho, 19 2ºdto
2655-242 ericeira

tlm +351 913 489 195
mail [email protected] <mailto:[email protected]>
url http://www.awd.pt



!DSPAM:4be0437732711433311800!
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.