search for: dereferencing

Displaying 20 results from an estimated 1085 matches for "dereferencing".

2004 May 17
4
Redhat 7.3 compiling problem
...No such file or directory res_crypto.c:26:25: openssl/err.h: No such file or directory res_crypto.c:74: parse error before `RSA' res_crypto.c:74: warning: no semicolon at end of struct or union res_crypto.c:84: parse error before `}' res_crypto.c: In function `pw_cb': res_crypto.c:101: dereferencing pointer to incomplete type res_crypto.c:103: dereferencing pointer to incomplete type res_crypto.c:103: dereferencing pointer to incomplete type res_crypto.c:104: dereferencing pointer to incomplete type res_crypto.c:106: dereferencing pointer to incomplete type res_crypto.c:108: dereferencing poin...
2004 May 14
0
SuSE & Zaptel Compilation errors
...pe wcusb.c:196: parse error before '*' token wcusb.c:196: warning: function declaration isn't a prototype wcusb.c:197: parse error before '*' token wcusb.c:197: warning: function declaration isn't a prototype wcusb.c: In function `proslic_read_direct_async': wcusb.c:202: dereferencing pointer to incomplete type wcusb.c:203: dereferencing pointer to incomplete type wcusb.c:204: dereferencing pointer to incomplete type wcusb.c:205: dereferencing pointer to incomplete type wcusb.c:206: dereferencing pointer to incomplete type wcusb.c:207: dereferencing pointer to incomplete type wc...
2007 Feb 03
2
asterisk 1.2 branch revision 53132 failed to compile
...ototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i586 -DZAPTEL_OPTIMIZATIONS -DBUSYDETECT_MARTIN -fomit-frame-pointer -fPIC -c -o codec_zap.o codec_zap.c codec_zap.c: In function `zap_framein': codec_zap.c:147: error: dereferencing pointer to incomplete type codec_zap.c:149: error: dereferencing pointer to incomplete type codec_zap.c:151: error: dereferencing pointer to incomplete type codec_zap.c:151: error: dereferencing pointer to incomplete type codec_zap.c:156: error: dereferencing pointer to incomplete type codec_zap.c:...
2007 Jul 18
3
Problem building Asterisk 1.2.22
...? gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -c -o codec_zap.o codec_zap.c codec_zap.c: In function ?zap_framein?: codec_zap.c:143: error: dereferencing pointer to incomplete type codec_zap.c:145: error: dereferencing pointer to incomplete type codec_zap.c:147: error: dereferencing pointer to incomplete type codec_zap.c:147: error: dereferencing pointer to incomplete type codec_zap.c:152: error: dereferencing pointer to incomplete type codec_zap.c:...
2005 May 27
1
Re: Asterisk-Users Digest, Vol 10, Issue 221
...-declarations -DZAPATA_PRI -DIAX_TRUNKING -DCRYPTO -fPIC -o chan_unicall.o chan_unicall.c chan_unicall.c:24:34: asterisk/channel_pvt.h: No such file or directory chan_unicall.c:59:25: ../asterisk.h: No such file or directory chan_unicall.c: In function `unicall_digit': chan_unicall.c:623: dereferencing pointer to incomplete type chan_unicall.c: In function `unicall_call': chan_unicall.c:1127: dereferencing pointer to incomplete type chan_unicall.c: In function `unicall_hangup': chan_unicall.c:1319: dereferencing pointer to incomplete type chan_unicall.c:1524: dereferencing pointer to inco...
2004 Apr 18
1
Samba 3.0.3pre2 & MySQL compilation problem
...passdb/pdb_mysql.c:68: `r' undeclared (first use in this function) passdb/pdb_mysql.c:69: `row' undeclared (first use in this function) passdb/pdb_mysql.c:73: `u' undeclared (first use in this function) passdb/pdb_mysql.c: In function `mysqlsam_setsampwent': passdb/pdb_mysql.c:130: dereferencing pointer to incomplete type passdb/pdb_mysql.c:135: dereferencing pointer to incomplete type passdb/pdb_mysql.c:137: dereferencing pointer to incomplete type passdb/pdb_mysql.c:142: dereferencing pointer to incomplete type passdb/pdb_mysql.c:146: dereferencing pointer to incomplete type passdb/pdb_m...
2007 Jul 13
3
asterisk-addons compilation "error: dereferencing pointer to incomplete type"
I am having trouble getting asterisk-addons 1.4.2 to compile (after a successful configure). Asterisk itself (and AsteriskGUI) compile fine. I get: cdr_addon_mysql.c: In function `handle_cdr_mysql_status': cdr_addon_mysql.c:91: error: dereferencing pointer to incomplete type cdr_addon_mysql.c:93: error: dereferencing pointer to incomplete type cdr_addon_mysql.c:95: error: dereferencing pointer to incomplete type cdr_addon_mysql.c:97: error: dereferencing pointer to incomplete type cdr_addon_mysql.c:98: error: dereferencing pointer to incomple...
2010 Jul 14
1
Problems with Dovecot + imaptest
...ror before '*' token checkpoint.c:24: warning: data definition has no type or storage class checkpoint.c:30: error: syntax error before ':' token checkpoint.c:31: error: syntax error before ':' token checkpoint.c: In function `keyword_map_update': checkpoint.c:41: error: dereferencing pointer to incomplete type checkpoint.c:42: error: dereferencing pointer to incomplete type checkpoint.c:42: warning: assignment makes pointer from integer without a cast checkpoint.c:43: error: dereferencing pointer to incomplete type checkpoint.c:43: warning: assignment makes pointer from intege...
2005 Jun 22
1
Error on installing oh323 on asterisk
...ict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o chan_oh323.c chan_oh323.c:37:34: asterisk/channel_pvt.h: No such file or directory chan_oh323.c: In function `oh323_exception': chan_oh323.c:1145: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_indicate': chan_oh323.c:1326: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_digit': chan_oh323.c:1388: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_text': chan_oh323.c:14...
2017 Apr 06
3
Dereferenceable load semantics & LICM
2017-04-06 17:57 GMT+02:00 Sanjoy Das <sanjoy at playingwithpointers.com>: > Hi Piotr, > > On April 6, 2017 at 2:36:53 AM, Piotr Padlewski > (piotr.padlewski at gmail.com) wrote: > > I disagree, I find it different than the patch you mentioned. We don't > have > > any problems with code like this: > > > > ptr = load i8*, i8** %ptrptr,
2007 Aug 17
3
Problem Installing RMagick
...se in this function) dri_driver.c:1108: error: ''mode'' undeclared (first use in this function) dri_driver.c: At top level: dri_driver.c:1112: error: parse error before ''ctx'' dri_driver.c: In function ''end_list_callback'': dri_driver.c:1117: error: dereferencing pointer to incomplete type dri_driver.c:1117: error: ''ctx'' undeclared (first use in this function) dri_driver.c: In function ''unwrap_context'': dri_driver.c:1123: error: dereferencing pointer to incomplete type dri_driver.c:1123: error: dereferencing pointer to in...
2017 Apr 06
2
Dereferenceable load semantics & LICM
2017-04-05 18:30 GMT+02:00 Sanjoy Das <sanjoy at playingwithpointers.com>: > Hi Piotr, > > On Mon, Apr 3, 2017 at 2:01 PM, Piotr Padlewski > <piotr.padlewski at gmail.com> wrote: > >> I don't see any way to model it right now in LLVM, but I see a one > simple > >> solution: > >> add extra information to the metadata nodes indicating that
2013 Aug 22
1
is it possible to compile chan_h323 with 11.5.0?
Hello! Tried to compile, but : [CC] chan_h323.c -> chan_h323.o chan_h323.c: In function '__oh323_update_info': chan_h323.c:349: error: dereferencing pointer to incomplete type chan_h323.c:350: error: dereferencing pointer to incomplete type chan_h323.c: In function 'oh323_rtp_read': chan_h323.c:790: error: dereferencing pointer to incomplete type chan_h323.c:791: error: dereferencing pointer to incomplete type chan_h323.c: In function &...
2004 Feb 02
3
layer7-filter with iptables problem
...nsions/libipt_layer7.c:84: error: `MAX_PROTOCOL_LEN'' undeclared (first use in this function) extensions/libipt_layer7.c:84: error: (Each undeclared identifier is reported only once extensions/libipt_layer7.c:84: error: for each function it appears in.) extensions/libipt_layer7.c:87: error: dereferencing pointer to incomplete type extensions/libipt_layer7.c:87: error: dereferencing pointer to incomplete type extensions/libipt_layer7.c:87: error: dereferencing pointer to incomplete type extensions/libipt_layer7.c:93: error: `MAX_PATTERN_LEN'' undeclared (first use in this function) extension...
2016 Jan 19
8
[RFC] A proposal for byval in a world with opaque pointers
Hi, In the past months, several options have been presented for making byval (and similar attributes, such as inalloca or sret) work with opaque pointers. The main two I've seen were byval(T) and byval(N) where N is the size of T. They both have their upsides and downsides, for example: byval(T) would be a type-parametric attribute, which, AFAIK, does not already exist and may complicate
2005 Aug 09
0
channel_pvt.h not found
...otypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -I/root/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o chan_oh323.c chan_oh323.c:37:34: asterisk/channel_pvt.h: No such file or directory chan_oh323.c: In function `oh323_exception': chan_oh323.c:1145: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_indicate': chan_oh323.c:1326: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_digit': chan_oh323.c:1388: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_text': c...
2007 Nov 28
1
Cross-compiling asterisk-1.4 for Debian on a slug
...and gcc, or using scratchbox. All of these with the result that i got binaries for machines except the one i wanted! :( I then have been given a link to a optware tree specific to Debian on the slug[1]. I tried to compile, but at the first attempt, it stopped with this cruft: dlfcn.c:1225: error: dereferencing pointer to incomplete type dlfcn.c:1225: error: dereferencing pointer to incomplete type dlfcn.c:1225: error: dereferencing pointer to incomplete type dlfcn.c:1225: error: dereferencing pointer to incomplete type dlfcn.c:1225: error: dereferencing pointer to incomplete type dlfcn.c:1225: error: der...
2005 Jul 26
1
problems with compiling asterisk-oh323-0.6.5
...totypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o chan_oh323.c chan_oh323.c:37:34: asterisk/channel_pvt.h: No such file or directory chan_oh323.c: In function `oh323_exception': chan_oh323.c:1145: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_indicate': chan_oh323.c:1326: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_digit': chan_oh323.c:1388: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_text': c...
2008 Jan 14
29
Ebb Web Server
Hello Mongrel Users, I''m writing a web server called Ebb. It''s written in C, makes use of the Mongrel HTTP parser, and uses libev its event loop. The goal is to be small, fast, and language independent server that can host web frameworks. I have written a small Ruby binding which provides a Rack handler - this will allow Ebb to host Rails, Merb, and other Ruby frameworks. In the
2017 Apr 06
3
Dereferenceable load semantics & LICM
I left a comment on https://reviews.llvm.org/D18738 earlier which I feel is related to this discussion, so I'm reproducing it here: I wonder though if what we want to express isn't some sort of "type-based dereferencability annotations". For example the semantics I care about are essentially, "if you know you have a defereferencable pointer, you can go and dereference any