search for: yywrap

Displaying 12 results from an estimated 12 matches for "yywrap".

Did you mean: ylwrap
2004 Oct 13
1
[LLVMdev] Compiling TableGen with Visual Studio
...has something to do with generating C or CPP files, as I am generating CPP files (correctly, since the .l and .y files contain cpp code and should really be named .lpp and .ypp) and the tools behave slightly different in this setting. The problems are in FileLexer.l: extern "C" int yywrap() which should be (according to VS): extern "C" int yywrap ( void ) and in FileParser.y: int yyerror(const char *ErrorMsg) which should be (again according to VS): void yyerror(char *ErrorMsg) in the second case I have to remove the 'const' qualifier because bison adds the...
2005 Nov 08
2
[LLVMdev] llvm-test configure problem
...nd confdefs.h. */ | #include <ac_nonexistent.h> configure:3003: checking for GNU make configure:3018: result: gmake configure:3037: checking configure:3046: checking for flex configure:3062: found /usr/dcs/software/supported/bin/flex configure:3072: result: flex configure:3085: checking for yywrap in -lfl configure:3115: gcc -o conftest -g -O2 conftest.c -lfl >&5 ld: fatal: library -lfl: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status configure:3121: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #defi...
2005 Nov 08
0
[LLVMdev] llvm-test configure problem
What's the config.log from this run? -bw On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote: > > Following the instructions here: > http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run > > I get an error running configure in the llvm-test directory. > > ./configure > --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/ >
2005 Nov 03
4
[LLVMdev] llvm-test configure problem
Following the instructions here: http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run I get an error running configure in the llvm-test directory. ./configure --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/ --with-f2c=/home/vadve/shared/localtools/sparc --with-llvmsrc=/localhome/tbrethou/llvm --with-llvmobj=/localhome/tbrethou/llvm Error: [cut lots of config output] checking
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...intstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt; extern int interactive, caseins, lex_compat, do_yylineno; extern int useecs, fulltbl, usemecs, fullspd; extern int gen_line_dirs, performance_report, backing_up_report; extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap; extern int csize; extern int yymore_used, reject, real_reject, continued_action, in_rule; extern int yymore_really_used, reject_really_used; extern int datapos, dataline, linenum, out_linenum; extern FILE *skelfile, *yyin, *backing_up_file; extern const char *skel[]; extern int skel_ind; extern ch...
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
..._ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for bison... bison -y checking for flex... flex checking for yywrap in -lfl... yes checking for flex... flex checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for ranlib... ranlib checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for c2man... $(TOPSRCDIR)/tools/c2man....
2009 Feb 19
0
[LLVMdev] -fPIC warning on every compile on Cygwin
Aaron Gray wrote: > Hi, > > I partly built LLVM on Cygwin yesterday and it was fine as far as it > went. But after doing a svn update today I am getting the following > warning on every compile :- > > > llvm[3]: Compiling LowerAllocations.cpp for Debug build > /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning: > -fPIC ignored for
2009 Feb 19
2
[LLVMdev] -fPIC warning on every compile on Cygwin
Hi, I partly built LLVM on Cygwin yesterday and it was fine as far as it went. But after doing a svn update today I am getting the following warning on every compile :- llvm[3]: Compiling LowerAllocations.cpp for Debug build /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning: -fPIC ignored for target (all code is position independent) This maybe happening on other targets too.
2009 Feb 19
2
[LLVMdev] -fPIC warning on every compile on Cygwin
...(cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking ... checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking ... checking for bison... bison -y checking for BSD-compatible nm... /usr/bin/nm -B checking for GNU make... make checking whether ln -s works... yes checking for cmp... /usr/bin/cmp checki...
2004 Oct 23
1
Issues with compiling wine
...$? = 0 configure:4492: test -z || test ! -s conftest.err configure:4495: $? = 0 configure:4498: test -s conftest configure:4501: $? = 0 configure:4514: result: yes configure:4528: checking for flex configure:4544: found /opt/sfw/bin/flex configure:4554: result: flex configure:4567: checking for yywrap in -lfl configure:4597: gcc -o conftest -g -O2 conftest.c -lfl >&5 configure:4603: $? = 0 configure:4606: test -z || test ! -s conftest.err configure:4609: $? = 0 configure:4612: test -s conftest configure:4615: $? = 0 configure:4628: result: yes configure:4705: checking lex output f...
2006 May 18
2
Problems compiling Wine
...C preprocessor... gcc -E checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for flex... flex checking for bison... bison checking for gas... no checking for as... as checking for ld... ld checking for ar... ar checking for ranlib... ranlib checking for strip... strip...