Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error message when configuring: error: Could not find XOpenDisplay in -lX11 #16

Open
djfizz2 opened this issue Dec 11, 2016 · 1 comment

Comments

@djfizz2
Copy link

djfizz2 commented Dec 11, 2016

the package libxext-dev may be missing in some cases: to add in the example below. Thanks!

Compiling on Linux

On Ubuntu based system

At first you will need GCC and G++ compiler you will need also build-essential and Autoconf Automake
You may need the libxext-dev package as well

sudo apt-get install gcc g++
sudo apt-get install autoconf automake
sudo apt-get install build-essential
sudo apt-get install libxext-dev

Install Lex and Yacc

sudo apt-get install byacc flex

After installing type following commands

./autogen.sh
./configure
make

If no error occurs you will get ppc binary in src directory

Compiling on OS X

On El Capitan 10.11

If you haven't already, install XQuartz.

In Terminal, run the following commands:

./autogen.sh
./configure
make
@puellanivis
Copy link

Install libXext.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants