Opened 12 years ago

Closed 12 years ago

#6 closed defect (fixed)

[LINUX] Compilation error at resource_manager.cc

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

Description

melon@melon:~/nv/trunk$ make
==== Building nv (debug) ====
resource_manager.cc
In file included from ../src/resource_manager.cc:7:0:
../nv/resource_manager.hh:61:11: error: ‘vector’ in namespace ‘std’ does not name a type
../nv/resource_manager.hh:66:3: error: ‘resources’ does not name a type
../src/resource_manager.cc: In member function ‘nv::resource::ptr nv::resource_manager::get_raw_resource(nv::uint32) const’:
../src/resource_manager.cc:18:9: error: ‘m_data’ was not declared in this scope
../src/resource_manager.cc: In member function ‘nv::resource::ptr nv::resource_manager::get_raw_resource(const string&) const’:
../src/resource_manager.cc:26:10: error: ‘m_data’ was not declared in this scope
../src/resource_manager.cc: In member function ‘nv::resource::ptr nv::resource_manager::get_raw_resource(nv::uint32) const’:
../src/resource_manager.cc:19:1: warning: control reaches end of non-void function [-Wreturn-type]
make[1]: *** [debug/resource_manager.o] Error 1
make: *** [nv] Error 2

Change History (1)

comment:1 Changed 12 years ago by melon

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

Fixed at revision 18

Note: See TracTickets for help on using tickets.