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 the same error, but it turned out that set GLOBAL_PLUGIN_DIR
wrong (from a former test). Running cinelerra under strace control will
reveal such cases (what files/paths it searches and which ones fail).
  

Running strace cinelerra didn't produce anything meaningful to my eyes.

The attempt to static build was just to get around amd 64 compile 
problems - to do with ffmeg/libavcodec linking (see the svn 1008 build 
failure thread).  It sounds like I have just used impossible configure 
options (--disable-shared, --enable-static, -with/without-fpic etc...)


If you still want me to play around with strace or post or email you 
output let me know...


Graham

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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 - 
these I found from googling ffmpeg /amd64 compile problems.


Anwyay the builds were all successful but then when I cd ../.. && make 
the total build fails as before.  And now I need to give up again until 
I receive further advice. 


Graham E

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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

Try different optimization levels in CFLAGS.

-- Hannes

  
Okay so I configure without any flags at all then when it breaks I move 
to the ffmpeg directory, make clean and the make CFLAGS="-O0 -g".  After 
a second of building this produces an error:
gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_MMX -DUSE_MMX 
-DX86_CPU -DHAVE_MMX -msse -DHAVE_BUILTIN_VECTOR -O3 -D_GNU_SOURCE 
-DHAVE_AV_CONFIG_H -I./../.. -I../.. -O0 -g -MT fdct_mmx.lo -MD -MP -MF 
.deps/fdct_mmx.Tpo -c fdct_mmx.c -o .libs/fdct_mmx.o/tmp/ccdU7310.s: 
Assembler messages:

/tmp/ccdU7310.s:2075: Error: suffix or operands invalid for `pshufw'
make[2]: *** [fdct_mmx.lo] Error 1
make[2]: Leaving directory 
`/home/gray/install/hvirtual/quicktime/ffmpeg/libavcodec/i386'

make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/gray/install/hvirtual/quicktime/ffmpeg/libavcodec'

make: *** [all-recursive] Error 1

If I run make in the ffmpeg directory with no flags then it builds 
successfully.  Then when I cd ../.. && make I get the same exit as before:


/usr/bin/ld: ffmpeg/libavcodec/.libs/libavcodec.a(cputest.o): relocation 
R_X86_64_32 against `a local symbol' can not be used when making a 
shared object; recompile with -fPIC
ffmpeg/libavcodec/.libs/libavcodec.a(cputest.o): could not read symbols: 
Bad value

collect2: ld returned 1 exit status
make[3]: *** [libquicktimehv.la] Error 1
make[3]: Leaving directory `/home/gray/install/hvirtual/quicktime'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/gray/install/hvirtual/quicktime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `

I will try some other CFLAGS but with my lack of skills in this area I 
will need to be very lucky...


Graham E.

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[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 includes the Zoran
drivers.  In trying to find the fault I contacted Ronald S. Bultje at
[EMAIL PROTECTED] who has helped me establish that Cinelerra
does not support multiple palettes. Only UYVY.
He has asked me to submit a request to the developers and to cc him our
correspondence.
I have included our correspondence below with my log print as requested
by Ronald.  (The last email is first).
Does Cinelerra have a way of using this card?  Or can I ask that the
palette is included in a fix please.
My PC is :
AMD Athlon XP 1800+
Architecture i386
System Open SUSE 10.2

Thanks
Garth Kay-Hards
-
Hi Garth,

On Apr 24, 2007, at 11:51 PM, Garth Kay-Hards wrote:
> DC10plus[0]: VIDIOCGWIN
> DC10plus[0]: VIDIOCGPICT
> DC10plus[0]: VIDIOCSPICT - bri=32440, hue=32440, col=32440,  
> con=32440, dep=3, pal=4
> DC10plus[0]: VIDIOCSPICT - Invalid palette 4
> DC10plus[0]: VIDIOCGPICT
> DC10plus[0]: VIDIOCGMBUF

So, this tells me the application only supports a single palette  
(UYVY), which is what I already suspected from your previous log  
(this just confirms it). I'd suggest to take this up with the  
application author and ask to add support for YUYV. Kernel is _not_  
supposed to do this for the app, this is very explicit in the v4l/ 
v4l2 docs. Applications are responsible for this themselves.

You can CC me in the discussion with the application author if you  
want, I can back up some of the stuff that you're saying, maybe it  
convinces him easier. :-).

