Advertisement
TacticalCode

gnash make error: missing link to libgnashvaapi.la?

Apr 8th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 27.63 KB | None | 0 0
  1. make
  2. Getting build info for revno.h
  3. Generating revno.h (master 21709 265125f)
  4. make  all-recursive
  5. make[1]: Entering directory `/home/damon/gnashbuild/gnash'
  6. Making all in desktop
  7. make[2]: Entering directory `/home/damon/gnashbuild/gnash/desktop'
  8. make[2]: Für das Ziel »all« ist nichts zu tun.
  9. make[2]: Leaving directory `/home/damon/gnashbuild/gnash/desktop'
  10. Making all in libdevice
  11. make[2]: Entering directory `/home/damon/gnashbuild/gnash/libdevice'
  12.   CXX    libgnashdevice_la-DeviceGlue.lo
  13.   CXXLD  libgnashdevice.la
  14.   CXX    libgnashvaapi_la-vaapi_utils.lo
  15.   CXX    libgnashvaapi_la-VaapiContext.lo
  16.   CXX    libgnashvaapi_la-VaapiDisplay.lo
  17.   CXX    libgnashvaapi_la-VaapiGlobalContext.lo
  18.   CXX    libgnashvaapi_la-VaapiImage.lo
  19.   CXX    libgnashvaapi_la-VaapiImageFormat.lo
  20.   CXX    libgnashvaapi_la-VaapiSubpicture.lo
  21.   CXX    libgnashvaapi_la-VaapiSurface.lo
  22.   CXX    libgnashvaapi_la-VaapiSurfaceProxy.lo
  23.   CXXLD  libgnashvaapi.la
  24. make[2]: Leaving directory `/home/damon/gnashbuild/gnash/libdevice'
  25. Making all in libbase
  26. make[2]: Entering directory `/home/damon/gnashbuild/gnash/libbase'
  27.   CXX    libgnashbase_la-AMF.lo
  28.   CXX    libgnashbase_la-arg_parser.lo
  29.   CXX    libgnashbase_la-BitsReader.lo
  30.   CXX    libgnashbase_la-ClockTime.lo
  31.   CXX    libgnashbase_la-curl_adapter.lo
  32.   CXX    libgnashbase_la-GC.lo
  33.   CXX    libgnashbase_la-GnashFileUtilities.lo
  34.   CXX    libgnashbase_la-GnashImage.lo
  35.   CXX    libgnashbase_la-GnashImageJpeg.lo
  36.   CXX    libgnashbase_la-IOChannel.lo
  37.   CXX    libgnashbase_la-log.lo
  38.   CXX    libgnashbase_la-memory.lo
  39.   CXX    libgnashbase_la-NamingPolicy.lo
  40.   CXX    libgnashbase_la-noseek_fd_adapter.lo
  41.   CXX    libgnashbase_la-rc.lo
  42.   CXX    libgnashbase_la-RTMP.lo
  43.   CXX    libgnashbase_la-Socket.lo
  44.   CXX    libgnashbase_la-StreamProvider.lo
  45.   CXX    libgnashbase_la-string_table.lo
  46.   CXX    libgnashbase_la-SWFCtype.lo
  47.   CXX    libgnashbase_la-tu_file.lo
  48.   CXX    libgnashbase_la-URLAccessManager.lo
  49.   CXX    libgnashbase_la-URL.lo
  50.   CXX    libgnashbase_la-utf8.lo
  51.   CXX    libgnashbase_la-WallClockTimer.lo
  52.   CXX    libgnashbase_la-zlib_adapter.lo
  53.   CC     libgnashbase_la-jemalloc.lo
  54. jemalloc.c: In function 'chunk_alloc':
  55. jemalloc.c:2602:31: warning: unused parameter 'zero' [-Wunused-parameter]
  56. jemalloc.c: In function 'arena_chunk_init':
  57. jemalloc.c:3136:15: warning: variable 'run' set but not used [-Wunused-but-set-variable]
  58. jemalloc.c: In function 'arena_run_alloc':
  59. jemalloc.c:3228:46: warning: unused parameter 'bin' [-Wunused-parameter]
  60. jemalloc.c: In function 'arena_bin_malloc_easy':
  61. jemalloc.c:3598:32: warning: unused parameter 'arena' [-Wunused-parameter]
  62. jemalloc.c: In function 'arena_dalloc_large':
  63. jemalloc.c:4275:10: warning: unused variable 'size' [-Wunused-variable]
  64. jemalloc.c: In function 'arena_new':
  65. jemalloc.c:4554:9: warning: variable 'pow2_size' set but not used [-Wunused-but-set-variable]
  66. jemalloc.c: In function 'huge_palloc':
  67. jemalloc.c:4873:1: warning: label 'RETURN' defined but not used [-Wunused-label]
  68. jemalloc.c:4754:33: warning: unused variable 'offset' [-Wunused-variable]
  69. jemalloc.c:4754:9: warning: variable 'alloc_size' set but not used [-Wunused-but-set-variable]
  70. jemalloc.c: At top level:
  71. jemalloc.c:5941:1: warning: no previous prototype for 'memalign' [-Wmissing-prototypes]
  72. jemalloc.c:6175:1: warning: no previous prototype for 'malloc_usable_size' [-Wmissing-prototypes]
  73. jemalloc.c:1452:1: warning: 'malloc_spin_init' defined but not used [-Wunused-function]
  74. jemalloc.c:2075:1: warning: 'extent_tree_szad_new' defined but not used [-Wunused-function]
  75. jemalloc.c:2075:1: warning: 'extent_tree_szad_first' defined but not used [-Wunused-function]
  76. jemalloc.c:2075:1: warning: 'extent_tree_szad_last' defined but not used [-Wunused-function]
  77. jemalloc.c:2075:1: warning: 'extent_tree_szad_next' defined but not used [-Wunused-function]
  78. jemalloc.c:2075:1: warning: 'extent_tree_szad_prev' defined but not used [-Wunused-function]
  79. jemalloc.c:2075:1: warning: 'extent_tree_szad_search' defined but not used [-Wunused-function]
  80. jemalloc.c:2075:1: warning: 'extent_tree_szad_nsearch' defined but not used [-Wunused-function]
  81. jemalloc.c:2075:1: warning: 'extent_tree_szad_psearch' defined but not used [-Wunused-function]
  82. jemalloc.c:2075:1: warning: 'extent_tree_szad_insert' defined but not used [-Wunused-function]
  83. jemalloc.c:2075:1: warning: 'extent_tree_szad_remove' defined but not used [-Wunused-function]
  84. jemalloc.c:2088:1: warning: 'extent_tree_ad_first' defined but not used [-Wunused-function]
  85. jemalloc.c:2088:1: warning: 'extent_tree_ad_last' defined but not used [-Wunused-function]
  86. jemalloc.c:2088:1: warning: 'extent_tree_ad_next' defined but not used [-Wunused-function]
  87. jemalloc.c:2088:1: warning: 'extent_tree_ad_prev' defined but not used [-Wunused-function]
  88. jemalloc.c:2088:1: warning: 'extent_tree_ad_nsearch' defined but not used [-Wunused-function]
  89. jemalloc.c:2088:1: warning: 'extent_tree_ad_psearch' defined but not used [-Wunused-function]
  90. jemalloc.c:2811:1: warning: 'arena_chunk_tree_dirty_first' defined but not used [-Wunused-function]
  91. jemalloc.c:2811:1: warning: 'arena_chunk_tree_dirty_next' defined but not used [-Wunused-function]
  92. jemalloc.c:2811:1: warning: 'arena_chunk_tree_dirty_prev' defined but not used [-Wunused-function]
  93. jemalloc.c:2811:1: warning: 'arena_chunk_tree_dirty_search' defined but not used [-Wunused-function]
  94. jemalloc.c:2811:1: warning: 'arena_chunk_tree_dirty_nsearch' defined but not used [-Wunused-function]
  95. jemalloc.c:2811:1: warning: 'arena_chunk_tree_dirty_psearch' defined but not used [-Wunused-function]
  96. jemalloc.c:2827:1: warning: 'arena_run_tree_last' defined but not used [-Wunused-function]
  97. jemalloc.c:2827:1: warning: 'arena_run_tree_next' defined but not used [-Wunused-function]
  98. jemalloc.c:2827:1: warning: 'arena_run_tree_prev' defined but not used [-Wunused-function]
  99. jemalloc.c:2827:1: warning: 'arena_run_tree_search' defined but not used [-Wunused-function]
  100. jemalloc.c:2827:1: warning: 'arena_run_tree_nsearch' defined but not used [-Wunused-function]
  101. jemalloc.c:2827:1: warning: 'arena_run_tree_psearch' defined but not used [-Wunused-function]
  102. jemalloc.c:2859:1: warning: 'arena_avail_tree_first' defined but not used [-Wunused-function]
  103. jemalloc.c:2859:1: warning: 'arena_avail_tree_last' defined but not used [-Wunused-function]
  104. jemalloc.c:2859:1: warning: 'arena_avail_tree_next' defined but not used [-Wunused-function]
  105. jemalloc.c:2859:1: warning: 'arena_avail_tree_prev' defined but not used [-Wunused-function]
  106. jemalloc.c:2859:1: warning: 'arena_avail_tree_search' defined but not used [-Wunused-function]
  107. jemalloc.c:2859:1: warning: 'arena_avail_tree_psearch' defined but not used [-Wunused-function]
  108. jemalloc.c: In function 'wrtmessage':
  109. jemalloc.c:1353:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  110. jemalloc.c:1354:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  111. jemalloc.c:1355:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  112. jemalloc.c:1356:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  113.   CXX    libgnashbase_la-SharedMem.lo
  114.   CXX    libgnashbase_la-extension.lo
  115.   CXX    libgnashbase_la-sharedlib.lo
  116.   CXX    libgnashbase_la-GnashImagePng.lo
  117.   CXX    libgnashbase_la-GnashImageGif.lo
  118.   CXX    libgnashbase_la-GnashVaapiImage.lo
  119.   CXX    libgnashbase_la-GnashVaapiTexture.lo
  120.   CXXLD  libgnashbase.la
  121. sed -e 's|@DEFAULT_FLASH_PLATFORM_ID[@]|LNX|g' -e 's|@DEFAULT_FLASH_MAJOR_VERSION[@]|10|g' -e 's|@DEFAULT_FLASH_MINOR_VERSION[@]|1|g' -e 's|@DEFAULT_FLASH_REV_NUMBER[@]|999|g' -e 's|@DEFAULT_STREAMS_TIMEOUT[@]|60|g' -e 's|@DEFAULT_SOL_SAFEDIR[@]|~/.gnash/SharedObjects|g'  './gnashrc.in' >gnashrc
  122. sed -e 's|@DEFAULT_FLASH_PLATFORM_ID[@]|LNX|g' -e 's|@DEFAULT_FLASH_MAJOR_VERSION[@]|10|g' -e 's|@DEFAULT_FLASH_MINOR_VERSION[@]|1|g' -e 's|@DEFAULT_FLASH_REV_NUMBER[@]|999|g' -e 's|@DEFAULT_STREAMS_TIMEOUT[@]|60|g' -e 's|@DEFAULT_SOL_SAFEDIR[@]|~/.gnash/SharedObjects|g'  './gnashpluginrc.in' >gnashpluginrc
  123. make[2]: Leaving directory `/home/damon/gnashbuild/gnash/libbase'
  124. Making all in libmedia
  125. make[2]: Entering directory `/home/damon/gnashbuild/gnash/libmedia'
  126.   CXX    libgnashmedia_la-AudioDecoderSimple.lo
  127.   CXX    libgnashmedia_la-AudioResampler.lo
  128.   CXX    libgnashmedia_la-FLVParser.lo
  129.   CXX    libgnashmedia_la-MediaHandler.lo
  130.   CXX    libgnashmedia_la-MediaParser.lo
  131.   CXX    libgnashmedia_la-AudioDecoderFfmpeg.lo
  132. ffmpeg/AudioDecoderFfmpeg.cpp: In member function 'uint8_t* gnash::media::ffmpeg::AudioDecoderFfmpeg::decodeFrame(const uint8_t*, uint32_t, uint32_t&)':
  133. ffmpeg/AudioDecoderFfmpeg.cpp:532:27: warning: cast from type 'const uint8_t* {aka const unsigned char*}' to type 'uint8_t* {aka unsigned char*}' casts away qualifiers [-Wcast-qual]
  134. ffmpeg/AudioDecoderFfmpeg.cpp:535:15: warning: 'int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3852) [-Wdeprecated-declarations]
  135. ffmpeg/AudioDecoderFfmpeg.cpp:537:40: warning: 'int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3852) [-Wdeprecated-declarations]
  136.   CXX    libgnashmedia_la-AudioInputFfmpeg.lo
  137.   CXX    libgnashmedia_la-AudioResamplerFfmpeg.lo
  138.   CXX    libgnashmedia_la-MediaHandlerFfmpeg.lo
  139.   CXX    libgnashmedia_la-MediaParserFfmpeg.lo
  140. ffmpeg/MediaParserFfmpeg.cpp: In member function 'void gnash::media::ffmpeg::MediaParserFfmpeg::initializeParser()':
  141. ffmpeg/MediaParserFfmpeg.cpp:501:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  142. ffmpeg/MediaParserFfmpeg.cpp:530:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  143.   CXX    libgnashmedia_la-VideoConverterFfmpeg.lo
  144. ffmpeg/VideoConverterFfmpeg.cpp: In member function 'virtual std::auto_ptr<gnash::media::ImgBuf> gnash::media::ffmpeg::VideoConverterFfmpeg::convert(const gnash::media::ImgBuf&)':
  145. ffmpeg/VideoConverterFfmpeg.cpp:165:74: warning: narrowing conversion of 'src.gnash::media::ImgBuf::stride.boost::array<T, N>::operator[]<unsigned int, 4u>(0u)' from 'const unsigned int' to 'int' inside { } is ill-formed in C++11 [-Wnarrowing]
  146.   CXX    libgnashmedia_la-VideoDecoderFfmpeg.lo
  147. ffmpeg/VideoDecoderFfmpeg.cpp: In member function 'std::auto_ptr<gnash::image::GnashImage> gnash::media::ffmpeg::VideoDecoderFfmpeg::decode(const uint8_t*, uint32_t)':
  148. ffmpeg/VideoDecoderFfmpeg.cpp:374:27: warning: cast from type 'const uint8_t* {aka const unsigned char*}' to type 'uint8_t* {aka unsigned char*}' casts away qualifiers [-Wcast-qual]
  149.   CXX    libgnashmedia_la-VideoInputFfmpeg.lo
  150.   CXX    libgnashmedia_la-VideoDecoderFfmpegVaapi.lo
  151.   CXX    libgnashmedia_la-AudioDecoderSpeex.lo
  152.   CXXLD  libgnashmedia.la
  153. make[2]: Leaving directory `/home/damon/gnashbuild/gnash/libmedia'
  154. Making all in libsound
  155. make[2]: Entering directory `/home/damon/gnashbuild/gnash/libsound'
  156.   CXX    libgnashsound_la-EmbedSound.lo
  157.   CXX    libgnashsound_la-StreamingSoundData.lo
  158.   CXX    libgnashsound_la-StreamingSound.lo
  159.   CXX    libgnashsound_la-LiveSound.lo
  160.   CXX    libgnashsound_la-EmbedSoundInst.lo
  161.   CXX    libgnashsound_la-sound_handler.lo
  162.   CXX    libgnashsound_la-WAVWriter.lo
  163.   CXX    libgnashsound_la-sound_handler_sdl.lo
  164.   CXXLD  libgnashsound.la
  165. make[2]: Leaving directory `/home/damon/gnashbuild/gnash/libsound'
  166. Making all in libcore
  167. make[2]: Entering directory `/home/damon/gnashbuild/gnash/libcore'
  168. make  all-recursive
  169. make[3]: Entering directory `/home/damon/gnashbuild/gnash/libcore'
  170. Making all in parser
  171. make[4]: Entering directory `/home/damon/gnashbuild/gnash/libcore/parser'
  172.   CXX    action_buffer.lo
  173.   CXX    BitmapMovieDefinition.lo
  174.   CXX    SWFParser.lo
  175.   CXX    TypesParser.lo
  176.   CXX    SWFMovieDefinition.lo
  177.   CXX    sound_definition.lo
  178.   CXX    sprite_definition.lo
  179.   CXXLD  libgnashparser.la
  180. make[4]: Leaving directory `/home/damon/gnashbuild/gnash/libcore/parser'
  181. Making all in vm
  182. make[4]: Entering directory `/home/damon/gnashbuild/gnash/libcore/vm'
  183.   CXX    ASHandlers.lo
  184.   CXX    ActionExec.lo
  185.   CXX    VM.lo
  186.   CXX    CallStack.lo
  187.   CXXLD  libgnashvm.la
  188. make[4]: Leaving directory `/home/damon/gnashbuild/gnash/libcore/vm'
  189. make[4]: Entering directory `/home/damon/gnashbuild/gnash/libcore'
  190.   CXX    BitmapMovie.lo
  191.   CXX    ConstantPool.lo
  192.   CXX    Property.lo
  193.   CXX    PropertyList.lo
  194.   CXX    SystemClock.lo
  195.   CXX    ClassHierarchy.lo
  196.   CXX    as_environment.lo
  197.   CXX    as_function.lo
  198.   CXX    event_id.lo
  199.   CXX    Relay.lo
  200.   CXX    as_object.lo
  201.   CXX    AMFConverter.lo
  202.   CXX    as_value.lo
  203.   CXX    DisplayObjectContainer.lo
  204.   CXX    DisplayObject.lo
  205.   CXX    CharacterProxy.lo
  206.   CXX    SWFCxForm.lo
  207.   CXX    Geometry.lo
  208.   CXX    DynamicShape.lo
  209.   CXX    Bitmap.lo
  210.   CXX    Shape.lo
  211.   CXX    MorphShape.lo
  212.   CXX    StaticText.lo
  213.   CXX    TextField.lo
  214.   CXX    filter_factory.lo
  215.   CXX    InteractiveObject.lo
  216.   CXX    ExternalInterface.lo
  217.   CXX    HostInterface.lo
  218.   CXX    SWFMatrix.lo
  219.   CXX    SWFMovie.lo
  220.   CXX    movie_root.lo
  221.   CXX    namedStrings.lo
  222.   CXX    SWFRect.lo
  223.   CXX    MovieClip.lo
  224.   CXX    SWF.lo
  225.   CXX    TagLoadersTable.lo
  226.   CXX    DefaultTagLoaders.lo
  227.   CXX    DefineVideoStreamTag.lo
  228.   CXX    DefineTextTag.lo
  229.   CXX    DefineButtonSoundTag.lo
  230.   CXX    DefineButtonCxformTag.lo
  231.   CXX    DefineButtonTag.lo
  232.   CXX    DefineFontTag.lo
  233.   CXX    VideoFrameTag.lo
  234.   CXX    DefinitionTag.lo
  235.   CXX    ShapeRecord.lo
  236.   CXX    SoundInfoRecord.lo
  237.   CXX    TextRecord.lo
  238.   CXX    tag_loaders.lo
  239.   CXX    DefineBitsTag.lo
  240.   CXX    DefineFontAlignZonesTag.lo
  241.   CXX    DefineShapeTag.lo
  242.   CXX    DefineScalingGridTag.lo
  243.   CXX    DefineEditTextTag.lo
  244.   CXX    DefineMorphShapeTag.lo
  245.   CXX    CSMTextSettingsTag.lo
  246.   CXX    PlaceObject2Tag.lo
  247.   CXX    RemoveObjectTag.lo
  248.   CXX    SoundStreamHeadTag.lo
  249.   CXX    StartSoundTag.lo
  250.   CXX    SetTabIndexTag.lo
  251.   CXX    StreamSoundBlockTag.lo
  252.   CXX    Function.lo
  253.   CXX    Function2.lo
  254.   CXX    Video.lo
  255.   CXX    Button.lo
  256.   CXX    DisplayList.lo
  257.   CXX    FillStyle.lo
  258.   CXX    Font.lo
  259.   CXX    fontlib.lo
  260.   CXX    LoadVariablesThread.lo
  261.   CXX    SWFStream.lo
  262.   CXX    LineStyle.lo
  263.   CXX    Timers.lo
  264.   CXX    RGBA.lo
  265.   CXX    MovieFactory.lo
  266.   CXX    MovieLoader.lo
  267.   CXX    FreetypeGlyphsProvider.lo
  268.   CXX    ASConversions.lo
  269.   CXX    AsBroadcaster.lo
  270.   CXX    Array_as.lo
  271.   CXX    Boolean_as.lo
  272.   CXX    Color_as.lo
  273.   CXX    Date_as.lo
  274.   CXX    Error_as.lo
  275.   CXX    Function_as.lo
  276.   CXX    Global_as.lo
  277.   CXX    LoadVars_as.lo
  278.   CXX    Math_as.lo
  279.   CXX    Number_as.lo
  280.   CXX    PlayHead.lo
  281.   CXX    Selection_as.lo
  282.   CXX    MovieClipLoader.lo
  283.   CXX    String_as.lo
  284.   CXX    LoadableObject.lo
  285.   CXX    MovieClip_as.lo
  286.   CXX    Stage_as.lo
  287.   CXX    Accessibility_as.lo
  288.   CXX    Sound_as.lo
  289.   CXX    Video_as.lo
  290.   CXX    Microphone_as.lo
  291.   CXX    Camera_as.lo
  292.   CXX    LocalConnection_as.lo
  293.   CXX    NetConnection_as.lo
  294.   CXX    NetStream_as.lo
  295.   CXX    SharedObject_as.lo
  296.   CXX    XMLSocket_as.lo
  297.   CXX    XML_as.lo
  298.   CXX    XMLNode_as.lo
  299.   CXX    System_as.lo
  300.   CXX    Mouse_as.lo
  301.   CXX    ContextMenu_as.lo
  302.   CXX    ContextMenuItem_as.lo
  303.   CXX    Key_as.lo
  304.   CXX    TextField_as.lo
  305.   CXX    TextFormat_as.lo
  306.   CXX    TextSnapshot_as.lo
  307.   CXX    Object.lo
  308.   CXX    display_pkg.lo
  309.   CXX    BitmapData_as.lo
  310.   CXX    external_pkg.lo
  311.   CXX    ExternalInterface_as.lo
  312.   CXX    filters_pkg.lo
  313.   CXX    BevelFilter_as.lo
  314.   CXX    BitmapFilter_as.lo
  315.   CXX    BlurFilter_as.lo
  316.   CXX    ColorMatrixFilter_as.lo
  317.   CXX    ConvolutionFilter_as.lo
  318.   CXX    DropShadowFilter_as.lo
  319.   CXX    GlowFilter_as.lo
  320.   CXX    GradientBevelFilter_as.lo
  321.   CXX    GradientGlowFilter_as.lo
  322.   CXX    DisplacementMapFilter_as.lo
  323.   CXX    geom_pkg.lo
  324.   CXX    ColorTransform_as.lo
  325.   CXX    Matrix_as.lo
  326.   CXX    Point_as.lo
  327.   CXX    Rectangle_as.lo
  328.   CXX    Transform_as.lo
  329.   CXX    net_pkg.lo
  330.   CXX    FileReferenceList_as.lo
  331.   CXX    FileReference_as.lo
  332.   CXX    text_pkg.lo
  333.   CXX    TextRenderer_as.lo
  334.   CXX    flash_pkg.lo
  335.   CXXLD  libgnashcore.la
  336. make[4]: Leaving directory `/home/damon/gnashbuild/gnash/libcore'
  337. make[3]: Leaving directory `/home/damon/gnashbuild/gnash/libcore'
  338. make[2]: Leaving directory `/home/damon/gnashbuild/gnash/libcore'
  339. Making all in librender
  340. make[2]: Entering directory `/home/damon/gnashbuild/gnash/librender'
  341.   CXX    libgnashrender_la-Renderer_agg.lo
  342. In file included from /usr/include/agg2/agg_pixfmt_gray.h:38:0,
  343.                  from agg/Renderer_agg.cpp:121:
  344. /usr/include/agg2/agg_color_gray.h: In member function 'const self_type& agg::gray16::demultiply()':
  345. /usr/include/agg2/agg_color_gray.h:347:59: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
  346. In file included from agg/Renderer_agg.cpp:129:0:
  347. /usr/include/agg2/agg_scanline_bin.h: At global scope:
  348. /usr/include/agg2/agg_scanline_bin.h:194:14: warning: unused parameter 'min_x' [-Wunused-parameter]
  349. /usr/include/agg2/agg_scanline_bin.h:194:14: warning: unused parameter 'max_x' [-Wunused-parameter]
  350. In file included from /usr/include/agg2/agg_rasterizer_scanline_aa.h:43:0,
  351.                  from agg/Renderer_agg.cpp:132:
  352. /usr/include/agg2/agg_rasterizer_sl_clip.h:330:14: warning: unused parameter 'x1' [-Wunused-parameter]
  353. /usr/include/agg2/agg_rasterizer_sl_clip.h:330:14: warning: unused parameter 'y1' [-Wunused-parameter]
  354. /usr/include/agg2/agg_rasterizer_sl_clip.h:330:14: warning: unused parameter 'x2' [-Wunused-parameter]
  355. /usr/include/agg2/agg_rasterizer_sl_clip.h:330:14: warning: unused parameter 'y2' [-Wunused-parameter]
  356. In file included from /usr/include/agg2/agg_path_storage.h:32:0,
  357.                  from agg/Renderer_agg.cpp:135:
  358. /usr/include/agg2/agg_bezier_arc.h: In member function 'unsigned int agg::bezier_arc::vertex(double*, double*)':
  359. /usr/include/agg2/agg_bezier_arc.h:75:57: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
  360. In file included from agg/Renderer_agg.cpp:139:0:
  361. /usr/include/agg2/agg_image_accessors.h: In instantiation of 'const int8u* agg::image_accessor_clone<PixFmt>::span(int, int, unsigned int) [with PixFmt = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_rgba>, agg::row_accessor<unsigned char>, unsigned int>; agg::int8u = unsigned char]':
  362. /usr/include/agg2/agg_span_image_filter_rgba.h:80:47:   required from 'void agg::span_image_filter_rgba_nn<Source, Interpolator>::generate(agg::span_image_filter_rgba_nn<Source, Interpolator>::color_type*, int, int, unsigned int) [with Source = agg::image_accessor_clone<agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_rgba>, agg::row_accessor<unsigned char>, unsigned int> >; Interpolator = agg::span_interpolator_linear<agg::trans_affine>; agg::span_image_filter_rgba_nn<Source, Interpolator>::color_type = agg::rgba8]'
  363. agg/Renderer_agg_style.h:385:9:   required from 'void gnash::{anonymous}::BitmapStyle<PixelFormat, Allocator, SourceType, Interpolator, Generator>::generate_span(agg::rgba8*, int, int, unsigned int) [with PixelFormat = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_rgba>, agg::row_accessor<unsigned char>, unsigned int>; Allocator = agg::span_allocator<agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_rgba>, agg::row_accessor<unsigned char>, unsigned int> >; SourceType = agg::image_accessor_clone<agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_rgba>, agg::row_accessor<unsigned char>, unsigned int> >; Interpolator = agg::span_interpolator_linear<agg::trans_affine>; Generator = agg::span_image_filter_rgba_nn<agg::image_accessor_clone<agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_rgba>, agg::row_accessor<unsigned char>, unsigned int> >, agg::span_interpolator_linear<agg::trans_affine> >]'
  364. agg/Renderer_agg.cpp:2241:1:   required from here
  365. /usr/include/agg2/agg_image_accessors.h:200:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  366. /usr/include/agg2/agg_image_accessors.h: In instantiation of 'const int8u* agg::image_accessor_clone<PixFmt>::span(int, int, unsigned int) [with PixFmt = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8, agg::order_rgb>, agg::row_accessor<unsigned char> >; agg::int8u = unsigned char]':
  367. /usr/include/agg2/agg_span_image_filter_rgb.h:80:47:   required from 'void agg::span_image_filter_rgb_nn<Source, Interpolator>::generate(agg::span_image_filter_rgb_nn<Source, Interpolator>::color_type*, int, int, unsigned int) [with Source = agg::image_accessor_clone<agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8, agg::order_rgb>, agg::row_accessor<unsigned char> > >; Interpolator = agg::span_interpolator_linear<agg::trans_affine>; agg::span_image_filter_rgb_nn<Source, Interpolator>::color_type = agg::rgba8]'
  368. agg/Renderer_agg_style.h:385:9:   required from 'void gnash::{anonymous}::BitmapStyle<PixelFormat, Allocator, SourceType, Interpolator, Generator>::generate_span(agg::rgba8*, int, int, unsigned int) [with PixelFormat = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8, agg::order_rgb>, agg::row_accessor<unsigned char> >; Allocator = agg::span_allocator<agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8, agg::order_rgb>, agg::row_accessor<unsigned char> > >; SourceType = agg::image_accessor_clone<agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8, agg::order_rgb>, agg::row_accessor<unsigned char> > >; Interpolator = agg::span_interpolator_linear<agg::trans_affine>; Generator = agg::span_image_filter_rgb_nn<agg::image_accessor_clone<agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8, agg::order_rgb>, agg::row_accessor<unsigned char> > >, agg::span_interpolator_linear<agg::trans_affine> >]'
  369. agg/Renderer_agg.cpp:2241:1:   required from here
  370. /usr/include/agg2/agg_image_accessors.h:200:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  371. In file included from agg/Renderer_agg.cpp:121:0:
  372. /usr/include/agg2/agg_pixfmt_gray.h: In instantiation of 'static void agg::blender_gray<ColorT>::blend_pix(agg::blender_gray<ColorT>::value_type*, unsigned int, unsigned int, unsigned int) [with ColorT = agg::gray8; agg::blender_gray<ColorT>::value_type = unsigned char]':
  373. /usr/include/agg2/agg_pixfmt_gray.h:379:25:   required from 'void agg::pixfmt_alpha_blend_gray<Blender, RenBuf, Step, Offset>::blend_solid_hspan(int, int, unsigned int, const color_type&, const int8u*) [with Blender = agg::blender_gray<agg::gray8>; RenBuf = agg::row_accessor<unsigned char>; unsigned int Step = 1u; unsigned int Offset = 0u; agg::pixfmt_alpha_blend_gray<Blender, RenBuf, Step, Offset>::color_type = agg::gray8; agg::int8u = unsigned char]'
  374. /usr/include/agg2/agg_renderer_base.h:286:13:   required from 'void agg::renderer_base<PixelFormat>::blend_solid_hspan(int, int, int, const color_type&, const cover_type*) [with PixelFormat = agg::pixfmt_alpha_blend_gray<agg::blender_gray<agg::gray8>, agg::row_accessor<unsigned char> >; agg::renderer_base<PixelFormat>::color_type = agg::gray8; agg::cover_type = unsigned char]'
  375. /usr/include/agg2/agg_renderer_scanline.h:49:17:   required from 'void agg::render_scanline_aa_solid(const Scanline&, BaseRenderer&, const ColorT&) [with Scanline = agg::scanline_u8; BaseRenderer = agg::renderer_base<agg::pixfmt_alpha_blend_gray<agg::blender_gray<agg::gray8>, agg::row_accessor<unsigned char> > >; ColorT = agg::gray8]'
  376. /usr/include/agg2/agg_renderer_scanline.h:714:29:   required from 'void agg::render_scanlines_compound_layered(Rasterizer&, ScanlineAA&, BaseRenderer&, SpanAllocator&, StyleHandler&) [with Rasterizer = agg::rasterizer_compound_aa<agg::rasterizer_sl_clip<agg::ras_conv_int> >; ScanlineAA = agg::scanline_u8; BaseRenderer = agg::renderer_base<agg::pixfmt_alpha_blend_gray<agg::blender_gray<agg::gray8>, agg::row_accessor<unsigned char> > >; SpanAllocator = agg::span_allocator<agg::gray8>; StyleHandler = gnash::agg_mask_style_handler]'
  377. agg/Renderer_agg.cpp:1647:5:   required from 'void gnash::Renderer_agg<PixelFormat>::draw_mask_shape_impl(const GnashPaths&, bool, scanline_type&) [with scanline_type = agg::scanline_u8; PixelFormat = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_abgr>, agg::row_accessor<unsigned char>, unsigned int>; gnash::{anonymous}::GnashPaths = std::vector<gnash::Path>]'
  378. agg/Renderer_agg.cpp:1570:7:   required from 'void gnash::Renderer_agg<PixelFormat>::draw_mask_shape(const GnashPaths&, bool) [with PixelFormat = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_abgr>, agg::row_accessor<unsigned char>, unsigned int>; gnash::{anonymous}::GnashPaths = std::vector<gnash::Path>]'
  379. agg/Renderer_agg.cpp:1039:7:   required from 'void gnash::Renderer_agg<PixelFormat>::drawGlyph(const gnash::SWF::ShapeRecord&, const gnash::rgba&, const gnash::SWFMatrix&) [with PixelFormat = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_abgr>, agg::row_accessor<unsigned char>, unsigned int>]'
  380. agg/Renderer_agg.cpp:2241:1:   required from here
  381. /usr/include/agg2/agg_pixfmt_gray.h:52:32: warning: unused parameter 'cover' [-Wunused-parameter]
  382. In file included from agg/Renderer_agg_style.h:28:0,
  383.                  from agg/Renderer_agg.cpp:142:
  384. /usr/include/agg2/agg_gradient_lut.h: In member function 'void agg::gradient_lut<ColorInterpolator, ColorLutSize>::build_lut() [with ColorInterpolator = agg::color_interpolator<agg::rgba8>; unsigned int ColorLutSize = 256u]':
  385. /usr/include/agg2/agg_gradient_lut.h:222:22: warning: 'end' may be used uninitialized in this function [-Wmaybe-uninitialized]
  386. /usr/include/agg2/agg_gradient_lut.h: In member function 'void agg::gradient_lut<ColorInterpolator, ColorLutSize>::build_lut() [with ColorInterpolator = gnash::linear_rgb_interpolator<agg::rgba8>; unsigned int ColorLutSize = 256u]':
  387. /usr/include/agg2/agg_gradient_lut.h:222:22: warning: 'end' may be used uninitialized in this function [-Wmaybe-uninitialized]
  388.   CXX    libgnashrender_la-Renderer_cairo.lo
  389.   CXX    libgnashrender_la-PathParser.lo
  390.   CXXLD  libgnashrender.la
  391. make[2]: Leaving directory `/home/damon/gnashbuild/gnash/librender'
  392. Making all in gui
  393. make[2]: Entering directory `/home/damon/gnashbuild/gnash/gui'
  394. Generating MOC file: Qt4Gui.moc.
  395. Generating MOC file: Qt4Glue.moc.
  396. make  all-recursive
  397. make[3]: Entering directory `/home/damon/gnashbuild/gnash/gui'
  398. Making all in .
  399. make[4]: Entering directory `/home/damon/gnashbuild/gnash/gui'
  400.   CXX    qt4_gnash-gnash.o
  401.   CXX    qt4_gnash-gui.o
  402.   CXX    qt4_gnash-Player.o
  403.   CXX    qt4_gnash-NullGui.o
  404.   CXX    qt4_gnash-ScreenShotter.o
  405.   CXX    qt4_gnash-GuiQt4.o
  406.   CXX    qt4_gnash-Qt4Gui.o
  407.   CXX    qt4_gnash-Qt4Glue.o
  408.   CXX    qt4_gnash-Qt4GlueCairo.o
  409.   CXX    qt4_gnash-Qt4GlueAgg.o
  410.   CXXLD  qt4-gnash
  411. ../libbase/.libs/libgnashbase.so: undefined reference to `gnash::VaapiSurfaceGLX::update(boost::shared_ptr<gnash::VaapiSurface>)'
  412. ../libbase/.libs/libgnashbase.so: undefined reference to `gnash::VaapiSurfaceGLX::VaapiSurfaceGLX(unsigned int, unsigned int)'
  413. ../libbase/.libs/libgnashbase.so: undefined reference to `gnash::GnashTexture::GnashTexture(unsigned int, unsigned int, gnash::image::ImageType)'
  414. ../libbase/.libs/libgnashbase.so: undefined reference to `typeinfo for gnash::GnashTexture'
  415. ../libbase/.libs/libgnashbase.so: undefined reference to `gnash::GnashTexture::~GnashTexture()'
  416. collect2: error: ld returned 1 exit status
  417. make[4]: *** [qt4-gnash] Fehler 1
  418. make[4]: Leaving directory `/home/damon/gnashbuild/gnash/gui'
  419. make[3]: *** [all-recursive] Fehler 1
  420. make[3]: Leaving directory `/home/damon/gnashbuild/gnash/gui'
  421. make[2]: *** [all] Fehler 2
  422. make[2]: Leaving directory `/home/damon/gnashbuild/gnash/gui'
  423. make[1]: *** [all-recursive] Fehler 1
  424. make[1]: Leaving directory `/home/damon/gnashbuild/gnash'
  425. make: *** [all] Fehler 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement