Hi guys,
Long time no see. I have a strange, but no doubt common problem. I have been on a break from C for a while, been working with C++. I wanted to modify an old program i wrote in C only to find the when i complied it it gave me an error:
iomanip: No such file or directory
Now, This never used to happen. The original executable still works but when i recompile the code (for any unchanged program) I get errors relating to my #include directives. The files are there cos i have used 'find' to locate them:
/usr/include/g++/iomanip
So my question is, if my link to my 'include' directory has changed, how can i change it back, or make C look in the correct place for my #inlcude files, and how can i find out where it's looking now?
Thanks in advance.
JayBot
"Always know what you say, but don't always say what you know!"
Long time no see. I have a strange, but no doubt common problem. I have been on a break from C for a while, been working with C++. I wanted to modify an old program i wrote in C only to find the when i complied it it gave me an error:
iomanip: No such file or directory
Now, This never used to happen. The original executable still works but when i recompile the code (for any unchanged program) I get errors relating to my #include directives. The files are there cos i have used 'find' to locate them:
/usr/include/g++/iomanip
So my question is, if my link to my 'include' directory has changed, how can i change it back, or make C look in the correct place for my #inlcude files, and how can i find out where it's looking now?
Thanks in advance.
JayBot
"Always know what you say, but don't always say what you know!"