Einar and scott,
Thanks to you both.

The two includes solved the compile issue. The --enable-opengl option to configure got OpenGL in the build.

make completed and I have installed and run cinelerra. Have not had time to use this build extensively; just completed the make install 5 minutes ago. It loaded a project file and brought up all the resources correctly and did a playback. That is a good start and indicator that all is probably well.

Thanks again.

Regards,
John

On 08/04/2010 05:35 AM, [email protected] wrote:
Message: 1
Date: Tue, 3 Aug 2010 21:57:01 +0300
Subject: Re: [CinCV] Just upgraded to Fedora 13 - having compile problem.
From: =?ISO-8859-1?Q?Einar_R=FCnkaru?=<[email protected]>
To: [email protected]
Reply-To: [email protected]

On Tue, Aug 3, 2010 at 1:17 AM, John Griffiths<[email protected]>  wr=
ote:
The configure went well and all dependencies were properly satisfied. One
exception: OpenGL says it is not available.

make run until I get this error:

svg.C: In member function =91virtual int SvgMain::process_realtime(VFrame=
*,
VFrame*)=92:
svg.C:283: error: no matching function for call to =91stat::stat(char [10=
24],
stat*)=92
/usr/include/bits/stat.h:40: note: candidates are: stat::stat()
/usr/include/bits/stat.h:40: note:=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0 stat::stat(const stat&)
svg.C:295: error: =91fstat=92 was not declared in this scope
make[3]: *** [svg.lo] Error 1
make[3]: Leaving directory
`/home/xxxx/Downloads/cinelerra/cinelerra-cv/plugins/svg'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/xxxx/Downloads/cinelerra/cinelerra-cv/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/xxxx/Downloads/cinelerra/cinelerra-cv'
make: *** [all] Error 2

Any suggestions?
Try to add two lines:

#include<sys/types.h>
#include<sys/stat.h>

before line 28:
#include<unistd.h>

Please report results.

Einar


--__--__--

Message: 2
Date: Tue, 03 Aug 2010 15:49:46 -0400
From: John Griffiths<[email protected]>
To: [email protected]
Subject: Re: [CinCV] Just upgraded to Fedora 13 - having compile problem.
Reply-To: [email protected]

Thanks Scott,
I appreciate that data point, but the OpenGL issue was not my major
concern. The fact that the compile bombed out when compiling svg.C in
SvgMain::process_realtime(VFrame*, VFrame*) is the issue.

The cinelerra source is from the git repo
git://git.cinelerra.org/j6t/cinelerra.git and is current as of the
configure and make last night which failed.

I probably have a wrong version of a library. I use yum with the
priorities plugin and set the priorities for the fedora repos to be the
highest followed by rpm-fusion and Adobe, google, kwizart.

I am not much of a C/C++ programmer any more. Do all Java these days.

ATrpms makes a RPM for cinelerra, but ATrpms libraries are not
compatible with rpm-fusion. Mix and match repos is such a fun game. NOT.

Thanks,
John

On 08/03/2010 05:34 AM, [email protected] wrote:
-- __--__--

Message: 3
Subject: Re: [CinCV] Just upgraded to Fedora 13 - having compile problem.
From: "Scott C. Frase"<[email protected]>
To: [email protected]
Date: Mon, 02 Aug 2010 19:35:35 -0400
Reply-To: [email protected]

On Mon, 2010-08-02 at 18:17 -0400, John Griffiths wrote:

The configure went well and all dependencies were properly satisfied.
One exception: OpenGL says it is not available.
=20
make run until I get this error:
          svg.C: In member function =E2=80=98virtual int
          SvgMain::process_realtime(VFrame*, VFrame*)=E2=80=99:
          svg.C:283: error: no matching function for call to
          =E2=80=98stat::stat(char [1024], stat*)=E2=80=99
          /usr/include/bits/stat.h:40: note: candidates are:
          stat::stat()
          /usr/include/bits/stat.h:40: note:
          stat::stat(const stat&)

John,
Not sure if this fits your bill, but on my Fedora 12, x86-64 build, I
had to specify "--enable-opengl" as a ./configure command line arg to
get Cinelerra to compile with OpenGL support.  (I have an NVidia 8800GT
card.)

./configure --enable-opengl

scott




-- __--__--

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


End of Cinelerra Digest



_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to