Opened 12 years ago

Closed 12 years ago

#8 closed defect (fixed)

[LINUX] runtime_error is not a member of std

Reported by: melon Owned by: melon
Priority: major Milestone:
Component: core Version: 0.1
Keywords: Cc: epyon

Description

In file included from ../src/gl/texture_font.cc:7:0:
../nv/gl/texture_font.hh: In constructor ‘nv::texture_font::texture_font(nv::texture_atlas*, const char*, float)’:
../nv/gl/texture_font.hh:55:9: warning: ‘nv::texture_font::m_rface’ will be initialized after [-Wreorder]
../nv/gl/texture_font.hh:51:8: warning:   ‘bool nv::texture_font::m_hinting’ [-Wreorder]
../src/gl/texture_font.cc:24:1: warning:   when initialized here [-Wreorder]
../src/gl/texture_font.cc:45:21: error: ‘runtime_error’ is not a member of ‘std’
../src/gl/texture_font.cc:48:21: error: ‘runtime_error’ is not a member of ‘std’
../src/gl/texture_font.cc:51:21: error: ‘runtime_error’ is not a member of ‘std’
../src/gl/texture_font.cc: In member function ‘bool nv::texture_font::load_glyphs(const string&)’:
../src/gl/texture_font.cc:102:22: error: ‘runtime_error’ is not a member of ‘std’
../src/gl/texture_font.cc:115:10: error: ‘runtime_error’ is not a member of ‘std

Change History (1)

comment:1 Changed 12 years ago by melon

  • Resolution set to fixed
  • Status changed from new to closed

Fixed with rev 23

Note: See TracTickets for help on using tickets.