Skip to main content

Does anyone know which synaptic packages I should add?

2 posts / 0 new
Last post
Athiril
Athiril's picture
Offline
Joined: 11/06/2008
Posts:
Does anyone know which synaptic packages I should add?

edit: got past this error, but and compiling, but compiling is ending on errors.. will have to investigate further

I dont want to unecessarily add any packages I dont need as some of the KDE ones are huge, and I've already down 8+ hours of adding packages (200MB.... 256K ADSL here =( ).

Also so far, Ive managed to do everything through synaptic.. Id like to keep it that way if possible.. (apart from the svn get of kdenlive), Ive got the binary of 0.5 running too.

Ubuntu 8.10 AMD 64

here's a copy of the terminal dump:

dan@Dan:/usr/src/kdenlive$ cd kdenlive ; sudo cmake . ;sudo make ; sudo make install
-- Found MLT INSTALL PATH: /usr
-- Found MLT INCLUDES: /usr/include/mlt
-- Found MLT LIBR: /usr/lib/libmlt.so
-- Found MLT library: /usr/lib/libmlt.so
-- Found MLT++ INCLUDES: /usr/include
-- Found MLT++ LIBR: /usr/lib/libmlt++.so
-- Found MLT++ library: /usr/lib/libmlt++.so
-- Found FFmpeg Libavformat includes: /usr/include/ffmpeg
-- Found FFmpeg Libavformat library: /usr/lib/libavformat.so
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 2.6)

should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found X11: /usr/lib/libX11.so
-- Didn't find KDE3 headers
-- Found KDE3 library dir: /usr/lib
-- Didn't find the KDE3 dcopidl preprocessor
-- Didn't find the KDE3 dcopidl2cpp preprocessor
-- Found KDE3 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE3.cmake:261 (MESSAGE):
Could NOT find everything required for compiling KDE 3 programs
Call Stack (most recent call first):
kdenlive/CMakeLists.txt:6 (FIND_PACKAGE)

-- Configuring done
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.

edit: had to add kdelibs4-dev (4:3.5.10-0ubuntu6) (KDE3)
which removed the following..
Removed the following packages:
kdebase-dev
kdelibs5-dev
kdepimlibs5-dev
libkonq5-dev

0
Your rating: None
madsdyd
Offline
Joined: 10/10/2008
Posts:
Re: Does anyone know which synaptic packages I should add?

Athiril: Some points:

- You are running either ubuntu or kubuntu - please let me know which one, and which version. I _think_ you are using 8.04, and there are a very easy path to get it to work, if you can confirm that.
- You need to compile kdenlive for KDE4 - you need some of the kde5 libs. It looks as you are accidently compiling for KDE3. This is a dead end, as that version is no longer supported.
- Please either wait for the release coming out today (unless something goes wrong), or please let me help you use the wizard.

Regards

Mads