Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-11-13 Thread Einar Rünkaru
On Mon, Nov 14, 2011 at 8:21 AM, Nicola Ferralis wrote: > Raffaella, > > The issues about the linker are related to the gcc 4.6, apparently. I wonder > if it would be worth updating the makefile in the main tree, so people don't > have to get crazy and specify tags for the linker, manually. > It

RE: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-11-13 Thread Nicola Ferralis
ee is really up-to-date either. The changelog refers to the now very old 2.1.0 version, which makes me think that also everything else might be outdated. Nicola > From: raffaella.tranie...@g-raffa.eu > To: cinelerra@skolelinux.no > Subject: Re: [CinCV] Compiling Cinelerra on Ubuntu

Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-11-13 Thread Raffaella Traniello
On 11/13/2011 09:40 PM, Einar Rünkaru wrote: Try LDFLAGS='-Xlinker --add-needed' or LDFLAGS='-Xlinker --copy-dt-needed-entries' Yesss! They both worked to let me pass the configure stage. Then I met the same error Nicola met: playback3d.o: In function `Playback3D::do_mask_sync(Playback3DComma

Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-11-13 Thread Einar Rünkaru
Hi On Sun, Nov 13, 2011 at 10:24 PM, Raffaella Traniello wrote: > Ciao Einar! > > On 11/13/2011 09:18 PM, Einar Rünkaru wrote: >>> >>>        LDFLAGS='--copy-dt-needed-entries' > >>> This is the configure error I get: >>> >>> checking for gcc... gcc >>> checking whether the C compiler works... no

Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-11-13 Thread Raffaella Traniello
Ciao Einar! On 11/13/2011 09:18 PM, Einar Rünkaru wrote: LDFLAGS='--copy-dt-needed-entries' This is the configure error I get: checking for gcc... gcc checking whether the C compiler works... no configure: error: in `/home/raffa/CinelerraCV': configure: error: C compiler cannot creat

Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-11-13 Thread Einar Rünkaru
Hi. On Sun, Nov 13, 2011 at 10:00 PM, Raffaella Traniello wrote: > Ciao! > >> On 21 October 2011 07:15, Nicola Ferralis wrote: > >>> /usr/bin/ld: filempeg.o: undefined reference to symbol >>> 'lame_encode_buffer_float' >>> /usr/bin/ld: note: 'lame_encode_buffer_float' is defined in DSO >>> /usr/l

Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-11-13 Thread Raffaella Traniello
Ciao! > On 21 October 2011 07:15, Nicola Ferralis wrote: >> /usr/bin/ld: filempeg.o: undefined reference to symbol >> 'lame_encode_buffer_float' >> /usr/bin/ld: note: 'lame_encode_buffer_float' is defined in DSO >> /usr/lib/libmp3lame.so.0 so try adding it to the linker command line >> /usr/lib/

RE: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-10-24 Thread Nicola Ferralis
Thanks again, Michal. Cinelerra now builds fine. Packages for Oneiric will be available in the next few hours. Thanks again, Nicola > From: michal.fa...@gmail.com > Subject: Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10) > To: cinelerra@skolelinux.no > Date: Mon, 24

Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-10-23 Thread Michal Fapso
eference to `gluTessVertex' > playback3d.C:(.text+0x2754): undefined reference to `gluTessEndContour' > playback3d.C:(.text+0x2763): undefined reference to `gluTessEndPolygon' > playback3d.C:(.text+0x27ff): undefined reference to `gluDeleteTess' > collect2: ld returned 1 ex

RE: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-10-22 Thread Nicola Ferralis
t2: ld returned 1 exit status Suggestions? Thanks again, Nicola > From: michal.fa...@gmail.com > Subject: Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10) > To: cinelerra@skolelinux.no > Date: Fri, 21 Oct 2011 07:55:50 +0200 > > It seems that you need to add &qu

Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-10-20 Thread Michal Fapso
operation > collect2: ld returned 1 exit status > > Did anybody encounter this error? Any suggestions on how to deal with this? > > Thanks again, > Nicola > > > > >> From: michal.fa...@gmail.com >> Subject: Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiri

RE: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-10-20 Thread Nicola Ferralis
us Did anybody encounter this error? Any suggestions on how to deal with this? Thanks again, Nicola > From: michal.fa...@gmail.com > Subject: Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10) > To: cinelerra@skolelinux.no > Date: Thu, 20 Oct 2011 07:31:52 +0200 >

Re: [CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-10-19 Thread Michal Fapso
Hi Nicola, try to look inside the config.log ...there should be more details about the problem or send the whole file here. Michal On 20 October 2011 06:02, Nicola Ferralis wrote: > Hi, > > I keep having compilation issues of my ubuntu packages, in what seems a > configuration issue. Essentiall

[CinCV] Compiling Cinelerra on Ubuntu Oneiric (11.10)

2011-10-19 Thread Nicola Ferralis
Hi, I keep having compilation issues of my ubuntu packages, in what seems a configuration issue. Essentially the error message in the compile log looks like this: checking whether the C compiler works... no configure: error: in `/build/buildd/cinelerra-2.1.5': configure: error: C compiler cann