MCAL-Support

MCAL-Support

am 15.06.2005 16:51:49 von Joern Bredereck

Hallo NG,

ich habe hier das Problem, dass ich unter einem RH8 kein PHP4.3.11 mit
MCAL-Unterstützung compiliert bekomme.

[root@mail php-4.3.11]# rpm -aq |grep mcal
libmcal-0.7-2
libmcal-devel-0.7-2


../configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs
--with-gettext --with-xml --enable-ftp --with-imap=/usr/src/imap-2004d/
--with-zlib --with-dom --with-mcal

[...]

checking for MCAL support... yes
configure: error: Unable to locate your libmcal library files -
libmcal.a should be in the directory you specify or in the lib/
subdirectory below it - default search location is /usr/local

[root@mail usr]# find /usr -name libmcal.a
[root@mail usr]#


anschliessend habe ich versucht, libmcal selbst zu compilieren. Aber
leider schlägt auch das fehl:

[root@mail libmcal]# make
gcc -O0 -Wall -g -Iicap -Imstore -I. -c -o lex.ical_yy.o
lex.ical_yy.c
icalscanner.lex: In function `ical_usebuf':
icalscanner.lex:39: `INITIAL' undeclared (first use in this function)
icalscanner.lex:39: (Each undeclared identifier is reported only once
icalscanner.lex:39: for each function it appears in.)
make: *** [lex.ical_yy.o] Error 1

Bin ziemlich ratlos... hat jemand eine Idee?

--
Gruß,
Jörn