Displaying 4 results from an estimated 4 matches for "char_type".
2006 Apr 05
1
build error : xapian-core-0.9.4_svn6707 with UTF-8 patch
...ux/bits/c++config.h:61:
error: expected namespace-name before ';' token
In file included from
/u1/olly/xapian-svn-snapshot/trunk/xapian/xapian-core/queryparser/queryparser.lemony:24:
accentnormalisingitor.h:29: error: `gunichar' does not name a type
accentnormalisingitor.h:36: error: `char_type' does not name a type
accentnormalisingitor.h:38: error: expected `)' before "ch_"
accentnormalisingitor.h:39: error: ISO C++ forbids declaration of
`char_type' with no type
accentnormalisingitor.h:39: error: expected `;' before "operator"
accentnormalisingitor....
2006 Mar 03
1
xapian-0.9.4 queryparser build errors after applying utf-8 patch
...inux/bits/c++config.h:61: error: `<type error>' is not a namespace
In file included from /u1/olly/xapian-svn-snapshot/tags/0.9.4/xapian/xapian-core/queryparser/queryparser.lemony:24:
accentnormalisingitor.h:29: error: `gunichar' does not name a type
accentnormalisingitor.h:36: error: `char_type' does not name a type
accentnormalisingitor.h:38: error: expected `)' before "ch_"
accentnormalisingitor.h:39: error: ISO C++ forbids declaration of `char_type' with no type
accentnormalisingitor.h:39: error: expected `;' before "operator"
accentnormalisingitor.h...
2011 May 31
1
[LLVMdev] Expressiveness of column numbers in dwarf using clang 3.0?
On 31.05.2011 19:45, Devang Patel wrote:
>
> On May 31, 2011, at 10:36 AM, trash-stuff at gmx.de
> <mailto:trash-stuff at gmx.de> wrote:
>
>> On 31.05.2011 19:22, Devang Patel wrote:
>>>
>>> On May 30, 2011, at 11:11 AM,trash-stuff at gmx.de
>>> <mailto:trash-stuff at gmx.de>wrote:
>>>
>>>> Hi all,
>>>>
2007 Jul 11
12
[LLVMdev] llvm-gcc-4-2 development branch is open
...C 4.2 branch adopts GPLv3 then consult llvm oversight group
first before back porting code from FSF GCC 4.2 branch.
Thing that require immediate attention :
1) /* FIXME FIXME */ markers. :)
2) In GCC-4.2 CONSTRUCTOR_ELTS are now represented as VEC instead of a
tree node chain.
3) FILE_TYPE, CHAR_TYPE etc.. tree nodes are gone.
4) In llvm-gcc x86 world, SSE intrinsics are listed in header file,
where as FSF GCC lists them in source file. When I removed list
from .c file, I did not synchronize it with .h file content. I'll let
x86 code gen folks worry about it :)
5) There are many GC...