How install XCB?


 
Thread Tools Search this Thread
Top Forums Programming How install XCB?
# 1  
Old 11-29-2015
How install XCB?

In my mint I can't found <xcb/xcb.h> while in Ubuntu it was.

---------- Post updated at 03:11 PM ---------- Previous update was at 01:43 PM ----------

Is possibility install XCB from sources:
from linuxfromscratch.org
steps:
x7proto.html
xcb-proto.html
libXau.html
libxcb.html
# 2  
Old 11-29-2015
Quote:
Originally Posted by AndrzejB
[...]
Is possibility install XCB from sources:
[...]
If I would need someone to answer that question, I would stay away from compiling from source.
Please, use the package management of the distribution.
<xcb/xcb.h> lives in the package libx11-dev

To install it in Mint:
Code:
sudo apt-get install libx11-dev

This User Gave Thanks to Aia For This Post:
# 3  
Old 11-29-2015
libxcb1-dev is the same as libx11-dev?
I have installed from sources and both libxcb1-dev, libx11-dev have in last version.
# 4  
Old 11-29-2015
Sorry, I entered the wrong package name. It should be libxcb1-dev.
You can find out about what package provides a file by using apt-file. You might need to install it and update it, first.
Code:
sudo apt-get install apt-file
apt-file update

Code:
apt-file find xcb/xcb.h
libxcb1-dev: /usr/include/xcb/xcb.h

or
Code:
apt-file search xcb/xcb.h
libxcb1-dev: /usr/include/xcb/xcb.h

Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

XCB crash while Video Rendering in multithreded application

I encounter the following crash on RHEL 7.0 when I run a multithreaded video rendering application using GLFW and OpenGL. OpenGL version is 2.1 and MESA version is 9.3.0 Following is the back trace of the multi-threaded program I am working on:... (0 Replies)
Discussion started by: anuachin
0 Replies

2. AIX

Install software in another directory with smitty install

Hello, I would like to ask if someone knows if is possible to install sofware via smitty or installp in another directorie , or we have to accept the default location? i would like to intall in /opt folder , but smitty installed it in /usr Thanks in advance (4 Replies)
Discussion started by: prpkrk
4 Replies

3. Fedora

Make check install and make all install

hi dear i want to know what is different between make check install and make all install? thanks in advane fereshte (3 Replies)
Discussion started by: komijani
3 Replies

4. Red Hat

Install Red Hat 4.2 (Not Enterprise) from install tree

Hi guys I would like to install Red Hat Linux 4.2 on my old box (pIII). However there is a problem: i can't find the .iso image anywhere in the Net, all the material that i've found is (i think) an install tree of the OS. It will be possible for me to install the OS from that install tree? ... (3 Replies)
Discussion started by: mk2soldier
3 Replies

5. Red Hat

CentOS 6.1 base install (like FreeBSD base install)?

Hello, What is the simplest way to install CentOS 6.1 with console base-system only using official LiveDVD image on VirtualBox machine? I'd like to get simplest console with network support like FreeBSD base installation. Then, install services which I need. The installer jest extracts the... (2 Replies)
Discussion started by: newbie_develope
2 Replies

6. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

7. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

8. HP-UX

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i: Error in invoking target install of makefile /opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk Furthermore: $ whoami oracle $ echo $ORACLE_HOME /opt/oracle/product/9.2.0 $ pwd /opt/oracle/product/9.2.0/sqlplus/lib $ ll total... (5 Replies)
Discussion started by: chris2005
5 Replies
Login or Register to Ask a Question