[Flightgear-users] latest fgdata

2012-09-30 Thread Donn Washburn
I have the latest version of the git software running and the Menu at 
the top of fgfs's image is missing.
Either things have changed or one of the other programs is missing this 
part.

This version is showing
glLinkProgram  FAILED and skipping unknown pass attribute 
alpha-to-coverag

I do like the new Airport image.

-- 
73 de Donn Washburn
1803 Oaklawn  Email n5...@comcast.net
Sugar Land, TX 77498-2249  LL# 1.281.242.4807
Ham Callsign N5XWB   HAMs : n5...@arrl.net
VoIP via Skype:n5xwbg  BMWMOA #:4146 Ambassador
http://counter.li.org  #279316


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users


Re: [Flightgear-users] latest fgdata

2012-09-30 Thread Sid Boyce
On 30/09/12 13:03, Donn Washburn wrote:
 I have the latest version of the git software running and the Menu at
 the top of fgfs's image is missing.
 Either things have changed or one of the other programs is missing this
 part.

 This version is showing
 glLinkProgram  FAILED and skipping unknown pass attribute
 alpha-to-coverag

 I do like the new Airport image.

Not surprising when you have had had to hack and tack to get earlier 
parts built.

I have posted a problem to the osg list as there is something very 
strange with openSceneGraph causing deprecated warnings on building the 
included FFMPEG and also inconsistent errors in 2.4, 3.0.0 and 3.0.1.

Latest error is about xine.

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


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users


Re: [Flightgear-users] latest fgdata

2012-09-30 Thread Donn Washburn
OSG built just about every thing correctly except a module in one area 
about 97 %  The only thing I needed to do in ccmake was erase the 
alternate liavcodec.so line other wise it was a clean compile.
On 09/30/2012 08:28 AM, Sid Boyce wrote:
 On 30/09/12 13:03, Donn Washburn wrote:
 I have the latest version of the git software running and the Menu at
 the top of fgfs's image is missing.
 Either things have changed or one of the other programs is missing this
 part.

 This version is showing
 glLinkProgram  FAILED and skipping unknown pass attribute
 alpha-to-coverag

 I do like the new Airport image.

 Not surprising when you have had had to hack and tack to get earlier
 parts built.

 I have posted a problem to the osg list as there is something very
 strange with openSceneGraph causing deprecated warnings on building the
 included FFMPEG and also inconsistent errors in 2.4, 3.0.0 and 3.0.1.

 Latest error is about xine.
 
 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.


-- 
73 de Donn Washburn
1803 Oaklawn  Email n5...@comcast.net
Sugar Land, TX 77498-2249  LL# 1.281.242.4807
Ham Callsign N5XWB   HAMs : n5...@arrl.net
VoIP via Skype:n5xwbg  BMWMOA #:4146 Ambassador
http://counter.li.org  #279316


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users