
Dne 20.5.2011 21:15, Andreas Huber napsal(a):
I took your changed files from src_MSVC. To root out all possible sources of error with the relevant paths, I've hardcoded them as follows:
Driver TheDriver("C:\\Users\\Andreas\\Documents\\clang\\build\\bin\\Debug", llvm::sys::getHostTriple(), "", false, false, diag); TheDriver.setCheckInputsExist(true); TheDriver.CCCIsCXX = 1; TheDriver.ResourceDir = "C:\\Users\\Andreas\\Documents\\clang\\build\\lib\\clang\\2.9";
In the first directory (...\bin\Debug) I have "clang.exe", "clang++.exe" among many other executables. In the second directory (...\lib\clang\2.9), there's only an "include" directory containing files like "altivec.h".
Now when I compile and run the viewer with these changes then the output is exactly the same as yesterday. The same happens when I substitute "/" for "\\". Just for fun I also tried with two empty paths ("") and the output is still the same.
Any clues what is happening here?
Thanks& Regards,
I have no idea about it. The source codes should be ok and I think that they really are. The only thing I can advise is to send an email to mailing list of Clang. (cfe-dev@cs.uiuc.edu <mailto:cfe-dev@cs.uiuc.edu>) They could help with solving this kind of problem. You don't need to be subscribed there for sending messages. Regards Petr