Ubuntu - #include no such file or directory

后端 未结 4 895
盖世英雄少女心
盖世英雄少女心 2021-01-02 23:25

I\'m developping a C-program using Curl on Ubuntu. I\'m using Eclipse Kepler. I have installed the curl library using

apt-get install libcurl4-gnutls-dev

4条回答
  •  情歌与酒
    2021-01-03 00:01

    Try to use this. Find your curl.h file - it shoud be where you installed your curl '...\include\curl\curl.h' So instead of writing in your code this '#include ', write all path like here '#include '. It is possible to help you! Good luck )

提交回复
热议问题