'daemontools'에 해당되는 글 1건

  1. 2007/08/04 daemontools-0.70 설치 에러
2007/08/04 23:29
tai64nlocal.c: In function ‘main’:
tai64nlocal.c:54: warning: assignment makes pointer from integer without a cast
tai64nlocal.c:55: error: dereferencing pointer to incomplete type
tai64nlocal.c:56: error: dereferencing pointer to incomplete type
tai64nlocal.c:57: error: dereferencing pointer to incomplete type
tai64nlocal.c:58: error: dereferencing pointer to incomplete type
tai64nlocal.c:59: error: dereferencing pointer to incomplete type
tai64nlocal.c:60: error: dereferencing pointer to incomplete type
make: *** [tai64nlocal.o] Error 1


위와 같은 에러 발생시

tai64nlocal.c 파일에 "Change the second #include from <sys/time.h> to <time.h>"

errno.h 파일에 extern int errno; 문장 전에 #include "errno.h" 라인 추가



-Posted by Choi -

Posted by 상만닷컴