> I first moved kernel files to /gNS-KFV/linux-2.6.24_12.22 and then > removed ~/.gns-kfv to get rid of old configuration > > After that: > - started emacs > - M-x load-file /gNS-KFV/kfv.el > - M-x kfv-start > - Input directory name for writing temporary files: ~/.gns-kfv > - Input directory to examine: /gNS-KFV/linux-2.6.24_12.22/fs/affs > > I then get error "Wrong type argument: arrayp, nil" and script ends.
My guess is that your .kfvrc file needs updating. It may have at least one line like: (setq kfv-default-path "/usr/src/linux-2.6.24_12.22/") What matters is that the *final* such line has the updated value. So in your case you would want: (setq kfv-default-path "/gNS-KFV/linux-2.6.24_12.22/") Then save the file and repeat your procedure above (e.g., start emacs, etc.). Please let me know if you have any problems here. I will try to make it smarter about this in the future. _______________________________________________ gNewSense-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/gnewsense-users
