va_list has not been declared

前端 未结 2 1435
终归单人心
终归单人心 2021-01-07 22:51

When compiling some working code on Fedora 11, I am getting this error:

/usr/include/c++/4.4.1/cstdarg:56: error: ‘::va_list’ has not been declared
         


        
2条回答
  •  北海茫月
    2021-01-07 23:28

    I had the same error message and I solved including one of the next files

    #include 
    

    or

    #include 
    

提交回复
热议问题