<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I have all of them but expat-devel. Where I can 
download expat-devel?</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=gunnar@element.is href="mailto:gunnar@element.is">Gunnar Þ. 
  Gestsson</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=asterisk-users@lists.digium.com 
  href="mailto:asterisk-users@lists.digium.com">Asterisk Users Mailing List - 
  Non-Commercial Discussion</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, November 03, 2004 12:13 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [Asterisk-Users] H323 
  Compilation</DIV>
  <DIV><BR></DIV>
  <DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
  class=575130810-03112004>Hello.</SPAN></FONT></DIV>
  <DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
  class=575130810-03112004></SPAN></FONT>&nbsp;</DIV>
  <DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
  class=575130810-03112004>I just finished compiling OpenH323.&nbsp; I found 
  that I needed at lease the following packages:</SPAN></FONT></DIV>
  <DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
  class=575130810-03112004></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>bison</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>expat-devel</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>flex</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>gcc-c++</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT><FONT face=Arial 
  color=#0000ff size=2></FONT><FONT face=Arial color=#0000ff 
  size=2></FONT>&nbsp;</DIV>
  <DIV><SPAN class=575130810-03112004><FONT face=Arial color=#0000ff size=2>In 
  my Fedora Core 2 I user up2date to get these packaes and 
  dependencies.</FONT></SPAN></DIV>
  <DIV><SPAN class=575130810-03112004><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=575130810-03112004><FONT face=Arial color=#0000ff 
  size=2>Regards, </FONT></SPAN></DIV>
  <DIV><SPAN class=575130810-03112004><FONT face=Arial color=#0000ff 
  size=2>Gunnar Gestsson</FONT></SPAN></DIV>
  <DIV><BR></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> <A 
  href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</A> 
  [mailto:asterisk-users-bounces@lists.digium.com] <B>On Behalf Of </B>Pavel 
  Siderov<BR><B>Sent:</B> 3. nóvember 2004 09:43<BR><B>To:</B> 
  asterisk-users@lists.digium.com<BR><B>Subject:</B> [Asterisk-Users] H323 
  Compilation<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV><FONT face=Arial size=2>Hi, </FONT></DIV>
  <DIV><FONT face=Arial size=2>I'm using Asterisk 1.0.2. I've downloaded and 
  compiled pwlib 1.5.2&nbsp;and openh323 1.12.2, but when I </FONT></DIV>
  <DIV><FONT face=Arial size=2>try ti compile h323 module I get these errors: 
  </FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>cc1plus: warning: "-Wno-missing-declarations" is 
  valid for C/ObjC but not for<BR>&nbsp;&nbsp; C++<BR>ast_h323.cpp: In member 
  function `void<BR>&nbsp;&nbsp; MyH323Connection::SendUserInputTone(char, 
  unsigned int)':<BR>ast_h323.cpp:725: error: invalid conversion from `char' to 
  `const char*'<BR>ast_h323.cpp: In member function `virtual 
  void<BR>&nbsp;&nbsp; MyH323Connection::OnUserInputTone(char, unsigned int, 
  unsigned int, unsigned<BR>&nbsp;&nbsp; int)':<BR>ast_h323.cpp:735: error: 
  invalid conversion from `char' to `const char*'<BR>ast_h323.cpp: In member 
  function `virtual void<BR>&nbsp;&nbsp; 
  MyH323Connection::OnUserInputString(const PString&amp;)':<BR>ast_h323.cpp:746: 
  error: invalid conversion from `char' to `const 
  char*'<BR>/usr/include/c++/3.3.4/istream: At top level:<BR>chan_h323.h:31: 
  warning: `sockaddr_in bindaddr' defined but not used<BR>make: *** [ast_h323.o] 
  Error 1<BR></FONT></DIV>
  <DIV><FONT face=Arial size=2>I've exported PWLIBDIR and 
  OPENH323DIR</FONT></DIV>
  <DIV><FONT face=Arial size=2>Anyone has any idea what may be the 
  problem?</FONT></DIV>
  <DIV><FONT face=Arial size=2>Thanks in advance :)</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>P.S. OS Slackware current</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Pavel</DIV></FONT>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Asterisk-Users 
  mailing 
  list<BR>Asterisk-Users@lists.digium.com<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR>To 
  UNSUBSCRIBE or update options visit:<BR>&nbsp;&nbsp; 
  http://lists.digium.com/mailman/listinfo/asterisk-users</BLOCKQUOTE></BODY></HTML>