Re: [CinCVS] theme S.U.V. not found

2007-04-25 Thread Graham Evans
Please tell why you can't do dynamic builds. Themes and plugins are loaded dynamically as modules, they really need dynamic builds. Changing this would be not trivial (using libltdl for the module loader for example). I suggest to fix dynamic builds rather than trying static builds. Once I had

Re: [CinCVS] theme S.U.V. not found

2007-04-25 Thread Graham Evans
I will try some other CFLAGS but with my lack of skills in this area I will need to be very lucky... Graham E. I tried things like: make CXXFLAGS=-fPIC make OPTCFLAGS=-fPIC make CFLAGS=-fPIC make CXXFLAGS="3D-g -fPIC" You can probably tell the level of my skills from the flags I used - t

Re: [CinCVS] theme S.U.V. not found

2007-04-25 Thread Graham Evans
sorry Hannes - not sure how that got sent to personal address... You can try to build the internal ffmpeg with different optimization options like this: $ make terminates with an error $ cd quicktime/ffmpeg $ make clean $ make CFLAGS='-O0 -g' hopefully works... $ cd ../.. && make

[CinCVS] Cinelerra wont open DC10plus video card

2007-04-25 Thread Garth Kay-Hards
Hi I am trying to find the forum where development issues for Cinelerra are looked at. I hope this is the right list. Please point me in the right direction if it is not. I have been trying to get Cinelerra to work with my Pinnacle DC10plus video capture card using the above system which include

Re: [CinCVS] build failure svn 1008

2007-04-25 Thread Graham Evans
You can also try this (before you try the suggestion in my answer to this other thread): ./configure --without-pic thanks Hannes. That one didn't work. Or any variations on it. So now for the other thread... ___ Cinelerra mailing list Cine

Re: [CinCVS] compiling problemes

2007-04-25 Thread Graham Evans
Levente Kovacs wrote: Hi folks, I am a newbie, and having hard rime compiling the code. Make in the guicast directory says: /usr/bin/ld: cannot find -lXxf86vm If I edit the Makfile by hand and delete the -lXxf86vm, Wrong move. You need to find the missing piece instead. Obviously the

[CinCVS] [Fwd: Cinelerra Wont Start]

2007-04-25 Thread Herman Robak
This came to the wrong address... --- Begin Message --- Hi, I just installed cinelerra on ubuntu 7.04 feisty. When I try and run cinelerra, a small window opens and then closes real quick. When I try and run it from the terminal I get this: Cinelerra 2.1CV (C) 2006 Heroine Virtual Ltd. Compiled

[CinCVS] compiling problemes

2007-04-25 Thread Levente Kovacs
Hi folks, I am a newbie, and having hard rime compiling the code. Make in the guicast directory says: /usr/bin/ld: cannot find -lXxf86vm If I edit the Makfile by hand and delete the -lXxf86vm, it compiles, however, at the final link the linker fails with: ../guicast/.libs/libguicast.so: undefi

Re: [CinCVS] build failure svn 1008

2007-04-25 Thread Johannes Sixt
On Wednesday 25 April 2007 10:50, Graham Evans wrote: > so the final steps were > ./autogen.sh > ./configure --with-pic --disable-shared --enable-static > make > sudo make install > > All the configure flags turned out to be neccessary for a successful > build. But...a new problem - cinelerra won

Re: [CinCVS] theme S.U.V. not found

2007-04-25 Thread Johannes Sixt
On Wednesday 25 April 2007 17:02, Graham Evans wrote: > It seems all these problems have come up before but I can't find the > solutions. Apparently the themes aren't building properly because of > the static linking options I've used in my configure line. But I can't > get a successful build wit

Re: [CinCVS] theme S.U.V. not found

2007-04-25 Thread Christian Thaeter
Graham Evans wrote: > Martin Ellison wrote: >> Maybe it's your path. It seems that it is looking in the wrong place. >> > It seems all these problems have come up before but I can't find the > solutions. Apparently the themes aren't building properly because of > the static linking options I've us

Re: [CinCVS] theme S.U.V. not found

2007-04-25 Thread Graham Evans
Martin Ellison wrote: Maybe it's your path. It seems that it is looking in the wrong place. It seems all these problems have come up before but I can't find the solutions. Apparently the themes aren't building properly because of the static linking options I've used in my configure line. But

Re: [CinCVS] Rendering errors (was again, interlacing)

2007-04-25 Thread Kurt Georg Hooss
Thanks Raffaella, I'll give it a try... :-) On Wednesday, 25. April 2007 12:48, Raffaella Traniello wrote: > Ciao Georg! > > On Sun, 2007-04-22 at 01:21 +0200, Kurt Georg Hooss wrote: > > doing so, i got a popup with the following error messages from cinelerra: > > > > int YUVStream::read_header

Re: [CinCVS] Rendering errors (was again, interlacing)

2007-04-25 Thread Raffaella Traniello
Ciao Georg! On Sun, 2007-04-22 at 01:21 +0200, Kurt Georg Hooss wrote: > doing so, i got a popup with the following error messages from cinelerra: > > int YUVStream::read_header(): y4m_read_stream_header() failed: > bad stream or frame header > > int YUVSream::open_read(char*): Bad YUV4MPEG2 hea

Re: [CinCVS] theme S.U.V. not found

2007-04-25 Thread Martin Ellison
Maybe it's your path. It seems that it is looking in the wrong place. On 25/04/07, Graham Evans <[EMAIL PROTECTED]> wrote: I run a fresh cinelerra install (had some problems building - see thread '[CinCVS] build failure svn 1008'). There is currently no ~/.bcast directory and I get a crash af

[CinCVS] theme S.U.V. not found

2007-04-25 Thread Graham Evans
I run a fresh cinelerra install (had some problems building - see thread '[CinCVS] build failure svn 1008'). There is currently no ~/.bcast directory and I get a crash after a brief flash of life: MWindow::init_theme: theme S.U.V. not found. Running as root makes no difference. I tried cop

Re: [CinCVS] build failure svn 1008

2007-04-25 Thread Graham Evans
Martin Ellison wrote: As I have previously posted, I had a similar PIC problem on an AMD on FC6 (ie dual 64/32 bit). So the problem is wider than your specific distro, but seems to be onlly reported for 64 bit. I fixed it by compiling for external ffmpeg. If the linker cannot find g++ -- have

Re: [CinCVS] build failure svn 1008

2007-04-25 Thread Martin Ellison
As I have previously posted, I had a similar PIC problem on an AMD on FC6 (ie dual 64/32 bit). So the problem is wider than your specific distro, but seems to be onlly reported for 64 bit. I fixed it by compiling for external ffmpeg. If the linker cannot find g++ -- have you installed gcc properl