gpt4 book ai didi

c++ - features.h 未找到 solus linux,它是什么以及我如何获得它?

转载 作者:太空狗 更新时间:2023-10-29 12:00:26 24 4
gpt4 key购买 nike

In file included from /usr/include/c++/5.3.0/x86_64-solus-linux/bits/c++config.h:482:0,
from /usr/include/c++/5.3.0/cstdlib:41,
from prog1.h:4,
from prog1.cc:1:
/usr/include/c++/5.3.0/x86_64-solus-linux/bits/os_defines.h:39:22: fatal error: features.h: No such file or directory
compilation terminated.

我是 Linux/Unix 的新手,我正在尝试在 Solus(在虚拟机上运行)上进行基本的 c++ 编译。我已经安装了 gcc 和 g++,据我所知,标准的 c++ 库已经安装。

但是,当我尝试编译程序时,我收到了上面显示的错误消息。这是我的头文件:

#ifndef PROG1_H
#define PROG1_H

#include<cstdlib>
#include<iostream>
#include<iomanip>
#include<vector>


const int VEC_SIZE = 250;
const int LOW = 1;
const int HIGH = 10000;
const int ITEMS_PER_LINE = 12;
const int ITEM_W = 5;
const int SEED = 1;

void genRndNums(vector<int>& v); // generates random integers and assigns them to the vector array

void printVec(const vector<int>& v); // prints the vector array, 12 numbers per line

#endif

由于某种原因,文件 features.h 丢失了,我不知道它是什么或如何获取它。如果有人可以提供帮助,我将不胜感激。

最佳答案

请安装system.devel组件。仅安装编译器是不够的,您还需要头文件和库。

sudo eopkg it -c system.devel

把它想象成我们的 build-essential

关于c++ - features.h 未找到 solus linux,它是什么以及我如何获得它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39157242/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com