Compile Error

Luciano Montanaro luciano.montanaro at consulenti.fastweb.it
Mon Aug 1 11:13:56 CEST 2005


El Domingo 31 Julio 2005 21:00, Lars Engels escribió:
> From: Lars Engels <lars.engels at 0x20.net>
> To: konq-e at kde.org
> Subject: Compile Error
> Message-ID: <20050730230622.GA76958 at bart.bsd-geek.de>
> Mime-Version: 1.0
> Content-Type: text/plain; charset=iso-8859-15
> Content-Disposition: inline
> User-Agent: Mutt/1.5.9i
> Status: RO
> Content-Length: 2182
> Lines: 56
>
> Hi Luciano, hi all,
>
> since thursday I am trying to compile Konqueror Embedded on FreeBSD.
> After removing all occurences of kmainwindow.(cpp|lo|h) in
> konq-embed/dropin/Makefile.in I am receiving the following error:
>
> if g++ -DHAVE_CONFIG_H -I. -I. -I../..
> -I../../konq-embed/kdesrc/kdecore
> -I../../konq-embed/kdesrc/kssl -I./pics -I./../dropin
> -I./../kdesrc/kdecore -I./../kdesrc/kio/http/kcookiejar
> -I./../kdesrc/kssl -I./../kdesrc/khtml -I./../kdesrc
> -I./../kdesrc/khtml/dom -I./../kdesrc/khtml/misc -I./../dropin/kio
> -I./../dropin/khtml -I../../konq-embed/kdesrc
> -I../../konq-embed/kdesrc/kssl -I../../konq-embed/kdesrc/kjs
> -I/usr/local/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT
> -D_THREAD_SAFE   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W
> -Wpointer-arith -Wno-non-virtual-dtor -O2 -fno-exceptions
> -fno-check-new
> -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST
> -MT
> bookmarkeditimpl.o -MD -MP -MF ".deps/bookmarkeditimpl.Tpo" -c -o
> bookmarkeditimpl.o bookmarkeditimpl.cc; \
> then mv -f ".deps/bookmarkeditimpl.Tpo"
> ".deps/bookmarkeditimpl.Po"; else rm -f
> ".deps/bookmarkeditimpl.Tpo"; exit 1; fi
> gmake[5]: *** No rule to make target `-L/usr/local/lib',
> needed by `konqueror'.  Stop.
> gmake[5]: Leaving directory
> `/usr/home/lars/tmp/konqueror3-embedded-0.2-20050729/konq-embed/src'
> gmake[4]: *** [all-recursive] Error 1
> gmake[4]: Leaving directory
> `/usr/home/lars/tmp/konqueror3-embedded-0.2-20050729/konq-embed/src'
> gmake[3]: *** [all] Error 2
> gmake[3]: Leaving directory
> `/usr/home/lars/tmp/konqueror3-embedded-0.2-20050729/konq-embed/src'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory
> `/usr/home/lars/tmp/konqueror3-embedded-0.2-20050729/konq-embed'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory
> `/usr/home/lars/tmp/konqueror3-embedded-0.2-20050729'
> gmake: *** [all] Error 2
>
> Seems as if one of the many Makefiles is broken. Can
> anyone find out which one and where?
>

In this case, the Makefile you have to look at is in
/usr/home/lars/tmp/konqueror3-embedded-0.2-20050729/konq-embed/src

However the error is quite strange. Maybe there is some problem in the 
configuration stuff.

You should change the Makefile.am files, not the Makefile or Makefile.in 
directly. The changes should be propagated automatically to the Makefile.

In any case, the current snapshot does not need anymore the removal of 
kmainwindow.cpp dependency.

What command line did you use to configure konqueror embedded?


Luciano




More information about the konq-e mailing list