Project

General

Profile

Bug #12459

Updated by Kefu Chai almost 9 years ago

<pre> 
 make[2]: Entering directory `/home/huangjun/ceph/src' 
 ./make_version -g ./.git_version 
   CXX      librados/RadosClient.lo 
   CXX      osdc/Objecter.lo 
   CXX      osdc/Filer.lo 
   CXX      common/assert.lo 
 In file included from ./os/ObjectStore.h:22, 
                  from ./messages/MOSDOpReply.h:22, 
                  from librados/RadosClient.cc:40: 
 ./common/WorkQueue.h:460: error: expected nested-name-specifier before ‘WorkQueueVal’ 
 ./common/WorkQueue.h:460: error: using-declaration for non-member at class scope 
 ./common/WorkQueue.h:460: error: expected ‘;’ before ‘<’ token 
 ./common/WorkQueue.h:460: error: expected unqualified-id before ‘<’ token 
 In file included from ./os/ObjectStore.h:22, 
                  from ./messages/MOSDOpReply.h:22, 
                  from osdc/Filer.cc:21: 
 ./common/WorkQueue.h:460: error: expected nested-name-specifier before ‘WorkQueueVal’ 
 ./common/WorkQueue.h:460: error: using-declaration for non-member at class scope 
 ./common/WorkQueue.h:460: error: expected ‘;’ before ‘<’ token 
 ./common/WorkQueue.h:460: error: expected unqualified-id before ‘<’ token 
 In file included from ./os/ObjectStore.h:22, 
                  from ./messages/MOSDOpReply.h:22, 
                  from osdc/Objecter.cc:26: 
 ./common/WorkQueue.h:460: error: expected nested-name-specifier before ‘WorkQueueVal’ 
 ./common/WorkQueue.h:460: error: using-declaration for non-member at class scope 
 ./common/WorkQueue.h:460: error: expected ‘;’ before ‘<’ token 
 ./common/WorkQueue.h:460: error: expected unqualified-id before ‘<’ token 
   CXX      common/WorkQueue.lo 
 make[2]: *** [osdc/Filer.lo] Error 1 
 make[2]: *** Waiting for unfinished jobs.... 
 make[2]: *** [librados/RadosClient.lo] Error 1 
 make[2]: *** [osdc/Objecter.lo] Error 1 
 In file included from common/WorkQueue.cc:20: 
 common/WorkQueue.h:460: error: expected nested-name-specifier before ‘WorkQueueVal’ 
 common/WorkQueue.h:460: error: using-declaration for non-member at class scope 
 common/WorkQueue.h:460: error: expected ‘;’ before ‘<’ token 
 common/WorkQueue.h:460: error: expected unqualified-id before ‘<’ token 
 make[2]: *** [common/WorkQueue.lo] Error 1 
 </pre> 
 

 The lastest commit on my git is dedda6245ce8db8828fdf2d1a2bfe6163f1216a1

Back