Author Topic: kitchensync-0.0.8- not compiling on Mandrake 10  (Read 3077 times)

mussi

  • Jr. Member
  • **
  • Posts: 95
    • View Profile
    • http://
kitchensync-0.0.8- not compiling on Mandrake 10
« on: September 21, 2004, 07:32:23 pm »
I've found out that next to the new OZ release (great work, MickeyL!), there's a new KitchenSync release. Alas, I can't get it to compile on my Mandrake 10 with automake 2.13 and autoconf 1.7.

I do a configure and get the following abnormal output (all else is fine):

checking linux/tcp.h usability... no
checking linux/tcp.h presence... yes
configure: WARNING: linux/tcp.h: present but cannot be compiled
configure: WARNING: linux/tcp.h:     check for missing prerequisite headers?
configure: WARNING: linux/tcp.h: see the Autoconf documentation
configure: WARNING: linux/tcp.h:     section "Present But Cannot Be Compiled"
configure: WARNING: linux/tcp.h: proceeding with the preprocessor's result
configure: WARNING: linux/tcp.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
checking for linux/tcp.h... yes
checking linux/if_ppp.h usability... no
checking linux/if_ppp.h presence... yes
configure: WARNING: linux/if_ppp.h: present but cannot be compiled
configure: WARNING: linux/if_ppp.h:     check for missing prerequisite headers?
configure: WARNING: linux/if_ppp.h: see the Autoconf documentation
configure: WARNING: linux/if_ppp.h:     section "Present But Cannot Be Compiled"
configure: WARNING: linux/if_ppp.h: proceeding with the preprocessor's result
configure: WARNING: linux/if_ppp.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
checking for linux/if_ppp.h... yes
checking net/errno.h usability... no

====================================================

And when doing a compile run, it works for some time and breaks here:

====================================================

/bin/sh ../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o libksync2.la -rpath /usr/lib -L/usr/X11R6/lib -L/usr/lib/qt3//lib -L/usr/lib  -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -version-info 0:0:0 syncer.lo syncee.lo syncentry.lo syncui.lo syncuikde.lo kontainer.lo syncalgorithm.lo standardsync.lo addressbooksyncee.lo unknownsyncee.lo opiedesktopsyncee.lo calendarsyncee.lo synceelist.lo merger.lo addressbookmerger.lo calendarmerger.lo bookmarksyncee.lo conflictdialog.lo synchistory.lo -llibkcal -lkabc -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread -llibkdepim
libtool: link: warning: `/usr/X11R6/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/X11R6/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/X11R6/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/X11R6/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/X11R6/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/X11R6/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/X11R6/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/X11R6/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/X11R6/lib/libGL.la' seems to be moved
/usr/bin/ld: cannot find -llibkcal
collect2: ld returned 1 exit status
make[4]: *** [libksync2.la] Error 1
make[4]: Leaving directory `/tmp/kitchensync-0.0.8-kornholio/kitchensync/libksync'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/kitchensync-0.0.8-kornholio/kitchensync/libksync'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/kitchensync-0.0.8-kornholio/kitchensync'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/kitchensync-0.0.8-kornholio'
make: *** [all] Error 2

====================================================

The system is a Mandrake 10 Official Edition, with all the stuff installed else, the KitchenSync configure run does not break else. The libraries are there, so this seems not to be the problem. Anybody got a clue what to modify?
« Last Edit: September 21, 2004, 07:36:58 pm by mussi »

snubnose

  • Newbie
  • *
  • Posts: 4
    • View Profile
kitchensync-0.0.8- not compiling on Mandrake 10
« Reply #1 on: November 08, 2004, 02:55:34 am »
I tried it too...
there are a couple of mistakes in the makefile
the parameter should be
-lkcal instead of -llibkcal
but there are several other mistakes - I'm wondering if anyone did ever compile the whole package (with the sources you can download at the moment)