[qmailadmin] Compile problem

2002-11-14 Thread Lars Olav Tveito
Dear list

I am trying to install qmailadmin-1.0.6 on SuSE 8.1
(Already running qmail, vpopmail-5.2.1, ezmlm-idx, and autoresponder.)

when running make I get complaints about the absence of vauth.h and vpopmail.h but I 
can't find anything about these files in the INSTALL file. 

Here is the output:

make  all-recursive
make[1]: Entering directory `/usr/local/src/qmailadmin-1.0.6'
make[2]: Entering directory `/usr/local/src/qmailadmin-1.0.6'
gcc -I.   -g -O2 -c qmailadmin.c
qmailadmin.c:29:22: vpopmail.h: No such file or directory
qmailadmin.c:30:19: vauth.h: No such file or directory
qmailadmin.c: In function `main':
qmailadmin.c:133: warning: assignment makes pointer from integer without a cast
qmailadmin.c:210: warning: assignment makes pointer from integer without a cast
qmailadmin.c:218: dereferencing pointer to incomplete type
qmailadmin.c:222: dereferencing pointer to incomplete type
make[2]: *** [qmailadmin.o] Error 1
make[2]: Leaving directory `/usr/local/src/qmailadmin-1.0.6'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/qmailadmin-1.0.6'
make: *** [all-recursive-am] Error 2

I would be very thankful for any suggestions. Thanks a lot!

Lars Olav Tveito
[EMAIL PROTECTED]
+47 22 95 80 93
+47 906 53 577




Re: [qmailadmin] Compile problem

2002-11-14 Thread Mario Eber Rodriguez
Hi Lars!:

You have a problem when compiling the file qmailadmin.c 
You must open the Makefile file and see how it compiles it. It can be
that it is not taking the archives to header correctly. It is probable
that you must alter the Makefile file or see the location of each one of
# include  header.h .
It can that is aiming at a mistaken directory. 

Have a great day!

Mario Eber Rodriguez.



El jue, 14-11-2002 a las 15:46, Lars Olav Tveito escribió:
 Dear list
 
 I am trying to install qmailadmin-1.0.6 on SuSE 8.1
 (Already running qmail, vpopmail-5.2.1, ezmlm-idx, and autoresponder.)
 
 when running make I get complaints about the absence of vauth.h and vpopmail.h but I 
can't find anything about these files in the INSTALL file. 
 
 Here is the output:
 
 make  all-recursive
 make[1]: Entering directory `/usr/local/src/qmailadmin-1.0.6'
 make[2]: Entering directory `/usr/local/src/qmailadmin-1.0.6'
 gcc -I.   -g -O2 -c qmailadmin.c
 qmailadmin.c:29:22: vpopmail.h: No such file or directory
 qmailadmin.c:30:19: vauth.h: No such file or directory
 qmailadmin.c: In function `main':
 qmailadmin.c:133: warning: assignment makes pointer from integer without a cast
 qmailadmin.c:210: warning: assignment makes pointer from integer without a cast
 qmailadmin.c:218: dereferencing pointer to incomplete type
 qmailadmin.c:222: dereferencing pointer to incomplete type
 make[2]: *** [qmailadmin.o] Error 1
 make[2]: Leaving directory `/usr/local/src/qmailadmin-1.0.6'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/usr/local/src/qmailadmin-1.0.6'
 make: *** [all-recursive-am] Error 2
 
 I would be very thankful for any suggestions. Thanks a lot!
 
 Lars Olav Tveito
 [EMAIL PROTECTED]
 +47 22 95 80 93
 +47 906 53 577