Re: [osg-users] Inconsistent errors whilst building OSG

2012-11-21 Thread Robert Osfield
Hi Sid,

It looks like the xinelib library headers have changed since 3.0.x was
released.

Robert.

On 20 November 2012 21:14, Sid Boyce sbo...@blueyonder.co.uk wrote:



1. Inconsistent errors whilst building OSG (Sid Boyce)


 --**--**--

 Message: 1
 Date: Sun, 30 Sep 2012 11:58:25 +0100
 From: Sid Boyce sbo...@blueyonder.co.uk
 To: osg-users@lists.**openscenegraph.orgosg-users@lists.openscenegraph.org
 Subject: [osg-users] Inconsistent errors whilst building OSG
 Message-ID: 
 506825D1.4040801@blueyonder.**co.uk506825d1.4040...@blueyonder.co.uk
 
 Content-Type: text/plain; charset=windows-1252; format=flowed

 Sometimes there are ffmpeg errors, other times deprecated warnings and
 errors.
 This has happened in 3.0.0 and 3.0.1 SVN sources.
 In builds going back a while, osg used to fetch the latest ffmepg sources.

 The error below is not about ffmpeg but I can download 3.0.1 SVN again and
 recreate that error. Just before this one I had lots of FFMPEG deprecated
 warnings and the error.

 The latest error:-
 Scanning dependencies of target osgdb_shp
 Linking CXX shared module ../../../lib/osgPlugins-3.0.1/**osgdb_shp.so
 [ 90%] Built target osgdb_shp
 [ 90%] Built target osgdb_txf
 [ 91%] Built target osgdb_bsp
 [ 92%] Built target osgdb_mdl
 [ 93%] Built target osgdb_ply
 Scanning dependencies of target osgdb_txp
 Linking CXX shared module ../../../lib/osgPlugins-3.0.1/**osgdb_txp.so
 [ 96%] Built target osgdb_txp
 [ 96%] Building C object src/osgPlugins/xine/**CMakeFiles/osgdb_xine.dir/*
 *video_out_rgb.o
 /home/lancelot/ftp/SEP12/**OSG301/OpenSceneGraph/src/**
 osgPlugins/xine/video_out_rgb.**c: In function
 ?rgbout_update_frame_format?:
 /home/lancelot/ftp/SEP12/**OSG301/OpenSceneGraph/src/**
 osgPlugins/xine/video_out_rgb.**c:2325:30: warning: cast to pointer from
 integer of different size [-Wint-to-pointer-cast]
 /home/lancelot/ftp/SEP12/**OSG301/OpenSceneGraph/src/**
 osgPlugins/xine/video_out_rgb.**c:2328:30: warning: cast to pointer from
 integer of different size [-Wint-to-pointer-cast]
 /home/lancelot/ftp/SEP12/**OSG301/OpenSceneGraph/src/**
 osgPlugins/xine/video_out_rgb.**c:2331:30: warning: cast to pointer from
 integer of different size [-Wint-to-pointer-cast]
 /home/lancelot/ftp/SEP12/**OSG301/OpenSceneGraph/src/**
 osgPlugins/xine/video_out_rgb.**c:2349:30: warning: cast to pointer from
 integer of different size [-Wint-to-pointer-cast]
 /home/lancelot/ftp/SEP12/**OSG301/OpenSceneGraph/src/**
 osgPlugins/xine/video_out_rgb.**c: In function ?init_class?:
 /home/lancelot/ftp/SEP12/**OSG301/OpenSceneGraph/src/**
 osgPlugins/xine/video_out_rgb.**c:2772:25: error: ?video_driver_class_t?
 has no member named ?get_identifier?
 /home/lancelot/ftp/SEP12/**OSG301/OpenSceneGraph/src/**
 osgPlugins/xine/video_out_rgb.**c:2773:25: error: ?video_driver_class_t?
 has no member named ?get_description?
 make[2]: *** 
 [src/osgPlugins/xine/**CMakeFiles/osgdb_xine.dir/**video_out_rgb.o]
 Error 1
 make[1]: *** [src/osgPlugins/xine/**CMakeFiles/osgdb_xine.dir/all] Error 2
 make: *** [all] Error 2
 Regards
 Sid.

 --
 Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
 Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
 Senior Staff Specialist, Cricket Coach
 Microsoft Windows Free Zone - Linux used for all Computing Tasks



 --

 __**_
 osg-users mailing list
 osg-users@lists.**openscenegraph.org osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.**org/listinfo.cgi/osg-users-**
 openscenegraph.orghttp://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


 End of osg-users Digest, Vol 63, Issue 45
 ***

 __**_
 osg-users mailing list
 osg-users@lists.**openscenegraph.org osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.**org/listinfo.cgi/osg-users-**
 openscenegraph.orghttp://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Inconsistent errors whilst building OSG

2012-11-21 Thread Sid Boyce

On 21/11/12 20:04, osg-users-requ...@lists.openscenegraph.org wrote:

Date: Wed, 21 Nov 2012 08:26:02 +
From: Robert Osfieldrobert.osfi...@gmail.com
To:sbo...@blueyonder.co.uk,osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Inconsistent errors whilst building OSG
Message-ID:
CAFN7Y+X7QMcpzqw4JHK+B=zg+modrkjef8cqa67hjovnwz7...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

Hi Sid,

It looks like the xinelib library headers have changed since 3.0.x was
released.

Robert.

It seems that way.
Regards
Sid.

--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] Inconsistent errors whilst building OSG

2012-11-20 Thread Sid Boyce



   1. Inconsistent errors whilst building OSG (Sid Boyce)


--

Message: 1
Date: Sun, 30 Sep 2012 11:58:25 +0100
From: Sid Boyce sbo...@blueyonder.co.uk
To: osg-users@lists.openscenegraph.org
Subject: [osg-users] Inconsistent errors whilst building OSG
Message-ID: 506825d1.4040...@blueyonder.co.uk
Content-Type: text/plain; charset=windows-1252; format=flowed

Sometimes there are ffmpeg errors, other times deprecated warnings and 
errors.

This has happened in 3.0.0 and 3.0.1 SVN sources.
In builds going back a while, osg used to fetch the latest ffmepg sources.

The error below is not about ffmpeg but I can download 3.0.1 SVN again 
and recreate that error. Just before this one I had lots of FFMPEG 
deprecated warnings and the error.


The latest error:-
Scanning dependencies of target osgdb_shp
Linking CXX shared module ../../../lib/osgPlugins-3.0.1/osgdb_shp.so
[ 90%] Built target osgdb_shp
[ 90%] Built target osgdb_txf
[ 91%] Built target osgdb_bsp
[ 92%] Built target osgdb_mdl
[ 93%] Built target osgdb_ply
Scanning dependencies of target osgdb_txp
Linking CXX shared module ../../../lib/osgPlugins-3.0.1/osgdb_txp.so
[ 96%] Built target osgdb_txp
[ 96%] Building C object 
src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/video_out_rgb.o
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c: 
In function ?rgbout_update_frame_format?:
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2325:30: 
warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2328:30: 
warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2331:30: 
warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2349:30: 
warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c: 
In function ?init_class?:
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2772:25: 
error: ?video_driver_class_t? has no member named ?get_identifier?
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2773:25: 
error: ?video_driver_class_t? has no member named ?get_description?
make[2]: *** 
[src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/video_out_rgb.o] Error 1

make[1]: *** [src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/all] Error 2
make: *** [all] Error 2
Regards
Sid.

--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks



--

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


End of osg-users Digest, Vol 63, Issue 45
*

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] Inconsistent errors whilst building OSG

2012-09-30 Thread Sid Boyce
Sometimes there are ffmpeg errors, other times deprecated warnings and 
errors.

This has happened in 3.0.0 and 3.0.1 SVN sources.
In builds going back a while, osg used to fetch the latest ffmepg sources.

The error below is not about ffmpeg but I can download 3.0.1 SVN again 
and recreate that error. Just before this one I had lots of FFMPEG 
deprecated warnings and the error.


The latest error:-
Scanning dependencies of target osgdb_shp
Linking CXX shared module ../../../lib/osgPlugins-3.0.1/osgdb_shp.so
[ 90%] Built target osgdb_shp
[ 90%] Built target osgdb_txf
[ 91%] Built target osgdb_bsp
[ 92%] Built target osgdb_mdl
[ 93%] Built target osgdb_ply
Scanning dependencies of target osgdb_txp
Linking CXX shared module ../../../lib/osgPlugins-3.0.1/osgdb_txp.so
[ 96%] Built target osgdb_txp
[ 96%] Building C object 
src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/video_out_rgb.o
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c: 
In function ‘rgbout_update_frame_format’:
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2325:30: 
warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2328:30: 
warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2331:30: 
warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2349:30: 
warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c: 
In function ‘init_class’:
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2772:25: 
error: ‘video_driver_class_t’ has no member named ‘get_identifier’
/home/lancelot/ftp/SEP12/OSG301/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2773:25: 
error: ‘video_driver_class_t’ has no member named ‘get_description’
make[2]: *** 
[src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/video_out_rgb.o] Error 1

make[1]: *** [src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/all] Error 2
make: *** [all] Error 2
Regards
Sid.

--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org