感谢支持
我们一直在努力

MySQL++ Gcc 4.6.1 Ubuntu编译错误解决

MySQL++ Gcc 4.6.1 Ubuntu编译错误解决记录。



  1. I downloaded and tried compiling mysql++-3.1.0.  I am receiving the  
  2. following error:  
  3.   
  4. src/mysql++-3.1.0/bk-deps g++ -c -o mysqlpp_sql_buffer.o -I. -fPIC -DPIC  
  5. -I/usr/include/mysql -g -O2 ./lib/sql_buffer.cpp  
  6. In file included from ./lib/sql_buffer.h:31:0,  
  7.                  from ./lib/sql_buffer.cpp:26:  
  8. ./lib/refcounted.h:258:2: error: ‘size_t’ does not name a type  
  9. Paul  
  10.   
  11. Looks like this has been fixed in the Trunk – you can add a “include  
  12. <stddef.h> to lib/refcounted.h  
  13.   
  14. Add a #include <cstring> to ssx/genv2.cpp  
  15.   
  16. That should get your compile working  

赞(0) 打赏
转载请注明出处:服务器评测 » MySQL++ Gcc 4.6.1 Ubuntu编译错误解决
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