如何获取Xlib代码工作在eclipse的C ++ ubuntu [英] How to get Xlib code work in eclipse for C++ ubuntu

查看:176
本文介绍了如何获取Xlib代码工作在eclipse的C ++ ubuntu的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些代码与Xlib的以下标头,但不知道该怎么做,使其工作...我找不到这些头。

I have some code with the following headers for Xlib but don't know what to do to make it work...I can't find these headers.

#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xos.h>
#include <X11/Xatom.h>

对不起新的..
好​​,现在我可以查看foldrrs在我的eclipse IDE。
和我得到以下errors.Thee是没有问题的源,因为朋友已经从终端运行它,我想从eclipse ide:

Sorry new to this.. Okay so now I can view the headers in the foldrrs in my eclipse IDE. and i get the following errors.Thee is no problem with the source as friends have run it from the terminal,and i want to do it from eclipse ide:

In function main':
/home/abbas/workspace/test3/Debug/../src/test3.cpp:51:未定义的引用
XOpenDisplay '

In function main': /home/abbas/workspace/test3/Debug/../src/test3.cpp:51: undefined reference toXOpenDisplay'

和许多其他类型的错误,但功能不同。

and many other errors of the same type but the functions are different.

collect2:ld返回1退出状态
make: * [test3]错误1

collect2: ld returned 1 exit status make: * [test3] Error 1

Plzz hellpp !!

Plzz hellpp!!

推荐答案

右键单击项目文件夹>属性> C / C ++构建>设置> GCC C ++链接器>库>添加X11

Right click on Project Folder> Properties> C/C++ Build > Settings > GCC C++ Linker > Libraries > add "X11"

这篇关于如何获取Xlib代码工作在eclipse的C ++ ubuntu的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