MySQL++ Gcc 4.6.1 Ubuntu编译错误解决记录。
- I downloaded and tried compiling mysql++-3.1.0. I am receiving the
- following error:
-
- src/mysql++-3.1.0/bk-deps g++ -c -o mysqlpp_sql_buffer.o -I. -fPIC -DPIC
- -I/usr/include/mysql -g -O2 ./lib/sql_buffer.cpp
- In file included from ./lib/sql_buffer.h:31:0,
- from ./lib/sql_buffer.cpp:26:
- ./lib/refcounted.h:258:2: error: ‘size_t’ does not name a type
- Paul
-
- Looks like this has been fixed in the Trunk - you can add a "include
- <stddef.h> to lib/refcounted.h
-
- Add a #include <cstring> to ssx/genv2.cpp
-
- That should get your compile working
Linux CPU 监控脚本Ubuntu虚拟机访问宿主Windows系统文件夹的方法相关资讯 gcc
- gcc: error trying to exec " (今 06:25)
- GCC 6.1带来新的C++17特性、完全支 (05月06日)
- Linux环境下使用GCC编译,GDB反汇 (03月30日)
| - 用GCC进行程序的编译 (06月14日)
- GNU编译器套件GCC 6.1发布 默认使 (04月28日)
- 让GCC支持成员函数模板的trick (03月10日)
|
本文评论 查看全部评论 (0)