Displaying 4 results from an estimated 4 matches for "__cd".
Did you mean:
__c
2004 Sep 03
2
OH323 0.6.3b compilation problem with 1.0 RC2 on RH9
.../usr/include/stdio.h:72,
from chan_oh323.c:34:
/usr/include/gconv.h:176: parse error before "__flexarr"
In file included from /usr/include/libio.h:32,
from /usr/include/stdio.h:72,
from chan_oh323.c:34:
/usr/include/_G_config.h:47: field `__cd' has incomplete type
/usr/include/_G_config.h:50: field `__cd' has incomplete type
/usr/include/_G_config.h:52: confused by earlier errors, bailing out
make[1]: *** [chan_oh323.o] Error 1
make[1]: Leaving directory `/Downloads/oh323/oh323-0.6.3b/asterisk-oh323-
0.6.3b/asterisk-driver'
m...
2004 Aug 26
6
chan_capi module
...arr"
In file included from /usr/include/libio.h:32,
from /usr/include/stdio.h:72,
from /usr/include/asterisk/monitor.h:4,
from /usr/include/asterisk/channel.h:34,
from chan_capi.c:16:
/usr/include/_G_config.h:47: error: field `__cd' has incomplete type
/usr/include/_G_config.h:50: error: field `__cd' has incomplete type
/usr/include/_G_config.h:51: error: field `__data' has incomplete type
/usr/include/_G_config.h:53: error: storage class specified for parameter
`_G_iconv_t'/usr/include/_G_config.h:55: error:...
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
...nt __internal_use;
__mbstate_t *__statep;
__mbstate_t __state;
struct __gconv_trans_data *__trans;
};
typedef struct __gconv_info
{
size_t __nsteps;
struct __gconv_step *__steps;
__extension__ struct __gconv_step_data __data [];
} *__gconv_t;
typedef union
{
struct __gconv_info __cd;
struct
{
struct __gconv_info __cd;
struct __gconv_step_data __data;
} __combined;
} _G_iconv_t;
typedef int _G_int16_t __attribute__ ((__mode__ (__HI__)));
typedef int _G_int32_t __attribute__ ((__mode__ (__SI__)));
typedef unsigned int _G_uint16_t __attribute__ ((__mode__ (__HI__)))...