$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost statechart viewer
From: Petr Å ilhavÃk (silhape2_at_[hidden])
Date: 2011-05-20 18:06:02
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_at_[hidden]
<mailto:cfe-dev_at_[hidden]>) They could help with solving this kind of
problem. You don't need to be subscribed there for sending messages.
Regards
Petr