enComputerevilvte
adm Find login register

howto change settings

guest
1subject: howto change settingsPromote 0 Bookmark 02009-09-28quote  
Maybe I'm missing something obvious, but how do you change settings when recompiling? I edited the .h file; make - make install doesn't apply the changes and make uninstall gives the error "make: *** No rule to make target `uninstall'.  Stop."
caleb
joined: 2007-09-22
posted: 630
promoted: 134
bookmarked: 90
2subject: howto change settingsPromote 0 Bookmark 02009-09-28quote  

1. Please use "make clean ; ./configure ; make" or "make distclean ; ./configure ; make".

1. evilvte use some scripts to handle .h file so user can not just simply "make" without "make clean".  

2. You may use "make -n install" to list those files that "make install" installed.

2. Just "make install" again to overwrite them, or remove those files if you want to uninstall.

edited: 2
guest
3subject: Promote 0 Bookmark 02009-09-28quote  
Thanks for the fast answer. Very easy, just needed to be told once.

enComputerevilvte
adm Find login register
views:7316