bugGnash - The GNU Flash player - Bugs: bug #42505, Build is broken while processing...

 
 

bug #42505: Build is broken while processing Renderer_ogl.cpp with gcc 4.9.0

Submitter:  Frederic Bezies <fredbezies>
Submitted:  Wed 04 Jun 2014 03:56:07 PM UTC
   
 
Category:  build Severity:  3 - Normal
Release:  trunk Status:  Fixed
Privacy:  Public Assigned to:  bjacques
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 04 Jun 2014 04:43:22 PM UTC, comment #2: 

Fixed indeed. Thanks for commiting the fix so quickly.

Frederic Bezies <fredbezies>
Wed 04 Jun 2014 04:01:49 PM UTC, comment #1: 

Should be fixed in 7349e86703c. Thanks for reporting!

Bastiaan Jacques <bjacques>
Group Member
Wed 04 Jun 2014 03:56:07 PM UTC, original submission:  

Since commit 58ba55dd0428196726ff94e62b43a042149c23a6 gnash build process is broken in Renderer_ogl.cpp with gcc 4.9.0

Here is the error log :

make[2]: Entering directory '/home/fred/gnash-trunk-git/src/gnash/librender'
  CXX      libgnashrender_la-Renderer_ogl.lo
opengl/Renderer_ogl.cpp: In member function 'void gnash::renderer::opengl::Tesselator::tesselate()':
opengl/Renderer_ogl.cpp:498:8: error: 'Gldouble' was not declared in this scope
   for (Gldouble* vertex: _vertices) {
        ^
opengl/Renderer_ogl.cpp:498:18: error: 'vertex' was not declared in this scope
   for (Gldouble* vertex: _vertices) {
                  ^
opengl/Renderer_ogl.cpp:502:19: error: could not convert '((gnash::renderer::opengl::Tesselator*)this)->gnash::renderer::opengl::Tesselator::_vertices.std::vector<_Tp, _Alloc>::clear<double*, std::allocator<double*> >()' from 'void' to 'bool'
   _vertices.clear();
                   ^
opengl/Renderer_ogl.cpp:503:1: error: expected primary-expression before '}' token
 }
 ^
opengl/Renderer_ogl.cpp:503:1: error: expected ')' before '}' token
opengl/Renderer_ogl.cpp:503:1: error: expected primary-expression before '}' token
Makefile:941: recipe for target 'libgnashrender_la-Renderer_ogl.lo' failed

Frederic Bezies <fredbezies>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bjacques (Updated the item)
  • -email is unavailable- added by fredbezies (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-06-04 bjacques StatusNone Fixed
        Open/ClosedOpen Closed
    2014-06-04 bjacques Assigned toNone bjacques

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code