Displaying 3 results from an estimated 3 matches for "verobse".
Did you mean:
verbose
2007 Aug 16
2
[LLVMdev] rantings about llvm-top
...usually lowercase, e.g.
"--verbose=2".
- you don't mention the "option" script. I actually did
./option first, then hand-edited the resulting .options
file. I think is way easier then specifying the same
PREFIX=blah all the time to ./build.
- it's VERBOSE, not VEROBSE (a typo in the README.txt).
- llvm-top can't build cfe. Maybe the BuildCmd would
be something like
"cd llvm/tools; ln -s ../../cfe; make". Then it should
be able to build cfe?
- many directories are not svn:ignore'd in llvm-top, e.g.
cfe, llvm-gcc-4.0, llvm. "svn s...
2012 Jan 02
7
Problem with detecting "Mustek PowerMust 2000VA"
Hello,
i try to setup NUT service to read/control my UPS but without success.
Problem is when i try to start "/usr/local/ups/bin/upsdrvctl -DDDD -u
root start" i got:
/Network UPS Tools - UPS driver controller 2.6.2/
/ 0.000000/
/If you're not a NUT core developer, chances are that you're
told to enable debugging/
/to see why a driver
2007 Aug 16
0
[LLVMdev] rantings about llvm-top
...the build/install scripts. But,
perhaps that's just silly.
Do you think it would be better to locate all the llvm-top options stuff
only in the options script (using --verbose=n and --debug and etc) and
then all options to the other scripts are passed down?
>
> - it's VERBOSE, not VEROBSE (a typo in the README.txt).
Thanks, will fix.
>
> - llvm-top can't build cfe. Maybe the BuildCmd would
> be something like
>
> "cd llvm/tools; ln -s ../../cfe; make". Then it should
> be able to build cfe?
That's an issue for the cfe developer's. I...