What packages to I need to install to compile X-Windows code with g++/gcc ? I tried to compile a X-Windows "hello world" type of program with g++ and got the error:
Code:
fatal error: X11/Xlib.h: No such file or directory
compilation terminated.
so I assume some sort of package has to be installed to do this. Thanks for any information!
I downloaded the Network Simulator NS-2 from here -
http://www.isi.edu/nsnam/ns/ns-build.html#allinone
Build ns via GCC 4.2.2 -
tar-xzf ns-allinone-2.35.tar.gz
cd ns-allinone-2.35
./install
Get the error message -
make: *** [tk3d.o] Error 1
tk8.5.10 make failed!
I want to install FastRWeb for R but it requires some Cairo.
Hi Guys,
I need to install a software called Advanced FullScreen Debugger for Assembly code debugging but while installation I am getting this error..Please help me..I checked online but couldn't find any information related to this error.When I run make, I get this error
gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../..
I try to compile file named test.php I get error
/usr/bin/ld: cannot open output file test: Is a directory
test.pas(5,1) Error: Error while linking
test.pas(5,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
I renamed file and all it's ok.
the installation of rpy2 an amazon linux via
sudo pip-2.7 install rpy2
fails with
In file included from ./rpy/rinterface/_rinterface.c:58:0:
./rpy/rinterface/_rinterface.h:8:15: fatal error: R.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
Installation vio compilation of the source fails in the same manner.
I am new to ubuntu , installed Ubntu 12.04 but could not install driver for TP-Link TF-3200 network adapter.
When i try "make" giving the below error.
Any idea ?
root@AJDTUBUNTU1:/home/username/Drivers/TF-3200/Drivers/Linux# make all
gcc -D_KERNEL_ -DMODULE -O -Wall -Wstrict-prototypes -I/usr/include -DUSE_IO_OPS -D_COMPAT_WITH_OLD_KERNEL -c -o sundance_main.o sundance_main.c
sundance_main
I wan't to reset unity. But, Whe I type "unity --reset" i get the following error:
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Compiz (opengl) - Fatal: glXCreateContext failed
Compiz (bailer) - Info: Ensuring a shell for your session
...
I am not using compiz !!
I downloaded the wine-1.4-rc5.tar.bz2. I ran the tools/wineinstall in terminal. After some time I get this error.
checking for X... no configure: error: X development files not found.
Wine will be built without X support, which probably isn't what you
want. You will need to install development packages of Xlib/Xfree86 at
the very least.