Re: Compile problems with compilation of daemontools-0.70 on RH 7.1

2001-05-24 Thread Robin S. Socha

* Henning Brauer [EMAIL PROTECTED] [010524 14:45]:
 On Mon, May 21, 2001 at 02:12:23PM -0400, Ed Weinberg wrote:
  I am havingompile problems compiling daemontools-0.70 on RH 7.1.  I have
ยท
 This is a FAQ. With Linux Kernel 2.4 an inlcude path is broken. Search teh
 archives for time.h .
 Why the hell did they need to change include pathes?!

man (5) clusterfuck, look for Mongolian.

RoOpenBSD 2.9-stablebin



Compile problems with compilation of daemontools-0.70 on RH 7.1

2001-05-21 Thread Ed Weinberg

I am havingompile problems compiling daemontools-0.70 on RH 7.1.  I have
already compiled Qmail, Checkpassword, and several other packages, just this
one is giving me a problem.  Are there known problems doing this with 7.1? 
Anyone have a work-arround? Here is the last few lines  while make is
running:

./load tai64n time.a unix.a byte.a 
./compile tai64nlocal.c
tai64nlocal.c: In function `main':
tai64nlocal.c:54: warning: assignment makes pointer from integer without a cast
tai64nlocal.c:55: dereferencing pointer to incomplete type
tai64nlocal.c:56: dereferencing pointer to incomplete type
tai64nlocal.c:57: dereferencing pointer to incomplete type
tai64nlocal.c:58: dereferencing pointer to incomplete type
tai64nlocal.c:59: dereferencing pointer to incomplete type
tai64nlocal.c:60: dereferencing pointer to incomplete type
make: *** [tai64nlocal.o] Error 1

Thanks
  --  Ed



Re: Compile problems with compilation of daemontools-0.70 on RH 7.1

2001-05-21 Thread Carl J. Danowski

Are you compiling as non-root?  If you're the root user, it won't compile.
I had similar problems, but then I compiled in the home directory of a
non-root user and it worked.


- Original Message -
From: Ed Weinberg [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 21, 2001 1:23 PM
Subject: Compile problems with compilation of daemontools-0.70 on RH 7.1


 I am havingompile problems compiling daemontools-0.70 on RH 7.1.  I have
 already compiled Qmail, Checkpassword, and several other packages, just
this
 one is giving me a problem.  Are there known problems doing this with 7.1?
 Anyone have a work-arround? Here is the last few lines  while make is
 running:

 ./load tai64n time.a unix.a byte.a
 ./compile tai64nlocal.c
 tai64nlocal.c: In function `main':
 tai64nlocal.c:54: warning: assignment makes pointer from integer without a
cast
 tai64nlocal.c:55: dereferencing pointer to incomplete type
 tai64nlocal.c:56: dereferencing pointer to incomplete type
 tai64nlocal.c:57: dereferencing pointer to incomplete type
 tai64nlocal.c:58: dereferencing pointer to incomplete type
 tai64nlocal.c:59: dereferencing pointer to incomplete type
 tai64nlocal.c:60: dereferencing pointer to incomplete type
 make: *** [tai64nlocal.o] Error 1

 Thanks
   --  Ed




Re: Compile problems with compilation of daemontools-0.70 on RH 7.1

2001-05-21 Thread Henning Brauer

On Mon, May 21, 2001 at 02:12:23PM -0400, Ed Weinberg wrote:
 I am havingompile problems compiling daemontools-0.70 on RH 7.1.  I have

This is a FAQ. With Linux Kernel 2.4 an inlcude path is broken. Search teh
archives for time.h .
Why the hell did they need to change include pathes?!


-- 
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany   *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)



Re: Compile problems with compilation of daemontools-0.70 on RH 7.1

2001-05-21 Thread Ed Weinberg

 Lordy [EMAIL PROTECTED] wrote:
This is a well known problem and I think it is produced by a change
in Glibc, as far as I can remember. However, a little change in Line 2
of tai64nlocal.c should make things work:
change #include sys/time.h to #include time.h

This is great.  You are at a customer's site.  You send a problem description to a 
list, go to lunch, and the 
answer is there when you get back!  Try that sometime with Exchange $erver.

Thanks!  That did it.

   --  Ed



Re: Compile problems with compilation of daemontools-0.70 on RH 7.1

2001-05-21 Thread K. F. Yim

Edit the tai64nlocal.c remove the sys/ from #include sys/time.h and
recompile.

KF
- Original Message -
From: Ed Weinberg [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 22, 2001 1:23 AM
Subject: Compile problems with compilation of daemontools-0.70 on RH 7.1


 I am havingompile problems compiling daemontools-0.70 on RH 7.1.  I have
 already compiled Qmail, Checkpassword, and several other packages, just
this
 one is giving me a problem.  Are there known problems doing this with 7.1?
 Anyone have a work-arround? Here is the last few lines  while make is
 running:

 ./load tai64n time.a unix.a byte.a
 ./compile tai64nlocal.c
 tai64nlocal.c: In function `main':
 tai64nlocal.c:54: warning: assignment makes pointer from integer without a
cast
 tai64nlocal.c:55: dereferencing pointer to incomplete type
 tai64nlocal.c:56: dereferencing pointer to incomplete type
 tai64nlocal.c:57: dereferencing pointer to incomplete type
 tai64nlocal.c:58: dereferencing pointer to incomplete type
 tai64nlocal.c:59: dereferencing pointer to incomplete type
 tai64nlocal.c:60: dereferencing pointer to incomplete type
 make: *** [tai64nlocal.o] Error 1

 Thanks
   --  Ed