[LLVMdev] gmake check broken
Jeff Cohen
jeffc at jolt-lang.org
Sun Jan 2 17:49:23 PST 2005
I'm getting the following error:
ERROR: tcl error sourcing /usr/home/jeffc/llvm/obj/test/site.exp.
extra characters after close-quote
while executing
"set llvmgcc
"PATH="/usr/home/jeffc/llvm/obj/Debug/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/jef..."
(file "/usr/home/jeffc/llvm/obj/test/site.exp" line 8)
The contents of site.exp are:
## these variables are automatically generated by make ##
# Do not edit here. If you wish to override these values
# edit the last section
set target_triplet i386-unknown-freebsd5.3
set prcontext "/usr/local/bin/tclsh8.4
/usr/home/jeffc/llvm/obj/../test/Scripts/prcontext.tcl"
set srcdir /usr/home/jeffc/llvm/obj/../test
set objdir /usr/home/jeffc/llvm/obj/test
set llvmgcc
"PATH="/usr/home/jeffc/llvm/obj/Debug/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/jeffc/bin:/home/jeffc/llvm-gcc/install/bin:/home/jeffc/llvm/obj/Debug/bin"
/home/jeffc/llvm-gcc/install/bin/llvm-gcc"
set llvmgxx
"PATH="/usr/home/jeffc/llvm/obj/Debug/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/jeffc/bin:/home/jeffc/llvm-gcc/install/bin:/home/jeffc/llvm/obj/Debug/bin"
/home/jeffc/llvm-gcc/install/bin/llvm-g++"
## All variables above are generated by configure. Do Not Edit ##
The double quotes are obviously messed up but I haven't a clue how to
set them straight.
More information about the llvm-dev
mailing list