Cheers,
Ronald
---
Sorry Romald
Here's the log after staring the Cinelerra application and try to
record.
Garth

Linux video capture interface: v2.00
Zoran MJPEG board driver version 0.9.5
PCI: Enabling device :01:07.0 ( -> 0002)
ACPI: PCI Interrupt :01:07.0[A] -> Link [APC4] -> GSI 19 (level,
high) -> IRQ 177
MJPEG[0]: Zoran ZR36067 (rev 2) irq: 177, memory: 0xe410
MJPEG[0]: subsystem vendor=0x1031 id=0x7efe
MJPEG[0]: find_zr36057() - trying to autodetect card type
MJPEG[0]: find_zr36057() - card DC10plus detected
DC10plus[0]: Initializing i2c bus...
DC10plus[0]: i2c_client_register() - driver id = 22
DC10plus[0]: i2c_client_register() - driver id = 48
DC10plus[0]: Initializing videocodec bus...
DC10plus[0]: jpeg_codec_sleep() - sleep GPIO=0x8100
DC10plus[0]: jpeg_codec_sleep() - wake GPIO=0x8900
ZORAN: 1 card(s) found
DC10plus[0]: zr36057_init() - initializing card[0], zr=e0eedd40
DC10plus[0]: dc10plus_init()
DC10plus[0]: jpeg_codec_sleep() - sleep GPIO=0x8100
DC10plus[0]: jpeg_codec_sleep() - wake GPIO=0x8900
DC10plus[0]: jpeg_codec_sleep() - wake GPIO=0xc900
DC10plus[0]: jpeg_codec_sleep() - sleep GPIO=0xc100
DC10plus[0]: enable_jpg(IDLE)
DC10plus[0]: Guests: 0x10 0x10 0x10 0x10 0x10 0x10 0x11
DC10plus[0]: Detecting guests activity, please wait...
DC10plus[0]: Guests: 0x10 0x10 0x10 0x10 0x10 0x10 0x11
DC10plus[0]:   6835: 7 => 0x13
DC10plus[0]:417: 7 => 0x10
DC10plus[0]:  19587: 7 => 0x12
DC10plus[0]:418: 7 => 0x11
DC10plus[0]:  19570: 7 => 0x13
DC10plus[0]:419: 7 => 0x10
DC10plus[0]:  19600: 7 => 0x12
DC10plus[0]:419: 7 => 0x11
DC10plus[0]: interrupts received: GIRQ1:50 queue_state=0/0/0/0
DC10plus[0]: procfs entry /proc/zoran0 allocated. data=e0eedd40
DC10plus[0]: zoran_open(cinelerra, pid=[29619]), users(-)=0
DC10plus[0]: dc10plus_init()
DC10plus[0]: jpeg_codec_sleep() - sleep GPIO=0x8100
DC10plus[0]: jpeg_codec_sleep() - wake GPIO=0x8900
DC10plus[0]: jpeg_codec_sleep() - wake GPIO=0xc900
DC10plus[0]: jpeg_codec_sleep() - sleep GPIO=0xc100
DC10plus[0]: enable_jpg(IDLE)
DC10plus[0]: VIDIOCGCHAN - channel=0
DC10plus[0]: VIDIOCGCHAN - channel=1
DC10plus[0]: VIDIOCGCHAN - channel=2
DC10plus[0]: VIDIOCGCHAN - channel=3
DC10plus[0]: VIDIOCGCHAN - channel=4
DC10plus[0]: VIDIOCGCHAN on not existing channel 4
DC10plus[0]: zoran_close(cinelerra, pid=[29619]), users(+)=1
DC10plus[0]: jpeg_codec_sleep() - wake GPIO=0xc900
DC10plus[0]: jpeg_codec_sleep() - sleep GPIO=0xc100
DC10plus[0]: enable_jpg(IDLE)
DC10plus[0]: interrupts received: GIRQ1:1 queue_state=0/0/0/0
DC10plus[0]: zoran_open(cinelerra, pid=[29619]), users(-)=0
DC10plus[0]: dc10plus_init()
DC10plus[0]: jpeg_codec_sleep() - sleep GPIO=0x8100
DC10plus[0]: jpeg_codec_sleep() - wake GPIO=0x8900
DC10plus[0]: jpeg_codec_sleep() - wake GPIO=0xc900
DC10plus[0]: jpeg_codec_sleep() - sleep GPIO=0xc100
DC10plus[0]: enable_jpg(IDLE)
DC10plus[0]: UNKNOWN ioctl cmd: 0x80287610
DC10plus[0]: UNKNOWN ioctl cmd: 0x80287610
DC10plus[0]: UNKNOWN ioctl cmd: 0x40287611
DC10plus[0]: VIDIOCGWIN
DC10plus[0]: VIDIOCSWIN - x=0, y=0, w=720, h=480, clipcount=0
DC10plus[0]: setup_

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
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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 
configure script didn't pick this up.  having a quick search in synaptic 
I notice libxxf86vm and libxxf86vm.dev.  Install those and try again.  
Good luck.


