[Kdenlive-devel] Compile error

2006-11-04 Thread Jean-Michel Pouré
Hello, Maybe this is part of a refactoring, but here is a compilation error: if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -I/usr/include -I/usr/include/mlt -D_REENTRANT-DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500

[Kdenlive-devel] compile error

2006-10-22 Thread jb
On Sunday 22 October 2006 04:56, brian wrote: I'm compiling from the source code repository, and I'm getting a can't find libfam.la error at link time. The only thing that I could find by googling around is that this is a deprecated dependency. How can I disable this in the configure

[Kdenlive-devel] compile error

2006-10-22 Thread brian
I'm on (k)ubuntu 6.06 and have kept up with the latest updates. I see the libfam in the repository, but if I click on it, it wants to uninstall a lot of other things that I'm not really comfortable with. I'm will to compile it up an stash it away in some other path (like /opt/kdenlive), but I'm

[Kdenlive-devel] compile error

2006-10-21 Thread brian
I'm compiling from the source code repository, and I'm getting a can't find libfam.la error at link time. The only thing that I could find by googling around is that this is a deprecated dependency. How can I disable this in the configure scripts? Thanks, Briam -- next part

[Kdenlive-devel] compile error

2006-03-19 Thread jdd sur free
Hello :-) I try to install Kdenlive, but no compilation works. (tried stable and svn, different errors) ./configure don't give any error, make do. stable said: krender.h:120: error: extra ?;? make[2]: *** [avformatdesccodeclist.o] Erreur 1 make[2]: Leaving directory

[Kdenlive-devel] compile error

2006-03-19 Thread g.ma...@freenet.de
hi the old 0.2.4. version needs piave installed the svn version: did you install mlt and mlt ++ and did the configure pass all tests ? if mlt and mlt ++ is installed, it should work Am Sonntag, 19. M?rz 2006 18:15 schrieb jdd sur free: Hello :-) I try to install Kdenlive, but no

[Kdenlive-devel] compile error

2006-03-19 Thread jdd
g.marco at freenet.de wrote: hi the old 0.2.4. version needs piave installed the svn version: did you install mlt and mlt ++ that was the problem. thanks. and did the configure pass all tests ? Yes, it did. I have ++Gb libraries installed, so I run configure and follow the

[Kdenlive-devel] compile error

2003-01-19 Thread Rolf Dubitzky
latest CVS: KDE 3.1 ? c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt3-gcc2.96/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c renderdebugpanel.cpp renderdebugpanel.cpp: In method `RenderDebugPanel::RenderDebugPanel

[Kdenlive-devel] compile error

2003-01-19 Thread Jason Wood
On Sunday 19 Jan 2003 2:12 pm, Rolf Dubitzky wrote: latest CVS: KDE 3.1 ? Yes, committed fix, should work with KDE 3.0 again. Cheers, Jason -- Jason Wood Homepage : www.uchian.pwp.blueyonder.co.uk

[Kdenlive-devel] compile error

2003-01-19 Thread Rolf Dubitzky
HTH, with the lates CVS you'll see the arguments in the commandline and also what 'getopt' parses: OK: /src/piave piave -f rgb -d Cmndline: ./piave/.libs/piave -f rgb -d cmndline opt -f with argument rgb cmndline opt -d with argument (null) OK: /src/piave piave -frgb -d

[Kdenlive-devel] compile error

2003-01-19 Thread Rolf Dubitzky
Hi, exactly as I was thinking. here is what kdenlive does: Launching Process /scratch/users/dubitzky/bin/piave as server on port 6101 Process launching successfully, pid = 21929 Connecting to server on port 6101 Connection Refused Cmndline: /scratch/users/dubitzky/bin/piave -d -p 6101 -frgb

[Kdenlive-devel] compile error

2003-01-19 Thread Jason Wood
On Sunday 19 Jan 2003 3:08 pm, Rolf Dubitzky wrote: Hi, exactly as I was thinking. here is what kdenlive does: Launching Process /scratch/users/dubitzky/bin/piave as server on port 6101 Process launching successfully, pid = 21929 Connecting to server on port 6101 Connection Refused