similar to: ANY DEVELOPERS HERE? "warning: implicit declaration of function `__use_ast_pthread_create_instead__"

Displaying 20 results from an estimated 5000 matches similar to: "ANY DEVELOPERS HERE? "warning: implicit declaration of function `__use_ast_pthread_create_instead__""

2004 Aug 25
1
chan_oh323: __use_ast_pthread_create_instead__ (was: chan_oh323 loading error)
Hi, > chan_oh323.so: undefined > symbol: __use_ast_pthread_create_instead__ is not a bug, it's a hint: use "ast_pthread_create" instead [what your were using] and means: replace in asterisk-oh/asterisk-driver/chan_oh323.c at line 3764 "pthread_create" by "ast_pthread_create" Roger.
2004 Oct 01
1
chan_sccp error
Hello folks, I'm trying to install chan_sccp and get this error [chan_sccp.so]Oct 2 00:28:06 WARNING[-151090528]: loader.c:248 ast_load_resource: /usr/lib/asterisk/modules/chan_sccp.so: undefined symbol: __use_ast_pthread_create_instead__ Oct 2 00:28:06 WARNING[-151090528]: loader.c:429 load_modules: Loading module chan_sccp.so failed! After this, mpg123 goes crazy and shoots my
2004 Aug 22
5
skinny or sccp?
Hi, please tell me, is original skinny support in Asterisk stil under development or is better to try chan_sccp from http://chan-sccp.sourceforge.net ? my first try was unsuccessfull (chan_sccp compile OK, but module loading fail during Asterisk startup) and my phone (C7940) seems to be not supported in original chan_skinny :( PJ
2004 Aug 23
3
Cisco 7960G, Skinny.conf, and reboots
I could use some skinny/Cisco help here. Was finally able to get the phone registered to * but whenever someone tries to call that phone it freezes and reboots itself. Same thing happens when you pick the handset up off the 7960G; it locks and reboots about 5 sec later. Here is what * shows when I plug the phone in: -- Starting Skinny session from 64.72.107.1 Device SEP000F3442E4A7 is
2005 Sep 15
5
Asterisk don't start
Asterisk don't running, because show this message WARNING[6949]: chan_sip.c:8865 reload_config: Section 'authentication' lacks type WARNING[6949]: chan_iax2.c:7491 load_module: Unable to open IAX timing interface: No such file or directory WARNING[6949]: chan_skinny.c:2587 reload_config: Unable to get our IP address, Skinny disabled WARNING[6949]: chan_oss.c:239 sound_thread: Read
2005 Mar 07
0
CVS compile error utils.c
Hi.. I get the following error when compiling the lastest CVS utils.c:405: undefined reference to `__use_ast_pthread_create_instead__' due to the fact I dont know c I thought what the heck and took a look at line 405 return pthread_create(thread, attr, start_routine, data); and changed it to ast_pthread_create(thread, attr, start_routine, data); and it compiled............but when
2016 Jan 21
6
nouveau contributor dinner Friday evening before FOSDEM?
Hi All, $subject says it pretty much all. AFAIk quite a few nouveau contributors are coming to Fosdem, and I think it would be nice to have dinner together Friday evening before FOSDEM. So any takers? If you want to join please reply to this mail thread before coming Thursday, I will try to reserve a table at:
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>
2016 Aug 13
3
XDC2016
Hi everybody, I saw that some more appeared on the list of Attendees, so it might be a good time to ask how we want to organize the stay and if we plan to book at the same place like we did on fosdem (well more or less). Also how does everybody plans to stay? I was thinking about Tuesday to Sunday, but if everybody comes at Monday already, I might change my plans ;) PS: if discussing that in
2016 Jan 28
2
nouveau contributor dinner Friday evening before FOSDEM?
Hi Hans, On 28 January 2016 at 12:31, Hans de Goede <hdegoede at redhat.com> wrote: > Hi All, > > On 21-01-16 14:09, Hans de Goede wrote: >> >> Hi All, >> >> $subject says it pretty much all. AFAIk quite a few >> nouveau contributors are coming to Fosdem, and I think it >> would be nice to have dinner together Friday evening >> before
2010 Apr 07
2
rails timezone difference in console and production application
Hi all, I''m on a rails 2.3.5 app. I''ve got my timezone set to ''Brussels''; config.time_zone = ''Brussels'' When I use mysql I see that a date is stored in UTC (as expected); e.g. 2010-04-07 15:03:10 When I use console to print out the date it correctly returns; >> job.created_at.strftime(''%d %b %Y, %H:%M'') =>
2016 Jan 21
1
nouveau contributor dinner Friday evening before FOSDEM?
Hi everybody, yeah, sounds good greetings Karol > Pierre Moreau <pierre.morrow at free.fr> hat am 21. Januar 2016 um 14:17 > geschrieben: > > Hello everyone, > > I'm in for the dinner! As for the restaurant, since I never went to Brussels, > I'll follow the group's decision. Some time around 19:30–20:00? Most of us > should be in Brussels' centre
2006 Sep 01
0
[PATCH] Cygwin: Avoid implicit declaration warnings
Hi, I have left this slip through already too long. When compiling openbsd-compat/bsd-cygwin_util.c, the following warnings appear: openbsd-compat/bsd-cygwin_util.c: In function `binary_open': openbsd-compat/bsd-cygwin_util.c:67: warning: implicit declaration of function `open' openbsd-compat/bsd-cygwin_util.c: In function `binary_pipe': openbsd-compat/bsd-cygwin_util.c:73:
2009 Mar 12
0
compile error: implicit declaration of function drv_dbg
hello, I try to open the debug to compile dahdi with wcb4xxp, =================base.c============================================ #ifdef DEBUG_LOWLEVEL_REGS if (unlikely(DBG_REGS)) drv_dbg(b4->dev, "read 0x%02x from 0x%p\n", ret, b4->addr + reg); #endif if (unlikely(pedanticpci)) { udelay(3); } ================================================================
2020 May 05
0
[vhost:vhost 8/22] drivers/virtio/virtio_mem.c:1375:20: error: implicit declaration of function 'kzalloc'; did you mean 'vzalloc'?
On 05.05.20 16:15, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost > head: da1742791d8c0c0a8e5471f181549c4726a5c5f9 > commit: 7527631e900d464ed2d533f799cb0da2b29cc6f0 [8/22] virtio-mem: Paravirtualized memory hotplug > config: x86_64-randconfig-b002-20200505 (attached as .config) > compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
2020 May 05
0
[vhost:vhost 8/22] drivers/virtio/virtio_mem.c:1375:20: error: implicit declaration of function 'kzalloc'; did you mean 'vzalloc'?
On 05.05.20 17:44, Michael S. Tsirkin wrote: > On Tue, May 05, 2020 at 04:50:13PM +0200, David Hildenbrand wrote: >> On 05.05.20 16:15, kbuild test robot wrote: >>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost >>> head: da1742791d8c0c0a8e5471f181549c4726a5c5f9 >>> commit: 7527631e900d464ed2d533f799cb0da2b29cc6f0 [8/22]
2020 May 05
0
[vhost:vhost 8/22] drivers/virtio/virtio_mem.c:1375:20: error: implicit declaration of function 'kzalloc'; did you mean 'vzalloc'?
On 05.05.20 18:20, Michael S. Tsirkin wrote: > On Tue, May 05, 2020 at 05:46:44PM +0200, David Hildenbrand wrote: >> On 05.05.20 17:44, Michael S. Tsirkin wrote: >>> On Tue, May 05, 2020 at 04:50:13PM +0200, David Hildenbrand wrote: >>>> On 05.05.20 16:15, kbuild test robot wrote: >>>>> tree:
2005 Jul 26
1
What does pbx-wilcalu.so do and why does it keep crashing my * box?
I downloaded the latest CVS a few days ago. It all compiled nicely on my new AAH platform. However, it won't start up. Investigation of my log files produces this; Jul 26 22:59:18 VERBOSE[31473] logger.c: [pbx_wilcalu.so] Jul 26 22:59:18 VERBOSE[31473] logger.c: [pbx_wilcalu.so] Jul 26 22:59:18 WARNING[31473] loader.c: /usr/lib/asterisk/modules/pbx_wilcalu.so: undefined symbol:
2006 Jun 11
1
asterisk-1.2.9.1
hi ! i have installed asterisk-1.2.9.1 but am unable to run it i am getting this error "[pbx_wilcalu.so]Jun 11 16:43:00 WARNING[8968]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/pbx_wilcalu.so: undefined symbol: ast_pthread_create Jun 11 16:43:00 WARNING[8968]: loader.c:554 load_modules: Loading module pbx_wilcalu.so failed!" can anyone help me i have redhat linux
2017 Nov 07
0
[vhost:vhost 1/1] drivers/virtio/virtio_balloon.c:164:3: error: implicit declaration of function 'balloon_page_push'
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost head: 823b45b4f154384941d57e124ed726847e293b36 commit: 823b45b4f154384941d57e124ed726847e293b36 [1/1] virtio_balloon: fix deadlock on OOM config: i386-randconfig-x001-201745 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout 823b45b4f154384941d57e124ed726847e293b36