This probably has to due from my complete lack of knowledge of how CVS works. I moved all the libfaim .h files to libfaim/faim. It committed fine, and they're there in CVS, but for some reason when you do an 'update' it doesn't get them. If you do checkout (co) instead of update it will pull them. (I'm not even sure you're using update - I just know that checkout works.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't seem to find this file (using CVS). Oscar support won't build without it. Any pointers?
This probably has to due from my complete lack of knowledge of how CVS works. I moved all the libfaim .h files to libfaim/faim. It committed fine, and they're there in CVS, but for some reason when you do an 'update' it doesn't get them. If you do checkout (co) instead of update it will pull them. (I'm not even sure you're using update - I just know that checkout works.)
Try:
cvs update -d
The -d will cause CVS to create any directories that do not currently exist.
Take care.