[Kroupware] Re: Help needed compiling Kolab Client

Eli Wapniarski kroupware@mail.kde.org
Thu, 2 Jan 2003 21:18:20 +0200


Some more problems

KDENETWORK  - configure
******
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: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to bug-autoconf@gnu.org. ##
configure: WARNING:     ## ------------------------------------ ##

checking for SLP support... no
configure: WARNING: Browsing in krfb and krdc not possible. Install OpenSLP 
(www                                                             
.openslp.org).

checking X11/extensions/xf86vmode.h usability... no
checking X11/extensions/xf86vmode.h presence... yes
configure: WARNING: X11/extensions/xf86vmode.h: present but cannot be compiled
configure: WARNING: X11/extensions/xf86vmode.h: check for missing prerequisite 
headers?
configure: WARNING: X11/extensions/xf86vmode.h: proceeding with the 
preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to bug-autoconf@gnu.org. ##
configure: WARNING:     ## ------------------------------------ ##

KDENETWORK - make
****

ppstats.o: In function `PPPStats::ifIsUp()':
pppstats.o(.text+0x471): undefined reference to `strlcpy'
pppstats.o: In function `PPPStats::initStats()':
pppstats.o(.text+0x6d3): undefined reference to `strlcpy'
opener.o: In function `Opener::mainLoop()':
opener.o(.text+0x2c2): undefined reference to `strlcpy'
opener.o(.text+0x2d9): undefined reference to `strlcat'
opener.o: In function `Opener::execpppd(char const*)':
opener.o(.text+0xc9d): undefined reference to `strlcpy'
opener.o: In function `checkForInterface()':
opener.o(.text+0xfde): undefined reference to `strlcpy'
collect2: ld returned 1 exit status
make[3]: *** [kppp] Error 1
make[3]: Leaving directory `/usr/src/kroupware/kdenetwork/kppp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/kroupware/kdenetwork/kppp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/kroupware/kdenetwork'
make: *** [all] Error 2


KDEPIM - make -f Makefile.cvs

This will be deleted before making the distribution

*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
*** Creating config.h template
*** Creating Makefile templates
*** Postprocessing Makefile templates
unknown icon type kpilot in kpilot/kpilot/Icons/Makefile.in 
(kpilot-hotsync.png)
*** preparing libical
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING:             [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
*** Creating date/time stamp
*** Finished
    Don't forget to run ./configure
    If you haven't done so in a while, run ./configure --help



KDEPIM - configure
****

configure: WARNING: KPILOT: MAL headers not found. AvantGo conduit will not be 
compiled.
checking glib.h usability... no
checking glib.h presence... no
checking for glib.h... no
checking for glib.h alternate... found
checking for g_free in -lglib... yes
checking gtk/gtk.h usability... no
checking gtk/gtk.h presence... no
checking for gtk/gtk.h... no
checking for gtk.h alternate... configure: WARNING: JPilotPluginProxy: no gtk 
headers found.
configure: WARNING: JPilotPluginProxy: gtk library or header files not found
checking for gtk/gtk.h... (cached) no
checking for gtk.h alternate... configure: WARNING: JPilotPluginProxy: no gtk 
headers found.
configure: WARNING: JPilotPluginProxy: gtk library or header files not found
checking pi-file.h usability... yes

KDEPIM - make
****
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This 
file includes at least one deprecated or antiquated header. Please consider 
using one of the 32 headers found in section 17.4.1.2 of the C++ standard. 
Examples include substituting the <X> header for the <X.h> header for C++ 
includes, or <sstream> instead of the deprecated header <strstream.h>. To 
disable this warning use -Wno-deprecated.
In file included from pilotDatabase.cc:34:
/usr/include/pi-appinfo.h:30:26: pi-appinfo.hxx: No such file or directory
make[3]: *** [pilotDatabase.lo] Error 1
make[3]: Leaving directory `/usr/src/kroupware/kdepim/kpilot/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/kroupware/kdepim/kpilot'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/kroupware/kdepim'
make: *** [all] Error 2



On Wednesday 01 January 2003 02:07, Marc Mutz wrote:
> On Wednesday 01 January 2003 00:19, Eli Wapniarski wrote:
> <snip>
>
> > Thanks, but I ran ln -s /usr/bin/auto* /bin
> > tried again and got the same errors in both directories.
>
> <snip>
>
> No. I said you should link or copy autofoo to either autofoo-1.6 (if
> autofoo is from automake 1.6) or to autofoo-2.5x (if autofoo is from
> autoconf 2.54), see the ls -l I had attached.
>
> Marc