>>>>> Joel Douglas Maxwell writes: jdm> Hello Everyone, I'm having a problem installing kicq 2.0.0b1 jdm> in tarball. i got past ./configure, but when i ran make, i jdm> came across an error and kicq didn't install. I asked the jdm> developer of kicq, and he knew i was using debian because of jdm> the error. What seems to be the real problem, and how can it jdm> be fixed? Below is a snippet from the kicq mailing list:
It's strange that he knew that you were using Debian, but Debian's gcc understands -I just fine. For example, --- test/hello_world --- printf("Hello world.\n"); --- main.c --- int main() { #include "hello_world" return 0; } $ gcc -Itest main.c $ ./a.out Hello world. $ It looks to me like there is an actual programming error in kicq. -- Chris