search for: token

Displaying 20 results from an estimated 5836 matches for "token".

2004 Mar 16
2
Cannot compile wine
...fine for a while, then comes up with: make[2]: Entering directory `/home/samon/Wine Stuff/wine-20040309/dlls/msi' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o tokenize.o tokenize.c tokenize.c:46: error: `TK_ABORT' undeclared here (not in a function) tokenize.c:46: error: initializer element is not constant tokenize.c:46: error: (near initialization for `aKeywordTable[0].tokenType') tokenize.c:46: error: initializer element is not constant tokenize.c:46...
2014 May 28
1
[Bug 953] New: Meta priority parsing is broken
...ft add rule ip test input meta priority 34 And, nft lists the following line: table ip test { chain input { meta priority :0034 } } And, It's impissible use this: sudo nft --debug=all add rule ip test input meta priority :10 Stack now 0 1 15 10 44 Entering state 213 Next token is token "colon" (: ) Error: popping nterm expr (: ) Stack now 0 1 15 10 44 Error: popping nterm ruleid_spec (: ) Stack now 0 1 15 10 Error: popping token "rule" (: ) Stack now 0 1 15 Error: popping token "add" (: ) Stack now 0 1 Shifting token error (: ) Entering stat...
2019 Jun 19
2
[Bug 1344] New: Segmentation fault in nft add rule ip ipv4table ipv4chain-1 tcp sport { 12345-54321 }
...ort { 12345-54321 }` should be supported but it fails with Segmentation Fault. See debug below: sudo nft --debug all add rule ip ipv4table ipv4chain-1 tcp sport { 12345-54321 } Entering state 0 Reducing stack by rule 1 (line 747): -> $$ = nterm input (: ) Stack now 0 Entering state 1 Reading a token: --accepting rule at line 275 ("add") Next token is token "add" (: ) Shifting token "add" (: ) Entering state 19 Reading a token: --accepting rule at line 631 (" ") --accepting rule at line 249 ("rule") Next token is token "rule" (: ) Shif...
2016 Jan 05
2
Proposal for multi location debug info support in LLVM IR
...source level (e.g. because an > > assignment occurred) > > This is done by a key call. Correct > > - Indicating that the same value is now available in a new location > > Additional, alternative locations with identical contents are added by > passing in the token from a key call. Correct > > - Indicating that a value is no longer available in some location > > This is done by another key call (possibly with an %undef location). Not quite. Another key call could be used if all locations are now invalid. However, to just remove a single...
2016 Jan 06
2
Proposal for multi location debug info support in LLVM IR
...l (e.g. because an > >       assignment occurred) > > This is done by a key call. > > Correct >   > >     - Indicating that the same value is now available in a new location > > Additional, alternative locations with identical contents are added by passing in the token from a key call. > > Correct >   > >     - Indicating that a value is no longer available in some location > > This is done by another key call (possibly with an %undef location). > > Not quite. Another key call could be used if all locations are now invalid. However,...
2005 Mar 14
1
Problem Compiling Spandsp
...rt.c:43:20: tiffio.h: No such file or directory In file included from spandsp.h:75, from bert.c:45: spandsp/t4.h:74: error: syntax error before "TIFF" spandsp/t4.h:74: warning: no semicolon at end of struct or union spandsp/t4.h:147: error: syntax error before '}' token spandsp/t4.h:147: warning: data definition has no type or storage class spandsp/t4.h:181: error: syntax error before '*' token spandsp/t4.h:181: warning: data definition has no type or storage class spandsp/t4.h:189: error: syntax error before '*' token spandsp/t4.h:195: error: synt...
2016 Jan 15
2
Proposal for multi location debug info support in LLVM IR
...his is done by a key call. >> > >> > Correct >> > >> > > - Indicating that the same value is now available in a new >> location >> > >> > Additional, alternative locations with identical contents are added by >> passing in the token from a key call. >> > >> > Correct >> > >> > > - Indicating that a value is no longer available in some location >> > >> > This is done by another key call (possibly with an %undef location). >> > >> > Not quite. Another...
2003 Apr 30
3
help can not install oh323 wrapper
hi when i try to run the make command for the oh323 wrapper below linux:/usr/local/src/asterisk/asterisk-oh323 # i get an error please help regards Barbra asteriskaudio.cxx:369: syntax error before `::' token asteriskaudio.cxx:374: syntax error before `::' token asteriskaudio.cxx:379: syntax error before `::' token asteriskaudio.cxx:384: syntax error before `::' token asteriskaudio.cxx:390: ISO C++ forbids declaration of `mutex_flag' with no type asteriskaudio.cxx:390: redefinition of `...
2010 Jul 20
4
MySQL index question
I am trying to speed up some DB operations and perhaps have gone overboard with indexes. Does MySQL usually use only one index per query and simply match keys on the results of the indexed first part? For example: DELETE FROM tokens WHERE 6813946236211560448 <= fnv AND fnv < 6818449835838930944 AND updated_at<''2010-06-20 14:08:55'' AND occurrences=0; If I understand correctly from the output of: EXPLAIN SELECT * FROM tokens WHERE 6813946236211560448 <= fnv AND fnv < 6818449835838930944 AND up...
2016 Jan 04
4
Proposal for multi location debug info support in LLVM IR
...that they could. No matter, all we would have to do then is choose one in the backend. I think it makes sense to maintain the notion of separate multiple locations until then. > > > > - To add a location with the same value for the same variable, you > pass the > > token of the FIRST llvm.dbg.value, as this llvm.dbg.value's first > argument > > E.g. to add another location for the variable above: > > > > %second = call token @llvm.dbg.value(token %first, metadata > %val2, > >...
2007 Jun 15
2
HTB question, tokens.
Hi, What exactly are the "tokens"? I thought each token allowed the sending of one byte, that tokens are stored in a bucket that can hold a max of "burst" tokens, and that this bucket is filled with tokens at "rate". But theory does not seem to explain the "tc -s .." output in the examples be...
2003 Nov 15
3
ctokens vs tokens - HTB.
Hi, One more of those ... 1) what is a ctoken with regard to HTB? Does the ''c'' stand for ceil and if so how is it different from tokens? 2) Is the difference, only in the generation of these tokens? 3) Would the ctokens and token be treated equally once borrowed? Kindly help. Thank you. Regards, suraj. _______________...
2009 Jan 30
2
Problem installing RMySQL ("S4R.h:40:17: error: S.h: No such file or directory"?)
...6 -mtune=generic -fasynchronous-unwind-tables -c RS-DBI.c -o RS-DBI.o In file included from RS-DBI.h:32, from RS-DBI.c:22: S4R.h:40:17: error: S.h: No such file or directory S4R.h:53:24: error: Rversion.h: No such file or directory S4R.h:54:51: error: missing binary operator before token "(" S4R.h:62:26: error: Rdefines.h: No such file or directory S4R.h:154:49: error: missing binary operator before token "(" S4R.h:176:49: error: missing binary operator before token "(" In file included from RS-DBI.c:22: RS-DBI.h:100: error: expected specifier-qualifie...
2011 Apr 27
1
xen-qemu-dm does not build with backported xen-4.1
...), so that Bastian can read too. We don't need a full log, just this was enough: CC block-vmdk.o In file included from xen-config-host.h:19, from config-host.h:31, from osdep.c:25: /usr/include/xenctrl.h:140: error: expected ')' before '*' token /usr/include/xenctrl.h:863: error: expected ')' before '*' token /usr/include/xenctrl.h:1275: error: expected ')' before '*' token In file included from ./xen-config-host.h:19, from ./config-host.h:31, from ./qemu-common.h:33,...
2003 Nov 23
2
latest wine build error on Fedora Core 1
In file included from /usr/include/openssl/ssl.h:179, from internet.h:36, from cookie.c:39: /usr/include/openssl/kssl.h:136: error: syntax error before '*' token /usr/include/openssl/kssl.h:149: error: syntax error before '*' token /usr/include/openssl/kssl.h:150: error: syntax error before '*' token /usr/include/openssl/kssl.h:151: error: syntax error before '*' token /usr/include/openssl/kssl.h:151: error: syntax error before '...
2015 Dec 26
2
Proposal for multi location debug info support in LLVM IR
...gh the value remained the same at source level. # The Proposal I propose changing the llvm.dbg.value intrinsic from (note I'm ignoring the i64 offset argument which is already essentially dead and I expect it to be removed soon) void @llvm.dbg.value(metadata, metadata, metadata) to token @llvm.dbg.value(token, metadata, metadata, metadata) with the semantics being the following: - A change of value of a variable is indicated by (pseudeo-IR) %first = call token @llvm.dbg.value(token undef, metadata %val, metadata !var, metad...
2006 Oct 13
3
HTB has 2 bucket?
in HTB use 2 bucket for manage 2 rate??? first bucket -> keep token for sending with rate second bucket -> keep ctoken for sending with ceil rate Is it true?? may be i''m misunderstand about token/bucket thoery _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lart...
2020 Jun 17
2
InstCombine doesn't delete instructions with token
...s: The string ‘undef’ can be used anywhere a constant is expected, and indicates that the user of the value may receive an unspecified bit-pattern. Undefined values may be of any type (other than ‘label’ or ‘ void’) and be used anywhere a constant is permitted. Either way, using a 'none' token instead is fine. For an example: https://godbolt.org/z/MowxS_ Where the following input: define void @foo() #0 { entry: unreachable exit: %tok = call token @llvm.bar() call void @llvm.foo(token %tok) call void @llvm.foo(token none) call void @llvm.foo(token undef) ret vo...
2004 Aug 06
2
My turn to have issues with compiling libshout
...from avl.c:33: ../thread/thread.h:90: syntax error before "pthread_rwlock_t" ../thread/thread.h:90: warning: no semicolon at end of struct or union ../thread/thread.h:91: warning: data definition has no type or storage class ../thread/thread.h:132: syntax error before '*' token ../thread/thread.h:133: syntax error before '*' token ../thread/thread.h:134: syntax error before '*' token ../thread/thread.h:135: syntax error before '*' token ../thread/thread.h:136: syntax error before '*' token In file included from avl.c:33: ../config.h:62: syn...
2016 Dec 14
1
cwrap: pam_wrapper: pam_wrapper.c errors
An embedded and charset-unspecified text was scrubbed... Name: pam_wrapper.c URL: <http://lists.samba.org/pipermail/samba/attachments/20161214/1f29843b/pam_wrapper.c>