Christian
2008-Dec-16 19:14 UTC
[asterisk-users] Installing Asterisk v1.6 on Ubuntu Intrepid?
Hi all, I am trying to isntall the v1.6 version of Asterisk on my Intrepid system, but I get an error after I have typed make: [CC] manager.c -> manager.o manager.c: In function ?action_getvar?: manager.c:1732: error: ?SENTINEL? undeclared (first use in this function) manager.c:1732: error: (Each undeclared identifier is reported only once manager.c:1732: error: for each function it appears in.) make[1]: *** [manager.o] Error 1 make: *** [main] Error 2 Any thoughts? Best regards and thanks, Christian
Tilghman Lesher
2008-Dec-16 19:38 UTC
[asterisk-users] Installing Asterisk v1.6 on Ubuntu Intrepid?
On Tuesday 16 December 2008 13:14:06 Christian wrote:> Hi all, > I am trying to isntall the v1.6 version of Asterisk on my Intrepid > system, but I get an error after I have typed make: > [CC] manager.c -> manager.o > manager.c: In function ?action_getvar?: > manager.c:1732: error: ?SENTINEL? undeclared (first use in this function) > manager.c:1732: error: (Each undeclared identifier is reported only once > manager.c:1732: error: for each function it appears in.) > make[1]: *** [manager.o] Error 1 > make: *** [main] Error 2In neither the 1.6.0 branch nor the 1.6.1 branch is SENTINEL used within main/manager. So you're clearly using a third party patch. You need to contact the person from whom you obtained that patch and ask this question. -- Tilghman
Michiel van Baak
2008-Dec-16 19:40 UTC
[asterisk-users] Installing Asterisk v1.6 on Ubuntu Intrepid?
On 20:14, Tue 16 Dec 08, Christian wrote:> Hi all, > I am trying to isntall the v1.6 version of Asterisk on my Intrepid > system, but I get an error after I have typed make: > [CC] manager.c -> manager.o > manager.c: In function ?action_getvar?: > manager.c:1732: error: ?SENTINEL? undeclared (first use in this function) > manager.c:1732: error: (Each undeclared identifier is reported only once > manager.c:1732: error: for each function it appears in.) > make[1]: *** [manager.o] Error 1 > make: *** [main] Error 2 >Hi, What version of asterisk 1.6 is this ? This error (my fault) has been fixed in svn shortly after it appeared and the -rc version that's listed as download on http://www.asterisk.org dont have this problem anymore. If you did an svn checkout please run 'svn up' and if you downloaded a .tar.gz please download the -rc listed on http://www.asterisk.org and you should be fine. Sorry for the trouble. -- Michiel van Baak michiel at vanbaak.eu http://michiel.vanbaak.eu GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x71C946BD "Why is it drug addicts and computer aficionados are both called users?"
Dave Fullerton
2008-Dec-16 19:44 UTC
[asterisk-users] Installing Asterisk v1.6 on Ubuntu Intrepid?
Christian wrote:> Hi all, > I am trying to isntall the v1.6 version of Asterisk on my Intrepid > system, but I get an error after I have typed make: > [CC] manager.c -> manager.o > manager.c: In function ?action_getvar?: > manager.c:1732: error: ?SENTINEL? undeclared (first use in this function) > manager.c:1732: error: (Each undeclared identifier is reported only once > manager.c:1732: error: for each function it appears in.) > make[1]: *** [manager.o] Error 1 > make: *** [main] Error 2 >Are you by chance using 1.6.0.2? Try grabbing 1.6.0.3-rc1 or 1.6.0.1 instead. -Dave
Jim Dickenson
2008-Dec-16 20:00 UTC
[asterisk-users] Installing Asterisk v1.6 on Ubuntu Intrepid?
There was a problem introduced in 1.6.0.2, as I recall, that is fixed in the current release candidate for 1.6.0.3. -- Jim Dickenson mailto:dickenson at cfmc.com CfMC http://www.cfmc.com/> From: Christian <christian08 at runbox.com> > Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion > <asterisk-users at lists.digium.com> > Date: Tue, 16 Dec 2008 20:14:06 +0100 > To: <asterisk-users at lists.digium.com> > Subject: [asterisk-users] Installing Asterisk v1.6 on Ubuntu Intrepid? > > Hi all, > I am trying to isntall the v1.6 version of Asterisk on my Intrepid > system, but I get an error after I have typed make: > [CC] manager.c -> manager.o > manager.c: In function ?action_getvar?: > manager.c:1732: error: ?SENTINEL? undeclared (first use in this function) > manager.c:1732: error: (Each undeclared identifier is reported only once > manager.c:1732: error: for each function it appears in.) > make[1]: *** [manager.o] Error 1 > make: *** [main] Error 2 > > Any thoughts? > Best regards and thanks, > Christian > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Christian
2008-Dec-16 21:35 UTC
[asterisk-users] Installing Asterisk v1.6 on Ubuntu Intrepid?
Hello all, Many thanks for all your tips, will give that a try. I downloaded it from downloads.digium.com/pub/asterisk and the asterisk-1.6-current.tar.gz file. Best regards and thanks, Christian On 2008-12-16 at 12:00 Jim Dickenson wrote:>There was a problem introduced in 1.6.0.2, as I recall, that is fixed in >the >current release candidate for 1.6.0.3. >-- >Jim Dickenson >mailto:dickenson at cfmc.com > >CfMC >http://www.cfmc.com/ > > > >> From: Christian <christian08 at runbox.com> >> Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion >> <asterisk-users at lists.digium.com> >> Date: Tue, 16 Dec 2008 20:14:06 +0100 >> To: <asterisk-users at lists.digium.com> >> Subject: [asterisk-users] Installing Asterisk v1.6 on Ubuntu Intrepid? >> >> Hi all, >> I am trying to isntall the v1.6 version of Asterisk on my Intrepid >> system, but I get an error after I have typed make: >> [CC] manager.c -> manager.o >> manager.c: In function ?action_getvar?: >> manager.c:1732: error: ?SENTINEL? undeclared (first use in this function) >> manager.c:1732: error: (Each undeclared identifier is reported only once >> manager.c:1732: error: for each function it appears in.) >> make[1]: *** [manager.o] Error 1 >> make: *** [main] Error 2 >> >> Any thoughts? >> Best regards and thanks, >> Christian >> >> _______________________________________________ >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users > > > >_______________________________________________ >-- Bandwidth and Colocation Provided by http://www.api-digital.com -- > >asterisk-users mailing list >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users