> Can you try building this one without the -j4 flag; i.e. do
> a non-parallel
> build? It looks like some stuff is building out of
> order.
Done. Looks like the same error. Log attached.
FTBFS. Updated svn. Log attached.
I have libical 0.46 installed. I do not have libcaldav or libcarddav installed. This error message seems related to libical and not the latter two.
FTBFS. Log attached.
Some strange errors and warnings.
==========================================================
I have the following installed:
gst-plugins-base-0.10.29
gst-plugins-good-0.10.22
gst-python-0.10.12
gstreamer-0.10.29
The configure output:
checking for gstreamer-0.10 >= 0.10.0... checking for gstreamer-0.8 >= 0.8.0... checking theora/theora.h usability... yes
Later in the configure checks I receive the following message:
* You do not seem to have GStreamer 0.8.x installed.
* Without this aRts and/or aKode output will be used exclusively.
*
* If you actually have gstreamer installed make sure you also have
* the gst-plugins collection installed. Both gstreamer and
* gst-plugins need to be 0.8.x (0.9 is not supported)
* http://gstreamer.freedesktop.org/modules/
==========================================================
I have lame-3.98.4 installed. I have /usr/include/lame/lame.h installed.
I received the following configure messages:
checking lame/lame.h usability... no
checking lame/lame.h presence... no
checking for lame/lame.h... no
checking for lame_init in -lmp3lame... no
...
lame not found, MP3 support will be built into audiocd:/, but
if the library isn't present at runtime it will be disabled.
See http://lame.sourceforge.net/
Found, built, and installed libical 0.46.
kdepim ftbfs. Log attached.
If the error is caused by not having libcaldav and libcarddav installed, I need some kind of build script template. I have the sources.
(Would help if I attached the log, huh? :)
FTBFS. Build log attached.
First noticeable error messages:
icalformatimpl.cpp:34:28: error: libical/ical.h: No such file or directory
icalformatimpl.cpp:35:34: error: libical/icalparser.h: No such file or directory
icalformatimpl.cpp:36:39: error: libical/icalrestriction.h: No such file or directory
From icalformatimpl.cpp:
extern "C" {
#include <libical/ical.h>
#include <libical/icalparser.h>
#include <libical/icalrestriction.h>
}
I can't find any such directory or files on my build system. I just updated svn. All packages that have been built are installed.
Darrell
Darrell