On Tuesday 01 May 2001 20:21, Niklaus Giger wrote: > First I would like to thank everybody for their work on KOrganizer. > It is a good program and I enjoy using it. > > It is just about to fill my needs, if the synchronisation with my > PalmPilot would work. > > A few months ago I was able to compile kdepim. Now, in order to test > the palm conduit, I tried again and always ran into problems: > > Here is my first problem: > > make[5]: Entering directory > `/usr/tst/kde/kdepim/libical/src/libicalvcal' > byacc -d vcc.y && mv y.tab.c vcc.c > byacc: 2 shift/reduce conflicts. > if test -f y.tab.h; then \ > if cmp -s y.tab.h vcc.h; then rm -f y.tab.h; else mv y.tab.h vcc.h; > fi; \ else :; fi > /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. > -I../.. -I../.. -I../../src/libical > -I../../src/libicalss -I. -g -O2 -c icalvcal.c > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src/libical > -I../../src/libicalss -I. -g -O2 -Wp,-MD,.deps/icalvcal.pp -c > icalvcal.c -fPIC -DPIC -o .libs/icalvcal.o > In file included from icalvcal.h:30, > from icalvcal.c:42: > vcc.h:21: parse error before `VObject' > vcc.h:21: warning: no semicolon at end of struct or union > > I am running a Debian testing system. With cvsup I got I copy from > qt-copy, kdelibs and kdepim. > I used the following lines to configure/make: > export YACC='byacc -d' > export QTDIR=/usr/tst/kde/qt-copy > export KDEDIR=/usr/tst/kde > make -f Makefile.cvs > ./configure --enable-debug > make > > Any hint would be appreciated. I'm using bison instead of byacc and it works without problems. libicalvcal is not used by any program in kdepim. If it is only this subdir causing problems you can disable compilation by removing libicalvcal from the SUBDIRS line in kdepim/libical/src/Makefile.am -- Cornelius Schumacher