When I try to compile it get there errors: [URL].... compiling with: gcc -v execv.c -o hola I already installed build-essential, what could be happening with my gcc compiler? this is my code, as you can see it's not complex
I'm trying to install easystroke to my debian lenny tablet pc, but compiling errores:
Am I missing some X components? I have installed needed depedencies; g++ libboost-serialization-dev libgtkmm-2.4-dev libxtst-dev libdbus-glib-1-dev intltool
Other mouse gesture program gestikk download site is down.. so there is only easystroke - or is there other mouse gesture programs available?
I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...
running ubuntu 11.04 and trying to compile vlc 1.2 from git. ran apt-get build-dep vlc, git for the vlc source, bootstraped fine, the error is on configure
ran ./configure --enable-x264 and got the error
Quote:
configure: error: Package requirements (xcb-composite) were not met:
I have this below from a mesa git 20101002, and from the 7.9_rc2 tarball.
Code:
It isn't the only error. I get one about trying to make before make depend, but if I hit up arrow and return, it's gone. This one is persistent.
The issues on configure were libtalloc and libdrm. I have the libdrm .pc files copied from another box in /usr/lib/pkgconfig. talloc I just made, giving it the samba version number. configure passes with no variables passed to it. I am not passing /usr/include to this at any time. It doesn't show in the Makefile afaict.
tty-clock won't compile for me. I'm probably missing something simple, I've never really compiled anything from source that I didn't write do I'm not sure how to do this. Here's the error:
I have a driver source which includes linux/module.h.The following error occurred during compile.the kernel source is: 2.6.33.6-147.2.4fc13.i686the compiler is: gcc-4.4.4-2.fc13.i686
In file included from /home/joseph/rpmbuild/BUILD/kernel-2.6.33/linux-2.6.33.i686/arch/x 86/include/asm/cmpxchg_64.h:4, from /home/joseph/rpmbuild/BUILD/kernel-2.6.33/linux-2.6.33.i686/arch/x
When i'm trying to compile nvidia closed drivers, i got an error. I've tried binaries one on nvidia suse repo, but as i installed kernel 2.6.32-41 they didn't work. My laptop is a lenovo T61, with nvidia quadro nvs 140m, and intel chipset. And i'm trying to instal driver version NVIDIA-Linux-x86_64-100.14.11.
That's the error i get when executing nvidia-installer: Code: nvidia-installer log file '/var/log/nvidia-installer.log' creation time: Fri Feb 19 20:56:25 2010
when i trying to install NVIDIA drivers i get compile error:
NVIDIA: calling KBUILD... test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( echo; echo " ERROR: Kernel configuration is invalid."; echo " include/linux/autoconf.h or include/config/auto.conf are mis sing.";
I'm attempting to compile the latest version of VLC from source. I'm able to run ./configure without any errors, however when I try to make I receive the following error. I don't want to install the program from the repositories because it's outdated and the tray icon doesn't blend in.
I'm trying to install a wireless USB adapter to a machine so I can get it internet access, unfortunately when I try to run the provided install script I'm getting an error 2, and I've never encountered that before. In fact I'm getting another error which makes me concerned that they just failed at coding this driver...
Code: /tmp/driver/Linux/driver/rtl8192CU_linux_v2.0.1170.20101112/core/rtw_pwrctrl.c: In function 'LeaveAllPowerSaveMode': /tmp/driver/Linux/driver/rtl8192CU_linux_v2.0.1170.20101112/core/rtw_pwrctrl.c:712: error 'HAL_DATA_TYPE has no member named 'autosuspend_disabled' make[2]: *** [/tmp/driver/Linux/driver/rtl8192CU_linux_v2.0.1170.20101112/core/rtw_pwrctrl.o] Error 1 make[1]: *** [_module_/tmp/driver/Linux/driver/trl8192CU_linux_v2.0.1170.20101112] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-2.6.32-28-generic' make: *** [modules] Error 2 Compile make driver error: 2, Please check error Mesg
Something is clearly broken but I am not sure what, I'm awfully new to this, and wireless didn't really exist the last time I used Linux...though this doesn't appear to be specifically related to the wireless function of the driver, it's a make compile problem, it's just mysterious.