elmo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elmo-devel] Kompilacja elmo pod cygwinem


From: Dawid Duda
Subject: [elmo-devel] Kompilacja elmo pod cygwinem
Date: Fri, 1 Aug 2003 10:12:16 +0200

Witam.

Zaminilem #include <sys/dir.h> na #include <dirent.h>.
Nie mam w zwiazku z tym bledu o nie znalezionym pliku
do includowania, natomiast pozostaje nastepujacy blad
kompilacji:

if
gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -DLOCALEDIR='"/usr/local/share/loc
ale"'  -g -O2 -MT maildir.o -MD -MP -MF "
.deps/maildir.Tpo" \
  -c -o maildir.o `test -f 'maildir.c' || echo './'`maildir.c; \
then mv -f ".deps/maildir.Tpo" ".deps/maildir.Po"; \
else rm -f ".deps/maildir.Tpo"; exit 1; \
fi
maildir.c: In function `process_list_new':
maildir.c:314: structure has no member named `d_fileno'
maildir.c: In function `reset_array':
maildir.c:341: structure has no member named `d_fileno'
maildir.c: In function `is_in_array':
maildir.c:366: structure has no member named `d_fileno'
make[2]: *** [maildir.o] Error 1
make[2]: Leaving directory `/cygdrive/d/src/elmo/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/d/src/elmo'
make: *** [all] Error 2


Moze ktos wie co moge z tym zrobic?

dave






reply via email to

[Prev in Thread] Current Thread [Next in Thread]