我想使用Cmake和Eclipse3.7IndigoCDT(设置了VxWorks奔腾和Power编译器)为编译一个库。cmake步骤运行良好,我准备好使用Eclipse项目。但是由于缺少标题,编译失败了。
示例:
#if defined __VXWORKS__
#include <sys/socket.h>
// some more includes here
#endif
这失败了,因为sys/socket.h丢失了。包含大多数头部可用的目录C:/<path to vxworks>/target/h (包括sys目录,但其中没有socket.h!)已经设定好了。缺失的
我的桌子是
产品(制造者、型号、类型)
我想选择类型和制造商的类型,只有相同的类型,并有超过一个的型号计数。
样本数据:
maker model type
-------------------------------------
A 123 computer
B 234 laptop
B 345 laptop
C 456 printer
C