This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Kdenlive 0.6

Tags: None
(comma "," separated)
reinhard_drupal
Registered Member
Posts
66
Karma
0

Re: Kdenlive 0.6

Tue Aug 14, 2007 11:48 am

as I said - NO "CLEAN" AT THIS POINT!!!!

just "buildsources"



greetings )

reinhard



Always using latest svn versions of mlt, mlt++ and kdenlive (ubuntu).

amonsul
Registered Member
Posts
21
Karma
0

Re: Kdenlive 0.6

Tue Aug 14, 2007 12:05 pm

OK, aber nun wenn ich mit "... build" alles ausführe passiert irgendwann das:



make[1]: Verlasse Verzeichnis '/home/amonsul/Desktop/mlt++/test'
Bootstrap is now trying to create a ./configure script suitable for Kdenlive
WARNING: running bootstrap is only usefull when checking out Kdenlive from CVS.

./admin/cvs.sh: 651: --version: not found
*** AUTOCONF NOT FOUND!.
*** KDE requires autoconf 2.53 or newer
make: *** [cvs] Fehler 1
amonsul@amonsul-desktop:~/Desktop$


Ich habe autoconf schon installiert...


reinhard_drupal
Registered Member
Posts
66
Karma
0

Re: Kdenlive 0.6

Tue Aug 14, 2007 1:23 pm

what version do you have installed?

try "autoconf --version"



greetings )

reinhard



Always using latest svn versions of mlt, mlt++ and kdenlive (ubuntu).

amonsul
Registered Member
Posts
21
Karma
0

Re: Kdenlive 0.6

Tue Aug 14, 2007 1:30 pm

amonsul@amonsul-desktop:~$ autoconf --version
autoconf (GNU Autoconf) 2.61
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License .
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
amonsul@amonsul-desktop:~$


reinhard_drupal
Registered Member
Posts
66
Karma
0

Re: Kdenlive 0.6

Wed Aug 15, 2007 9:10 am

hi,



I would recommend you to do a "unsermake clean" in the kdenlive directory

or

checkout the sources again, but in a new directory - maybe the initial "./kdenlive_builder.sh clean" did some strange things? Just a guess...



If this did not help, than post your error in the kdenlivebuilder topic:

viewtopic.php?f=8&t=100



greetings )

reinhard



Always using latest svn versions of mlt, mlt++ and kdenlive (ubuntu).

amonsul
Registered Member
Posts
21
Karma
0

Re: Kdenlive 0.6

Wed Aug 15, 2007 6:02 pm

I've reinstalled all. No chance, I got the same error.

I have no idea what to do.



Bye



Rohnny
Registered Member
Posts
9
Karma
0

Re: Kdenlive 0.6

Wed Aug 15, 2007 7:34 pm

Try

./bootstrap

./configure

make

make install



It worked for me. Did not work without the bootstrap.



Regards Rohnny



amonsul
Registered Member
Posts
21
Karma
0

Re: Kdenlive 0.6

Thu Aug 16, 2007 10:32 am

It gives me the same error message when i try ./bootstrap!



:(



diffid
Registered Member
Posts
40
Karma
0

Re: Kdenlive 0.6

Sun Aug 19, 2007 10:49 pm

Hi



I believe the AUTOCONF not found error is because you do not have automake installed.



Hope this helps.



amonsul
Registered Member
Posts
21
Karma
0

Re: Kdenlive 0.6

Mon Aug 20, 2007 7:56 am

Right!



But now i get this error:



make[2]: Betrete Verzeichnis '/home/amonsul/kdenlive_svn/mlt/src/modules/qimage'
cc -Wall -fPIC -DPIC -O4 -pipe -fomit-frame-pointer -ffast-math -DUSE_MMX -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -pthread -I../../ -c -o factory.o factory.c
cc -Wall -fPIC -DPIC -O4 -pipe -fomit-frame-pointer -ffast-math -DUSE_MMX -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -pthread -I../../ -c -o producer_qimage.o producer_qimage.c
g++ -Wall -fPIC -DPIC -O4 -pipe -fomit-frame-pointer -ffast-math -DUSE_MMX -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -pthread -I../../ -I/usr/include/qt3 -I/usr/include/kde -Wno-deprecated -c -o qimage_wrapper.o qimage_wrapper.cpp
qimage_wrapper.cpp:31:23: error: kinstance.h: No such file or directory
qimage_wrapper.cpp:32:22: error: kimageio.h: No such file or directory
qimage_wrapper.cpp:42: Fehler: expected initializer before »*« token
qimage_wrapper.cpp: In function »void qimage_delete(void*)«:
qimage_wrapper.cpp:50: Fehler: »instance« wurde in diesem Gültigkeitsbereich nicht definiert
qimage_wrapper.cpp:50: Fehler: Argument vom Typ »« wurde an »delete« übergeben, Zeiger erwartet
qimage_wrapper.cpp:51: Fehler: »instance« wurde in diesem Gültigkeitsbereich nicht definiert
qimage_wrapper.cpp: In function »void init_qimage()«:
qimage_wrapper.cpp:80: Fehler: »instance« wurde in diesem Gültigkeitsbereich nicht definiert
qimage_wrapper.cpp:81: Fehler: expected type-specifier before »KInstance«
qimage_wrapper.cpp:81: Fehler: expected `;' before »KInstance«
qimage_wrapper.cpp:82: Fehler: »KImageIO« wurde nicht deklariert
make[2]: *** [qimage_wrapper.o] Fehler 1
make[2]: Verlasse Verzeichnis '/home/amonsul/kdenlive_svn/mlt/src/modules/qimage'
make[1]: *** [all] Fehler 1
make[1]: Verlasse Verzeichnis '/home/amonsul/kdenlive_svn/mlt/src/modules'
make: *** [all] Fehler 1
amonsul@amonsul-desktop:~/kdenlive_svn$


reinhard_drupal
Registered Member
Posts
66
Karma
0

Re: Kdenlive 0.6

Mon Aug 20, 2007 10:21 am

Hi,



really all dependencies solved, especially the qt and kde stuff?

http://en.wikibooks.org/wiki/Kdenlive/G ... _libraries



greetings )

reinhard



Always using latest svn versions of mlt, mlt++ and kdenlive (ubuntu).

amonsul
Registered Member
Posts
21
Karma
0

Re: Kdenlive 0.6

Mon Aug 20, 2007 11:19 am

I miss only the "SDL" package. I cannot find this package in synaptic (ubuntu). Is this a problem?



j-b-m
Registered Member
Posts
804
Karma
1

Re: Kdenlive 0.6

Mon Aug 20, 2007 6:02 pm

You should be able to find the SDL package with a name like libsdl1.2...

On my ubuntu feisty, it is called libsdl1.2debian-all



Remember to also install the development package libsdl1.2-dev



regards



Bookmarks



Who is online

Registered users: bancha, Bing [Bot], daret, Evergrowing, Google [Bot], lockheed, sandyvee, Sogou [Bot]