Graham E


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[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 on Sun Apr 15 00:09:28 UTC 2007

Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.
Illegal instruction (core dumped)


How do I fix this? Please help.

_
Need a break? Find your escape route with Live Search Maps. 
http://maps.live.com/default.aspx?ss=Restaurants~Hotels~Amusement%20Park&cp=33.832922~-117.915659&style=r&lvl=13&tilt=-90&dir=0&alt=-1000&scene=1118863&encType=1&FORM=MGAC01



--- End Message ---


[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: undefined reference to `XF86VidModeSetViewPort'
../guicast/.libs/libguicast.so: undefined reference to 
`XF86VidModeQueryExtension'
../guicast/.libs/libguicast.so: undefined reference to `XF86VidModeSwitchToMode'
../guicast/.libs/libguicast.so: undefined reference to 
`XF86VidModeGetAllModeLines'
../guicast/.libs/libguicast.so: undefined reference to `XF86VidModeGetModeLine'
collect2: ld returned 1 exit status

I am using Debian testing. Any help welcome.

Thank you.

-- 
Levente
http://web.interware.hu/lekovacs

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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't run.  It says themes are
> missing...  See my new thread: [CinCVS] theme S.U.V. not found.

You can also try this (before you try the suggestion in my answer to this 
other thread):

./configure --without-pic

There's no point in compiling the shared objects --with-pic because they 
aren't going to be shared (unless you run several instance of cinelerra, but 
then your worries are certainly not those 5MB that you could have saved).

-- Hannes

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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 without those options...

Right, you can't build cinelerra statically (--disable-shared --enable-static)

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

Try different optimization levels in CFLAGS.

-- Hannes

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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 used in my configure line.  But I can't
> get a successful build without those options...
> 
> Static and dynamic linking is beyond my knowledge at present so my
> remaining options are:
> sacrifice open gl and try out the http://giss.tv/~vale deb packages,
> perhaps try and compile with an old external ffmpeg (mid 2006 cvs is not
> early enough and earlier than that is likely to mess with my other sid
> programs), or
> open up my fedora core 4 64 partition which runs latest cinelerra CV no
> probs...

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 the same error, but it turned out that set GLOBAL_PLUGIN_DIR
wrong (from a former test). Running cinelerra under strace control will
reveal such cases (what files/paths it searches and which ones fail).

> 
> Thanks for the suggestions anyway...  if anyone thinks of anything else
> I'd be glad to hear from them.
> 
> Graham E.
> 
> 
>> 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 after a brief flash of life:
>>
>> MWindow::init_theme: theme S.U.V. not found.
>>
> 
> 
> ___
> Cinelerra mailing list
> Cinelerra@skolelinux.no
> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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 I can't 
get a successful build without those options...


Static and dynamic linking is beyond my knowledge at present so my 
remaining options are:

sacrifice open gl and try out the http://giss.tv/~vale deb packages,
perhaps try and compile with an old external ffmpeg (mid 2006 cvs is not 
early enough and earlier than that is likely to mess with my other sid 
programs), or
open up my fedora core 4 64 partition which runs latest cinelerra CV no 
probs...


Thanks for the suggestions anyway...  if anyone thinks of anything else 
I'd be glad to hear from them.


Graham E.


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 after a brief flash of life:

MWindow::init_theme: theme S.U.V. not found.




___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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(): y4m_read_stream_header() failed:
> > bad stream or frame header
> >
> > int YUVSream::open_read(char*): Bad YUV4MPEG2 header:
> > parameter out of range
>
> I'm quite familiar with errors in general and with your ones in
> particular.  :-)
>
> I do my rendering following good Scott's guide and I always get these
> errors and a nicely rendered file.
> (with the ffmpeg DVD pipe "ffmpeg -f yuv4mpegpipe -i - -y
> -target dvd %")
> http://content.serveftp.net/video/renderTest/guideToCinExport.html#exportDV
>D
>
>
> Drinking all the juicy information I find on IRC, I tried rendering
> using "ffmpeg -f yuv4mpegpipe -i - -y -target dvd -f mpeg2video %
> (removing only -ilme -ildct -hq) and I got no errors and a nicely
> rendered file.
> http://cvs.cinelerra.org/irclog/index.php?file=2007-04-07.html
>
>
> If you want to know why, don't ask me!  :-)
>
> I only got as far as wondering why the preset pipe has the -hq option if
> FFMPEG does not support it (as Scott states).
>
>
> Ciao!
> Raffaella
>
>
> ___
> Cinelerra mailing list
> Cinelerra@skolelinux.no
> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

-- 
dr.k.g.hooss
schoepfung & wandel wissenschaftliche medienberatung
breite strasse 6-8, d-23617 luebeck
www.schoepfung-und-wandel.de

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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 header:
> parameter out of range

I'm quite familiar with errors in general and with your ones in
particular.  :-)

I do my rendering following good Scott's guide and I always get these
errors and a nicely rendered file.
(with the ffmpeg DVD pipe "ffmpeg -f yuv4mpegpipe -i - -y
-target dvd %")
http://content.serveftp.net/video/renderTest/guideToCinExport.html#exportDVD


Drinking all the juicy information I find on IRC, I tried rendering 
using "ffmpeg -f yuv4mpegpipe -i - -y -target dvd -f mpeg2video %
(removing only -ilme -ildct -hq) and I got no errors and a nicely
rendered file.
http://cvs.cinelerra.org/irclog/index.php?file=2007-04-07.html


If you want to know why, don't ask me!  :-)

I only got as far as wondering why the preset pipe has the -hq option if
FFMPEG does not support it (as Scott states).


Ciao!
Raffaella


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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 after a brief flash of life:

MWindow::init_theme: theme S.U.V. not found.

Running as root makes no difference.  I tried copying a ~/.bcast from an
old installation and this time it fails with:
MWindow::init_theme: theme Blue Dot not found.

I have checked and the bluedot and suv themes were installed into
/usr/local/lib/cinelerra as expected.  Obviously my problems might
relate to the options and steps I had to go through to build.  Any ideas
will be very appreciated.

Graham E.

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra





--
Regards,
Martin
([EMAIL PROTECTED])


[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 copying a ~/.bcast from an 
old installation and this time it fails with:

MWindow::init_theme: theme Blue Dot not found.

I have checked and the bluedot and suv themes were installed into 
/usr/local/lib/cinelerra as expected.  Obviously my problems might 
relate to the options and steps I had to go through to build.  Any ideas 
will be very appreciated.


Graham E.

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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 you installed gcc properly?

Your email arrived just as I got to this point.

For some reason I hadn't installed the normal g++ package just the 
versioned g++ packages.  Putting that in got me a bit further.  But the 
flag you suggest --with-external-ffmpeg didn't help with the building - 
I believe my experience there matches a bug 
 already filed on 
incompatibility between most recent ffmpeg and cinelerra cv.  Some api 
changes made to ffmpeg I think...


So I had to solve the problems with building internal ffmpeg and fPIC.  
The flags on my successful compile on cinelerra were:

./configure --with-pic --disable-shared --enable-static

But before that I followed the instructions here 
 to compile my own x264 
from svn revision 536:

check out
svn co svn://svn.videolan.org/x264/trunk x264 -r536
compiled with the flags:
./configure --extra-cflags=-fPIC --extra-asflags=-D__PIC__

I'm not sure whether this x264 was neccessary - I was groping around in 
the dark here.


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't run.  It says themes are 
missing...  See my new thread: [CinCVS] theme S.U.V. not found.


Graham E.


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 properly?

On 25/04/07, Graham Evans <[EMAIL PROTECTED]> wrote:


I'm now working my way through the http://giss.tv/~vale deb packages
trying to pick up any missing dependencies.  Now that I have changed
wrong versions and installed some missing libav* and libav*.dev files
(for instance from bugzilla I found out that libavcodec0 is wrong and
the libavcodeccvs51 is what I need) I am getting the same result (as per
my original post) with or without external ffmpeg.

Graham E

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra





--
Regards,
Martin
([EMAIL PROTECTED])