I did not intend to mix old with new. I ran "make clean". ----- Original Message ----- From: "Roger Schreiter" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <[EMAIL PROTECTED]> Sent: Saturday, November 20, 2004 6:46 PM Subject: Re: [Asterisk-Users] ANY DEVELOPERS HERE? "warning:implicit declaration of function `__use_ast_pthread_create_instead__"
Jay Brussels schrieb: > ... > When trying to upgrade to 1.0.2, I get several compile warnings such as: > chan_zap.c:3515: warning: implicit declaration of function > `__use_ast_pthread_create_instead__' Hi, I assume you mixed some parts of an older asterisk version with the new asterisk kernel. Did you recompile every module which should be loaded into the asterisk kernel? Maybe search for pthread_create in older source files and replace by ast_pthread_create! Check, whether the arguments remained the same ones and fix if necessary! Roger. _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
