General :: Compile Vim 7.3 With +signs On OSX 10.6.6?
Jun 3, 2011
I'm trying to follow this guide http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/ and I need to compile Vim with signs and python options.I have: downloaded the latest source with hg clone https://vim.googlecode.com/hg/ vim uncommented the signs feature in src/feature.hran ./configure --enable-perlinterp --enable-pythoninterp with no errorsran make with this output and errors that I don't understand and can't find on google:
In my sudoers file, there are lines that begin with #, lines that begin with % and lines that begin with neither. The # is definitely being used to comment out lines, but what does the % do? Is it a comment marker too?
I'm having problems with the Empathy MSN on Ubuntu 10.10.I have searched the web but haven't found anything particular about this.I'm trying to log in but it stays on "Connecting" forever, doesn't go anywhere else.But it's still logging in, how do I know that?When I'm on msn on my other computer (which runs W7) and I try to log in into Empathy, I get signed out from my W7 MSN. This happens because I happen to log in from another place. In this case, that means that Empathy is logging me in, but it's still stucks on "Connection".
Today any web browser I use has randomly been brining me to URL... at random intervals.I've run chkrootkit from a live cd, and rkhunter, clamav, f-prot, and bitdefender, nothing's unusual.All the definitions were up to date.I'm wondering if its possible that my router got hacked. I'm not sure this is even possible, but it's acting weird. Tried reflashing its firmware, didn't fix it.
I had a serious breach of the cellular segment of my communications network this week. All I can say is nobody got hurt. The attackers also knew where to find me via email. I'm concerned that perhaps they've penetrated this aspect of my system as well, although they seemed pretty specifically focused on the phone. There have been no changes on anything on my computer, and of course, I went ahead and changed all the passwords. How can I verify or at least look into the possibility of having been hacked as well.
I accidentally deleted the linux mint 8 that was on there due to a small issue discussed on another thread(long story followed by a stupid mistake). after then i reinstalled linux using the .iso i found on the website. all is well. I boot up linux on the external and it runs great. then i turn off the laptop and try to plug it into another laptop( which i used the external hard drive on before and worked) and it went through the bios screen but then after slight lag(5 seconds longer then usual) the blinking cursor in the top left corner would not display anything, anything meaning "booting GRUB" or any other signs of activity. after waiting some time i quit and tried it back on the other laptop, which it was just working on, only to get the same result. I am confused about why it would work the first go around but nothing past that.
The only thing i altered on the external after i installed linux was that i put my home directory into it( from another version of linux mint)
I have an issue with a specific piece of hardware running an Asterisk PBX. Basically it freezes at some times. I've noticed its running an SMP kernel (Centos 5.4), and i'm hoping i can disable this/recompile kernetl without SMP support. How can i do this?
It's running a VIA C7 cpu.
Code: [root@localhost asterisk-1.4.29]# cat /proc/cpuinfo processor : 0 vendor_id : CentaurHauls cpu family : 6
[Code]....
How can i disable SMP, and see if its maybe this tha'ts causing the problems?
I have tried appending nosmp or maxcpus=0 and noreplace-smp to the kernel line in /boot/grub/menu.lst,but it keeps loading the smp kernel....
I want to create rpm from tar.gz, what I want to know is,
1= download tar.gz 2= untar this tar.gz file 3= run ./configure command. 4= now I want to create rpm file to install my package via rpm so I can uninstall easy and redistribute this rpm to my friends.
(or I have to run "make" command also after step 3, then go to step 4 to create rpm) please help me with step by step commands, so I can create rpm with my own compiled options of package.
Recently I've started to learn cpp language on linux,and now I run a cpp file using following commands. g++ -o xxx xxx.cpp./xxxIs there a way to make it one line command such as compile-and-run xxx.cpp?
hg clone https://vim.googlecode.com/hg/ vim cd vim sudo ./configure --enable-rubyinterp=yes --enable-pythoninterp=yes --enable-gui=gtk2 --prefix=/opt/vim make make install make install clean
So, my VIM's binaries now live under /opt/vim/bin. Here is ls -la of this dir:
I have a linux source (linux-2.4.1) which is for intel. I am using powerpc compiler and I need to compile this linux source for powerpc. I did cross compilation, but it dint workout well. How to do it.
Recently i downloaded the stable version of kernel from kernel.org then i extract the tarball to /usr/src path , then after i complile the kernel for fuse and ext4 modulescommand which i use is mention below
[root@localhost linux-2.6.36.1]# make menuconfig [root@localhost linux-2.6.36.1]# make [root@localhost linux-2.6.36.1]# make modules
I do a lot of programming and I have to compile the code quite often. It's not convenient to move to the directory that contains the source code every time I want to compile it. So is there a way to compile a code from the my current directory (say /home example) without moving to the directory that contains the source. I remember being able to do this but forgotten how.
EDIT: I'm using makefiles to compile. Lets say I'm in the home directory and when I type
I want to boot into a new kernel like 2.6.34 over the default 2.6.18 RH/centos kernel. i know you cant copy the .config file and use it since there are so many changes so what is the best way to compile the kernel and get the right settings?
I'm looking for a good kernel guide for practical tips on how to compile my kernel for better speed. At the moment I'm using genkernel under gentoo and just taking the default options (with a splash). This compiles for ages and takes a good while to load.The kind of things I'm looking for are advice on:Removing modules from the kernel that are not loaded during normal use.Core components which can (and should) be loaded as non-modules for speed of boot.How to save and load kernel options so they don't have to be repeated every time I want to compile a kernel.
I am able to compile gstreamer just fine, but when I port it to the platform where I want to use gstreamer gst-inspect comes back with: "can't cd to /home/MY_HOME_FOLDER".
MY_HOME_FOLDER is the folder where gstreamer and all of its tools got compiled in.
So, how do I tell configure script (or whatever decides to remember this path) to use common Linux paths so when I port gst-inspect to /usr/bin it would work OK?
i tried to compile linux kernel 2.6.31 on Fedora 12: the make , make modules and modules install ran successfully but problem with make install while trying to create image it looks for mkinitrd command which is not available i downloaded and installed the mkinitrd pckg and make install was now successful i got kernel img and initrd img in /boot
also grub was updated properly but i m not able to boot up the new kernel the problem the initrd seems to be and uknown type file to fedora core and the current kernel has initramfs img with a .cpio extn instead of initrd
A while back I compiled a custom kernel, 2.6.35. I forgot to add UDF support when configuring and compiling. Will I need to re-compile the kernel to get UDF support or is there some other way I can add it?
No matter which glibc I use, I get the error that I need a compiler that supports visibility. I'm using 4.4.5, so it can't be too old.What is the visibility for gnu, this is a compile for glibc.Any glibc fails for the same reason. I can't compile an older version of gcc, more errors. Is it possible to turn off the check for visibility?
so my problem is how to recompile my kerenl with TUN/TAP driver,i got how to compile the kernel with TUN/TAP driver every thing is going OK, when i run the commends , just in the last commend when i reboot my laptop i choose grub to enter on new kernel , but when i choose it , i got black screen .so please help me to solve this problem , for more information about my laptop , i have just one partition my root is (hd1,1). my ram is 2G, speed 2GHZ, i use Linux-2.6.27.42, but the new one is the last kernel available in website. i am in rush please inform me as soon as possible,
I am trying to compile cppunit in rtems. However, I keep getting this error when I run the make file. (as seen in red) The actual thing is way longer, but I just wanted to give a general idea of the make files. I believe that it may have something to do with libstdc++. Somewhere it is pulling that in and I am actually using g++.
/builddir/build/BUILD/rtems-4.10-i386-rtems4.10-gcc-4.4.6/build/i386-rtems4.10/l ibstdc++-v3/include/fstream:826: undefined reference to `memmove' /builddir/build/BUILD/rtems-4.10-i386-rtems4.10-gcc-4.4.6/build/i386-rtems4.10/l ibstdc++-v3/include/fstream:826: undefined reference to `memmove'
i have fedora 11(64 bit).i want to do the cross compilation for 32 bit arm processor.i install all required thing but any of the make command(make,make mrproper,defconfig) is not working.
i try to compile a c code which uses SSH library,but i get this error
Code: libssh.h: No such file or directory
i searched and i found that This happens if a library used for linking is not present in the standard library directories used by gcc.
By default, gcc searches the following directories for header files:
/usr/local/include/ /usr/include/
and the following directories for libraries:
/usr/local/lib/ /usr/lib/
i update my libssh from libssh-0.4.2-1.fc13.i686 to libssh-0.4.6-1.fc13.i686, and there are files called libssh.so.4 and libssh.so.4.0.2 in /ur/lib, but i still can't compile it with this command:
i have downloaded .src.rpm file from net.i dont know how to compile that.can u tell me the basics of linux kernel compilation.how to compile a kernel. how to install or modify the existing running kernel with tat. etcI am using fedora 12 it has 2.6.31.5-127.fc12.i686.PAE