<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<P class=MsoNormal style="BACKGROUND: white; MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN style="FONT-SIZE: 10pt; COLOR: #444444; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI'">Thanks Rich for the update info and the explanation, much appreciate.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P>
<P class=MsoNormal style="BACKGROUND: white; MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN style="FONT-SIZE: 10pt; COLOR: #444444; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI'">I could live without the conferencing feature (tmdcard) unitil a patch for dahdi is available and also I am not using any PSNT card since I will tie it to an Voip provider.<o:p></o:p></SPAN></P>
<P class=MsoNormal style="BACKGROUND: white; MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN style="FONT-SIZE: 10pt; COLOR: #444444; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI'">Thanks again, and I look forward to that updated port.<o:p></o:p></SPAN></P>
<P class=MsoNormal style="BACKGROUND: white; MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN style="FONT-SIZE: 10pt; COLOR: #444444; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI'"> <o:p></o:p></SPAN></P>
<P class=MsoNormal style="BACKGROUND: white; MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN style="FONT-SIZE: 10pt; COLOR: #444444; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI'">Jose T <o:p></o:p></SPAN></P>
<BR><BR><BR>> From: r.neese@gmail.com<BR>> To: asterisk-bsd@lists.digium.com<BR>> Date: Mon, 17 Nov 2008 12:34:59 -0500<BR>> Subject: Re: [Asterisk-bsd] Error compiling Addons-1.6.0<BR>> <BR>> On Monday 17 November 2008 10:38:33 am Jose Tomas Perez wrote:<BR>> > Anyone knows how fix this error? still getting same error.<BR>> > Here is a bit more information about my enviroment plus the error.<BR>> > -------------------------------------------------------------<BR>> > Mysql Packages installed, on BSD7.0<BR>> > mysql++-mysql50-2.1.1 Complex C++ API for MySQL50mysql-client-5.0.45_1<BR>> > Multithreaded SQL database<BR>> > (client)mysql-connector-odbc-unixodbc-mysql50-3.51.12_1 ODBC driver for<BR>> > MySQL50 / unixodmysql-server-5.0.45_1 Multithreaded SQL database<BR>> > (server)mysqlcc-0.9.4_1 A platform-independent GUI administration<BR>> > client for the My<BR>> > -------------------------------------------------------------<BR>> > siprx# gmakeCC="gcc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" gmake -C<BR>> > menuselect CONFIGURE_SILENT="--silent" makeoptsgmake[1]: Entering directory<BR>> > `/usr/src/asterisk-addons-1.6.0/menuselect'gmake[1]: `makeopts' is up to<BR>> > date.gmake[1]: Leaving directory<BR>> > `/usr/src/asterisk-addons-1.6.0/menuselect'gmake[1]: Entering directory<BR>> > `/usr/src/asterisk-addons-1.6.0/channels'gmake[1]: Nothing to be done for<BR>> > `all'.gmake[1]: Leaving directory<BR>> > `/usr/src/asterisk-addons-1.6.0/channels'gmake[1]: Entering directory<BR>> > `/usr/src/asterisk-addons-1.6.0/apps' [CC] app_addon_sql_mysql.c -><BR>> > app_addon_sql_mysql.oapp_addon_sql_mysql.c:19:22: error: asterisk.h: No<BR>> > such file or directoryapp_addon_sql_mysql.c:29:25: error: mysql/mysql.h: No<BR>> > such file or directoryapp_addon_sql_mysql.c:31:27: error: asterisk/file.h:<BR>> > No such file or directoryapp_addon_sql_mysql.c:32:29: error:<BR>> > asterisk/logger.h: No such file or directoryapp_addon_sql_mysql.c:33:30:<BR>> > error: asterisk/channel.h: No such file or<BR>> > directoryapp_addon_sql_mysql.c:34:26: error: asterisk/pbx.h: No such file<BR>> > or directoryapp_addon_sql_mysql.c:35:29: error: asterisk/module.h: No such<BR>> > file or directoryapp_addon_sql_mysql.c:36:34: error:<BR>> > asterisk/linkedlists.h: No such file or<BR>> > directoryapp_addon_sql_mysql.c:37:31: error: asterisk/chanvars.h: No such<BR>> > file or directoryapp_addon_sql_mysql.c:38:27: error: asterisk/lock.h: No<BR>> > such file or directoryapp_addon_sql_mysql.c:39:30: error:<BR>> > asterisk/options.h: No such file or directoryapp_addon_sql_mysql.c:40:26:<BR>> > error: asterisk/app.h: No such file or directoryapp_addon_sql_mysql.c:86:<BR>> > warning: data definition has no type or storage<BR>> > classapp_addon_sql_mysql.c:86: warning: parameter names (without types) in<BR>> > function declarationapp_addon_sql_mysql.c:97: error: expected<BR>> > specifier-qualifier-list before 'AST_LIST_ENTRY'app_addon_sql_mysql.c: In<BR>> > function 'AST_LIST_HEAD':app_addon_sql_mysql.c:100: error: expected<BR>> > declaration specifiers before '_mysql_ids_head'app_addon_sql_mysql.c:104:<BR>> > error: expected '=', ',', ';', 'asm' or '__attribute__' before '{'<BR>> > tokenapp_addon_sql_mysql.c:130: error: expected '=', ',', ';', 'asm' or<BR>> > '__attribute__' before '{' tokenapp_addon_sql_mysql.c:154: error: expected<BR>> > '=', ',', ';', 'asm' or '__attribute__' before '{'<BR>> > tokenapp_addon_sql_mysql.c:182: warning: 'struct ast_channel' declared<BR>> > inside parameter listapp_addon_sql_mysql.c:182: warning: its scope is only<BR>> > this definition or declaration, which is probably not what you<BR>> > wantapp_addon_sql_mysql.c:183: error: expected '=', ',', ';', 'asm' or<BR>> > '__attribute__' before '{' tokenapp_addon_sql_mysql.c:193: warning: 'struct<BR>> > ast_channel' declared inside parameter listapp_addon_sql_mysql.c:194:<BR>> > error: expected '=', ',', ';', 'asm' or '__attribute__' before '{'<BR>> > tokenapp_addon_sql_mysql.c:199: error: expected '=', ',', ';', 'asm' or<BR>> > '__attribute__' before '{' tokenapp_addon_sql_mysql.c:211: warning: 'struct<BR>> > ast_channel' declared inside parameter listapp_addon_sql_mysql.c:212:<BR>> > error: expected '=', ',', ';', 'asm' or '__attribute__' before '{'<BR>> > tokenapp_addon_sql_mysql.c:236: warning: 'struct ast_channel' declared<BR>> > inside parameter listapp_addon_sql_mysql.c:237: error: expected '=', ',',<BR>> > ';', 'asm' or '__attribute__' before '{' tokenapp_addon_sql_mysql.c:285:<BR>> > warning: 'struct ast_channel' declared inside parameter<BR>> > listapp_addon_sql_mysql.c:286: error: expected '=', ',', ';', 'asm' or<BR>> > '__attribute__' before '{' tokenapp_addon_sql_mysql.c:326: warning: 'struct<BR>> > ast_channel' declared inside parameter listapp_addon_sql_mysql.c:326:<BR>> > error: expected '=', ',', ';', 'asm' or '__attribute__' before '{'<BR>> > tokenapp_addon_sql_mysql.c:366: warning: 'struct ast_channel' declared<BR>> > inside parameter listapp_addon_sql_mysql.c:366: error: expected '=', ',',<BR>> > ';', 'asm' or '__attribute__' before '{' tokenapp_addon_sql_mysql.c:415:<BR>> > warning: 'struct ast_channel' declared inside parameter<BR>> > listapp_addon_sql_mysql.c:416: error: expected '=', ',', ';', 'asm' or<BR>> > '__attribute__' before '{' tokenapp_addon_sql_mysql.c:432: warning: 'struct<BR>> > ast_channel' declared inside parameter listapp_addon_sql_mysql.c:433:<BR>> > error: expected '=', ',', ';', 'asm' or '__attribute__' before '{'<BR>> > tokenapp_addon_sql_mysql.c:449: warning: 'struct ast_channel' declared<BR>> > inside parameter listapp_addon_sql_mysql.c:450: error: expected '=', ',',<BR>> > ';', 'asm' or '__attribute__' before '{' tokenapp_addon_sql_mysql.c:492:<BR>> > error: expected '=', ',', ';', 'asm' or '__attribute__' before '{'<BR>> > tokenapp_addon_sql_mysql.c:497: error: expected '=', ',', ';', 'asm' or<BR>> > '__attribute__' before '{' tokenapp_addon_sql_mysql.c:503: error: expected<BR>> > declaration specifiers before<BR>> > 'AST_MODULE_INFO_STANDARD'app_addon_sql_mysql.c:503: error: expected '{' at<BR>> > end of inputgmake[1]: *** [app_addon_sql_mysql.o] Error 1gmake[1]: Leaving<BR>> > directory `/usr/src/asterisk-addons-1.6.0/apps'gmake: *** [apps] Error 2<BR>> > Thanks, any help will be much appriciate.<BR>> ><BR>> > Jose T<BR>> ><BR>> ><BR>> ><BR>> > From: jose_tomas_perez@hotmail.comTo: asterisk-bsd@lists.digium.comDate:<BR>> > Fri, 31 Oct 2008 15:16:45 +0000Subject: Re: [Asterisk-bsd] Error compiling<BR>> > Addons-1.6.0<BR>> ><BR>> > hey no problem and thanks. JT> From: r.neese@gmail.com> To:<BR>> > asterisk-bsd@lists.digium.com> Date: Fri, 31 Oct 2008 10:33:26 -0400><BR>> > Subject: Re: [Asterisk-bsd] Error compiling Addons-1.6.0> > On Friday 31<BR>> > October 2008 10:26:47 am Jose Tomas Perez wrote:> > Richard, thanks for the<BR>> > info.> >> > I got it from source/tar, Asteisk web site and I am trying to<BR>> > compile> > asterisk-addons-1.6.0. Asterisk 1.6.1 compiled prefectly on<BR>> > BSD7.0.> >> > Please let me know as soon as ports are ready or a work<BR>> > around for this or> > if you want me to send you all my error logs for you<BR>> > to have.> >> > Thanks in advance> >> > JT> >> > > From: r.neese@gmail.com><BR>> > To: asterisk-bsd@lists.digium.com> Date: Fri, 31> > > Oct 2008 09:34:57<BR>> > -0400> Subject: Re: [Asterisk-bsd] Error compiling> > > Addons-1.6.0> > On<BR>> > Thursday 30 October 2008 11:25:50 am Jose Tomas Perez> > > wrote:> > Hello><BR>> > >> > I would like to know if anyone has a solution for> > > this error when<BR>> > compiling> > (gmake) asterisk-addons-1.6.0 on FreeBSD7.0-> > ><BR>> > Mysql50-server, client. Lots> > of blogs talks about adding> > ><BR>> > build-essential to the system but I can find it> > on FreeBSD ports.> > ><BR>> > Build-essential is for LINUX; Does anyone know the list> > of pkgs> > ><BR>> > equivalent for BSD?> >> > Any help will be much appriciated.> >> > Thanks><BR>> > > > in Advance,> > JT> >> > asterisk# gmake> > CC="gcc" CXX="g++" LD=""<BR>> > AR=""> > > RANLIB="" CFLAGS="" gmake -C menuselect> ><BR>> > CONFIGURE_SILENT="--silent"> > > makeoptsgmake[1]: Entering directory> >> ><BR>> > > `/usr/src/asterisk-addons-1.6.0/menuselect'gmake[1]: `makeopts' is up<BR>> > to>> > > > date.gmake[1]: Leaving directory> >> > ><BR>> > `/usr/src/asterisk-addons-1.6.0/menuselect'gmake[1]: Entering directory>> ><BR>> > > > `/usr/src/asterisk-addons-1.6.0/channels'gmake[1]: Nothing to be done><BR>> > > > for> > `all'.gmake[1]: Leaving directory> >> > ><BR>> > `/usr/src/asterisk-addons-1.6.0/channels'gmake[1]: Entering directory> >> ><BR>> > > `/usr/src/asterisk-addons-1.6.0/apps' [CC] app_addon_sql_mysql.c ->> >> ><BR>> > > app_addon_sql_mysql.oapp_addon_sql_mysql.c:19:22: error: asterisk.h: No>><BR>> > > > > such file or directoryapp_addon_sql_mysql.c:29:25: error:> > ><BR>> > mysql/mysql.h: No> > such file or directoryapp_addon_sql_mysql.c:31:27:> ><BR>> > > error: asterisk/file.h:> > No such file or> > ><BR>> > directoryapp_addon_sql_mysql.c:32:29: error:> > asterisk/logger.h: No> > ><BR>> > such file or directoryapp_addon_sql_mysql.c:33:30:> > error:> > ><BR>> > asterisk/channel.h: No such file or director> >> > I checked the files> > ><BR>> > and they are in there> > /usr/src/asterisk-addons-1.6.0/apps.> >> >> >>> ><BR>> > > >> >> >> >> > ><BR>> > _________________________________________________________________> > Stay><BR>> > > > organized with simple drag and drop from Windows Live Hotmail.> >> > ><BR>> > http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_102008>> ><BR>> > > > > where did you get the 1.6 ports as 1.6 is not yet ported. I have<BR>> > been> > > working > on ports . it con=mpiles on 6.4 no issue I have not<BR>> > tested 1.6> > > on 7.0 yet and > we dont have dahdi on bsd yet...> >> > ><BR>> > _______________________________________________> --Bandwidth and> > ><BR>> > Colocation Provided by http://www.api-digital.com--> > Asterisk-BSD> > ><BR>> > mailing list> To UNSUBSCRIBE or update options visit:>> > ><BR>> > http://lists.digium.com/mailman/listinfo/asterisk-bsd> >> ><BR>> > _________________________________________________________________> > Want<BR>> > to read Hotmail messages in Outlook? The Wordsmiths show you how.> ><BR>> > http://windowslive.com/connect/post/wedowindowslive.spaces.live.com-Blog-cn<BR>> >> >s!20EE04FBC541789!167.entry?ocid=TXT_TAGLM_WL_hotmail_0> > > > give us<BR>> > time to port and patch .. there are some thigs that still need ><BR>> > fixiing,... I am wotking on it today> ><BR>> > _______________________________________________> --Bandwidth and Colocation<BR>> > Provided by http://www.api-digital.com--> > Asterisk-BSD mailing list> To<BR>> > UNSUBSCRIBE or update options visit:><BR>> > http://lists.digium.com/mailman/listinfo/asterisk-bsd<BR>> ><BR>> ><BR>> ><BR>> > When your life is on the go—take your life with you. Try Windows Mobile®<BR>> > today _________________________________________________________________<BR>> > Get 5 GB of storage with Windows Live Hotmail.<BR>> > http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_5gb_11<BR>> >2008<BR>> <BR>> 1.6.0 will have issues on bsd as there is no dahdi yet ported.<BR>> <BR>> there is aport in the works for 1.6.0 but with out dahdi for timing and card <BR>> drivers you will not be able to use tdmcard of conferencing....<BR>> <BR>> <BR>> _______________________________________________<BR>> --Bandwidth and Colocation Provided by http://www.api-digital.com--<BR>> <BR>> Asterisk-BSD mailing list<BR>> To UNSUBSCRIBE or update options visit:<BR>> http://lists.digium.com/mailman/listinfo/asterisk-bsd<BR><br /><hr />Windows Live Hotmail now works up to 70% faster. <a href='http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_faster_112008' target='_new'>Sign up today.</a></body>
</html>