|
List Info
Thread: Re: Compiling OpenPhone
|
|
| Re: Compiling OpenPhone |
  Australia |
2007-09-11 19:17:51 |
|
Make sure you have built PWLib with the XML option enabled, that
means getting the Expat library and making sure “configure̶1; finds
it. A copy of expat can be found in the wxWidgets tree, and there is a
.dsp file there to build it.
Robert Jongbloed
OPAL/OpenH323 Architect and Co-founder.
From: openh323-devel-bounces lists.sourceforge.net
[mailto:openh323-devel-bounces lists.sourceforge.net] On Behalf Of Hugo
Pereira
Sent: Wednesday, 12 September 2007 9:57 AM
To: Discussion on enhancements and development issues with the OpenH323
library
Subject: Re: [Openh323-devel] Compiling OpenPhone
Greetings,
I have followe the directions in the ReadMe.txt. But i am having the following
linking errors (I installed wxWidgets-2.8.3 and i am using the latest
OPAL files from CVS, using Visual Studio 2005):
1>------ Build started: Project: OpenPhone, Configuration: Debug Win32
------
1>Checking for wxWidgets
1>Linking...
1>resource.obj : error LNK2019: unresolved external symbol "public:
static void __cdecl wxMemoryFSHandlerBase::AddFileWithMimeType(class wxString
const &,void const *,unsigned int,class wxString const &)"
(?AddFileWithMimeType wxMemoryFSHandlerBase SAXABVwxString PBXI0 Z)
referenced in function "public: static void __cdecl
wxMemoryFSHandler::AddFileWithMimeType(class wxString const &,void const
*,unsigned int,class wxString const &)"
(?AddFileWithMimeType wxMemoryFSHandler SAXABVwxString PBXI0 Z)
1>wxbase28d_xml.lib(xml.obj) : error LNK2019: unresolved external symbol
_XML_ParserFree referenced in function "public: virtual bool __thiscall wxXmlDocument::Load(class
wxInputStream &,class wxString const &,int)"
(?Load wxXmlDocument UAE_NAAVwxInputStream ABVwxString H Z)
1>wxbase28d_xml.lib(xml.obj) : error LNK2019: unresolved external symbol
_XML_GetCurrentLineNumber referenced in function "public: virtual bool
__thiscall wxXmlDocument::Load(class wxInputStream &,class wxString const
&,int)" (?Load wxXmlDocument UAE_NAAVwxInputStream ABVwxString
H Z)
1>wxbase28d_xml.lib(xml.obj) : error LNK2019: unresolved external symbol
_XML_ErrorString referenced in function "public: virtual bool __thiscall
wxXmlDocument::Load(class wxInputStream &,class wxString const
&,int)" (?Load wxXmlDocument UAE_NAAVwxInputStream ABVwxString
H Z)
1>wxbase28d_xml.lib(xml.obj) : error LNK2019: unresolved external symbol
_XML_GetErrorCode referenced in function "public: virtual bool __thiscall
wxXmlDocument::Load(class wxInputStream &,class wxString const
&,int)" (?Load wxXmlDocument UAE_NAAVwxInputStream ABVwxString
H Z)
1>wxbase28d_xml.lib(xml.obj) : error LNK2019: unresolved external symbol
_XML_Parse referenced in function "public: virtual bool __thiscall
wxXmlDocument::Load(class wxInputStream &,class wxString const
&,int)" (?Load wxXmlDocument UAE_NAAVwxInputStream ABVwxString
H Z)
1>wxbase28d_xml.lib(xml.obj) : error LNK2019: unresolved external symbol
_XML_SetUnknownEncodingHandler referenced in function "public: virtual
bool __thiscall wxXmlDocument::Load(class wxInputStream &,class wxString
const &,int)" (?Load wxXmlDocument UAE_NAAVwxInputStream ABVwxString
H Z)
1>wxbase28d_xml.lib(xml.obj) : error LNK2019: unresolved external symbol
_XML_SetDefaultHandler referenced in function "public: virtual bool
__thiscall wxXmlDocument::Load(class wxInputStream &,class wxString const
&,int)" (?Load wxXmlDocument UAE_NAAVwxInputStream ABVwxString
H Z)
1>wxbase28d_xml.lib(xml.obj) : error LNK2019: unresolved external symbol
_XML_SetCommentHandler referenced in function "public: virtual bool
__thiscall wxXmlDocument::Load(class wxInputStream &,class wxString const
&,int)" (?Load wxXmlDocument UAE_NAAVwxInputStream ABVwxString
H Z)
1>wxbase28d_xml.lib(xml.obj) : error LNK2019: unresolved external symbol
_XML_SetCdataSectionHandler referenced in function "public: virtual bool
__thiscall wxXmlDocument::Load(class wxInputStream &,class wxString const
&,int)" (?Load wxXmlDocument UAE_NAAVwxInputStream ABVwxString
H Z)
1>wxbase28d_xml.lib(xml.obj) : error LNK2019: unresolved external symbol
_XML_SetCharacterDataHandler referenced in function "public: virtual bool
__thiscall wxXmlDocument::Load(class wxInputStream &,class wxString const
&,int)" (?Load wxXmlDocument UAE_NAAVwxInputStream ABVwxString
H Z)
1>wxbase28d_x | |