search for: strconcattok

Displaying 5 results from an estimated 5 matches for "strconcattok".

2007 Sep 17
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
.../TableGen/FileLexer.l:209: error: 'CONCATTOK' was not declared in this scope gmake[2]: *** [/home/emil/ll/objdir-llvm/utils/TableGen/Release/FileLexer.o] Error 1 gmake[2]: Leaving directory `/home/emil/ll/objdir-llvm/utils/TableGen' $ grep CONCATTOK utils/TableGen/FileParser.h.cvs STRCONCATTOK = 275, #define STRCONCATTOK 275 -=- Now, if I install bison (and also rm -r objdir and the unpacked llvm-2.1), and try again, the build does not break at this point. Also grep finds more lines in the newly generated file: $ grep CONCATTOK utils/TableGen/FileParser.h CONCATTOK = 272, ST...
2006 Apr 19
0
[LLVMdev] 1.7 Pre-Release Ready for Testing
...eases/1.7/ > The build failed on i686-pc-linux-gnu. llvm[2]: Flexing FileLexer.l llvm[2]: Compiling FileLexer.cpp for Release build /home/rogelio/Desktop/llvm/utils/TableGen/FileLexer.l: In function 'int Filelex()': /home/rogelio/Desktop/llvm/utils/TableGen/FileLexer.l:205: error: 'STRCONCATTOK' was not declared in this scope Lexer.cpp: In function 'int yy_get_next_buffer()': Lexer.cpp:1369: warning: comparison between signed and unsigned integer expressions make[2]: *** [/home/rogelio/Desktop/llvm/utils/TableGen/Release/FileLexer.o] Error 1 make[2]: Leaving directory `/home/r...
2006 Apr 19
1
[LLVMdev] 1.7 Pre-Release Ready for Testing
...on i686-pc-linux-gnu. > > llvm[2]: Flexing FileLexer.l > llvm[2]: Compiling FileLexer.cpp for Release build > /home/rogelio/Desktop/llvm/utils/TableGen/FileLexer.l: In function > 'int Filelex()': > /home/rogelio/Desktop/llvm/utils/TableGen/FileLexer.l:205: error: > 'STRCONCATTOK' was not declared in this scope > Lexer.cpp: In function 'int yy_get_next_buffer()': > Lexer.cpp:1369: warning: comparison between signed and unsigned > integer expressions > make[2]: *** [/home/rogelio/Desktop/llvm/utils/TableGen/Release/FileLexer.o] > Error 1 > make[...
2006 Apr 16
11
[LLVMdev] 1.7 Pre-Release Ready for Testing
I've put the pre-release tar balls here: http://llvm.org/prereleases/1.7/ I'm asking for help to test this release and to review documentation. If anyone can spare some time to help out, I would really appreciate it. The more people that test, the better this release will be. Secondly, now that the tarballs have been created, everyone is free to check in documentation changes into the
2007 Sep 15
22
[LLVMdev] 2.1 Pre-Release Available (testers needed)
LLVMers, The 2.1 pre-release (version 1) is available for testing: http://llvm.org/prereleases/2.1/version1/ I'm looking for members of the LLVM community to test the 2.1 release. There are 2 ways you can help: 1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0 binary. Run "make check" and the full llvm-test suite (make TEST=nightly report). 2) Download