Displaying 3 results from an estimated 3 matches for "twharmon".
Did you mean:
harmon
2010 Feb 24
2
[LLVMdev] Trouble with sample project template (Autoconf problem?)
...3).
Also, if I export the sample directory to someplace outside the LLVM
source tree, I can get AutoRegen.sh to work, but then "make" fails:
$ svn export . ~/sample
$ cd ~/sample/autoconf
$ ./AutoRegen.sh
LLVM source root not found.
Enter full path to LLVM source:/Users/twharmon/Development/LLVM/src/
llvm-trunk/llvm
Enter full path to LLVM objects (empty for same as source):/Users/
twharmon/Development/LLVM/llvm/
Regenerating aclocal.m4 with aclocal
configure.ac:4: warning: AC_INIT: not a literal: [[SAMPLE]]
configure.ac:4: warning: AC_INIT: not a literal: [[...
2010 Feb 24
0
[LLVMdev] Trouble with sample project template (Autoconf problem?)
On Feb 24, 2010, at 11:04 AM, Trevor Harmon wrote:
> $ ./AutoRegen.sh
> LLVM source root not found.
> Enter full path to LLVM source:/Users/twharmon/Development/LLVM/src/
> llvm-trunk/llvm
> Enter full path to LLVM objects (empty for same as source):/Users/
> twharmon/Development/LLVM/llvm/
Actually, I think this part is wrong. If I supply the same path as the
source, "make" works.
But what exactly is meant by "ful...
2010 Dec 26
0
[LLVMdev] Trouble with sample project template (Autoconf problem?)
Hi, Trevor
>>Makefile.common:63: /Users/twharmon/Development/LLVM/llvm//
>>Makefile.config: No such file or directory
>>make: *** No rule to make target `/Users/twharmon/Development/LLVM/
>>llvm//Makefile.config'. Stop.
this error source from your makefile.common file,you identify an
wrong obj...