Displaying 12 results from an estimated 12 matches for "yyunput".
2005 Aug 26
3
bug tracker bug?
...alid value for field when submitting a new issue.
Bug info
Failure on build with 1.2beta1 on fresh FC4 install
ast_expr2f.c:1784: warning: no previous prototype for ?ast_yyget_column?
ast_expr2f.c:1860: warning: no previous prototype for ?ast_yyset_column?
ast_expr2f.c:1259: warning: ?yyunput? defined but not used
gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o dsp.o chanvars.o indications.o autoservice.o...
2005 Sep 29
1
files conflict after CVS update
...ning: no previous prototype for `ast_yyget_column'
ast_expr2f.c:1860: warning: no previous prototype for `ast_yyset_column'
ast_expr2.fl:95: error: conflicting types for `ast_expr'
include/asterisk/ast_expr.h:26: error: previous declaration of `ast_expr'
ast_expr2f.c:1259: warning: `yyunput' defined but not used
make: *** [ast_expr2f.o] Error 1
Any suggestions about how to deal with this conflicts, and if I can't fix
that conflict can i go back to my previous CVS version ? and how?
I hope someone can give me a hint about this.
Thanks in advance
Regards,
Claudio
-------------...
2006 May 08
2
have any one tried Snmp extension to Net-SNMP daemon
...theses -c -I$(INCLUDE) -I$(TMP)
-DWITH_SOAPDEFS_H
to make file
now the error is gon
but now i have error like
gcc -Wall -Wno-parentheses -c -Iinclude -Itmp -DWITH_SOAPDEFS_H -c
-o src/server/lex/lex.yy.o src/server/lex/lex.yy.c
src/server/lex/lex.yy.c:1117: warning: ''yyunput'' defined but not used
gcc -Wall -Wno-parentheses -c -Iinclude -Itmp -DWITH_SOAPDEFS_H -c
-o src/server/lex/y.tab.o src/server/lex/y.tab.c
src/server/lex/y.tab.c: In function ''yyparse'':
src/server/lex/y.tab.c:1064: warning: implicit declaration of function '&...
2004 Sep 01
0
[LLVMdev] FreeBSD Support In lib/System
.../llvm/obj/../tools/llvmc/ConfigLexer.l:174: error: `assert' undeclared
> (first use this function)
> ConfigLexer.cpp: In function `int yy_get_next_buffer()':
> ConfigLexer.cpp:1314: error: `assert' undeclared (first use this function)
> ConfigLexer.cpp: In function `void yyunput(int, char*)':
> ConfigLexer.cpp:1533: error: `assert' undeclared (first use this function)
> ConfigLexer.cpp: In function `yy_buffer_state* Config_create_buffer(FILE*, int)
> ':
> ConfigLexer.cpp:1689: error: `assert' undeclared (first use this function)
> ConfigLe...
2004 Aug 31
9
[LLVMdev] POSIX compliance
Reid,
>As for Interix support in general, I'm having a hard time determining
>which variant of Unix Interix implements. It seems to be partially Posix
>1 and partially Posix 2 based. Do you have any further information
>related to the specific standards supported by Interix? I don't want to
>incorrectly categorize the Interix support.
I've discussed this subject with
2004 Aug 31
0
[LLVMdev] FreeBSD Support In lib/System
Jeff/Vladimir:
As with Interix, I've recently added support for FreeBSD into
lib/System. Currently, the implementation of FreeBSD just uses the
"generic Unix" implementation which probably should work on FreeBSD. If
not, I would appreciate it if you could make patches in the FreeBSD
directory. If you do, don't forget that you need to remove anything that
doesn't work in the
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
...setting up yytext. */ \\",
" *yy_cp = yy_hold_char; \\",
" yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \\",
" YY_DO_BEFORE_ACTION; /* set up yytext again */ \\",
" } \\",
" while ( 0 )",
"",
"#define unput(c) yyunput( c, yytext_ptr )",
"",
"/* The following is because we cannot portably get our hands on size_t",
" * (without autoconf's help, which isn't available because we want",
" * flex-generated scanners to compile on their own).",
" */&quo...
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid,
I think it is the first time it is run that the errors occcur !?
Not sure but that would seem logical.
Aaron
2003 Apr 28
1
Wine compile error in tools/wpp (ppl.l) under debian
...1452: `pass_data' undeclared (first use in this function)
./ppl.l:1455: `pp_status' undeclared (first use in this function)
./ppl.l: In function `pp_push_ignore_state':
./ppl.l:1471: `pp_ignore' undeclared (first use in this function)
./ppl.l: At top level:
lex.yy.c:15493: warning: `yyunput' defined but not used
make[2]: *** [lex.yy.o] Error 1
make[2]: Leaving directory `/opt/export/wine/wine-20030219/tools/wpp'
make[1]: *** [wpp] Error 2
make[1]: Leaving directory `/opt/export/wine/wine-20030219/tools'
make: *** [tools] Error 2
============================================...
2010 May 02
2
samba4 make error - drsblobs.so
...t;YYLLOC_DEFAULT" is not used
heimdal/lib/com_err/parse.c:49:1: warning: macro "YYBISON_VERSION" is not used
Compiling heimdal/lib/com_err/lex.c with host compiler
heimdal/lib/com_err/lex.c:166:1: warning: macro "yyless" is not used
heimdal/lib/com_err/lex.c:1206: warning: ?yyunput? defined but not used
heimdal/lib/com_err/lex.c:362:1: warning: macro "YY_NUM_RULES" is not used
heimdal/lib/com_err/lex.c:470:1: warning: macro "REJECT" is not used
heimdal/lib/com_err/lex.c:9:1: warning: macro "YY_FLEX_MAJOR_VERSION" is not used
heimdal/lib/com_err/l...
2011 Jun 02
48
[PATCH 0/9] libxl: disk configuration handling
This is v3 of my disk series. What were previously patches 01-06 have
been applied. These are the tested and updated remainder, addressing
the previous comments.
1 Preparatory work.
2-4 The new parser and its documentation.
5-6 Replace old parsers with calls to the new one.
7-8 Two features, one of them essential.
9 Basic test suite for disk string parsing, as adhoc script.