bug-autoconf
[Top][All Lists]
Advanced

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

error while compiling


From: Marek Ziółkowski
Subject: error while compiling
Date: Mon, 21 Feb 2005 08:48:01 +0100
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)

Hi,
I have that kind of problem while compiling ical2html:

address@hidden:~/www/ical2html-0.4# ./configure
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for pthread_create in -lpthread... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking ical.h usability... yes
checking ical.h presence... yes
checking for ical.h... yes
checking icalss.h usability... no
checking icalss.h presence... yes
configure: WARNING: icalss.h: present but cannot be compiled
configure: WARNING: icalss.h: check for missing prerequisite headers?
configure: WARNING: icalss.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for icalss.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for vprintf... yes
checking for _doprnt... no
checking for strcasecmp... yes
checking for strdup... yes
checking for memset... yes
checking for strerror... yes
checking for getopt_long... yes
checking for icaltime_compare in -lical... yes
checking for icalfileset_new in -licalss... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands

address@hidden:~/www/ical2html-0.4# make
make  all-am
make[1]: Entering directory `/home/ziolek/www/ical2html-0.4'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT ical2html.o -MD -MP -MF ".deps/ical2html.Tpo" \
  -c -o ical2html.o `test -f 'ical2html.c' || echo './'`ical2html.c; \
then mv -f ".deps/ical2html.Tpo" ".deps/ical2html.Po"; \
else rm -f ".deps/ical2html.Tpo"; exit 1; \
fi
ical2html.c:291: parse error before "icaltimezone"
ical2html.c: In function `add_to_queue':
ical2html.c:299: `start' undeclared (first use in this function)
ical2html.c:299: (Each undeclared identifier is reported only once
ical2html.c:299: for each function it appears in.)
ical2html.c:299: `tz' undeclared (first use in this function)
ical2html.c:299: incompatible types in assignment
ical2html.c:300: `end' undeclared (first use in this function)
ical2html.c:300: incompatible types in assignment
ical2html.c:301: `ev' undeclared (first use in this function)
ical2html.c: At top level:
ical2html.c:311: parse error before "icaltimezone"
ical2html.c: In function `iterate':
ical2html.c:323: `periodstart' undeclared (first use in this function)
ical2html.c:323: `duration' undeclared (first use in this function)
ical2html.c:326: `c' undeclared (first use in this function)
ical2html.c:330: `classmask' undeclared (first use in this function)
ical2html.c:330: `notclassmask' undeclared (first use in this function)
ical2html.c:338: `categorymask' undeclared (first use in this function)
ical2html.c:344: `notcategorymask' undeclared (first use in this function)
ical2html.c:365: `tz' undeclared (first use in this function)
ical2html.c: In function `main':
ical2html.c:408: `icaltimezone' undeclared (first use in this function)
ical2html.c:408: `tz' undeclared (first use in this function)
make[1]: *** [ical2html.o] Błąd 1
make[1]: Leaving directory `/home/ziolek/www/ical2html-0.4'
make: *** [all] Błąd 2


--
Marek Ziółkowski
address@hidden




reply via email to

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