RE: [reSIProcate] Commit 4015 compile errors
I am getting unresolved externals and have done the following to alleviate a
few (from rev 4032):
Added ExtensionHeader.cxx & .hxx, ExtensionParamater.cxx &.hxx to
resiprocate_7_1.vcproj.
The last unresolved external is coming from UnknownParameter which is being
used in ParserCategory::param. Looks like UnknownParameter.cxx does not
exist in the repository, so I can't get it to link.
I could have merged the latest resip files into my own solution file
incorrectly, could someone else verify that the build is not working for
VStudio 7.1?
Your help is much appreciated.
Thanks,
-Justin
-----Original Message-----
From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of
Christian_Gavin@xxxxxxxxxxxx
Sent: Tuesday, March 22, 2005 2:37 PM
To: david Butcher
Cc: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [reSIProcate] Commit 4015 compile errors
Yes, UnknownParameter.cxx, UnknownHeaderType.cxx and Dialog.cxx should be
removed from the resiprocate project file for Windows.
Once this is done the thing compiles ok.
CG
david Butcher
<david@purplecomm
.com> . To
Christian_Gavin@xxxxxxxxxxxx
03/22/2005 10:33 cc
AM resiprocate-devel@xxxxxxxxxxxxxxxxx
rg
Subject
Re: [reSIProcate] Commit 4015
compile errors
Uhm... fixed for linux.
UnknownParameterType.cxx should be removed from the make equivalent.
UnknownHeaderType.cxx should be removed from the make equivalent.
david
Quoting Christian_Gavin@xxxxxxxxxxxx:
> Hi,
>
> Trying to compile from revision 4015 on Windows with VStudio .NET 2003
> (7.1), I am getting this when compiling resiprocate:
>
> UnknownParameterType.cxx(13) : error C2039: 'UnknownParameterType' : is
not
> a member of 'resip::ExtensionParameter'
>
>
E:\Work\Guinness\NewSource\Library\reSIProcate\latestSubversion\main\sip\res
iprocate\ExtensionParameter.hxx(10)
> : see declaration of 'resip::ExtensionParameter'
> UnknownParameterType.cxx(13) : error C2226: syntax error : unexpected
type
> 'resip::Data'
> UnknownParameterType.cxx(14) : error C2065: 'name' : undeclared
identifier
> UnknownParameterType.cxx(15) : error C2448: 'mName' : function-style
> initializer appears to be a function definition
> UnknownParameter.cxx
> UnknownHeaderType.cxx
> UnknownHeaderType.cxx(17) : error C2039: 'UnknownHeaderType' : is not a
> member of 'resip::ExtensionHeader'
>
>
e:\Work\Guinness\NewSource\Library\reSIProcate\latestSubversion\main\sip\res
iprocate\ExtensionHeader.hxx(10)
> : see declaration of 'resip::ExtensionHeader'
> UnknownHeaderType.cxx(17) : error C2062: type 'const char' unexpected
> UnknownHeaderType.cxx(18) : error C2143: syntax error : missing ';'
before
> '{'
> UnknownHeaderType.cxx(18) : error C2447: '{' : missing function header
> (old-style formal list?)
> UnknownHeaderType.cxx(32) : error C2039: 'UnknownHeaderType' : is not a
> member of 'resip::ExtensionHeader'
>
>
e:\Work\Guinness\NewSource\Library\reSIProcate\latestSubversion\main\sip\res
iprocate\ExtensionHeader.hxx(10)
> : see declaration of 'resip::ExtensionHeader'
> UnknownHeaderType.cxx(32) : error C2226: syntax error : unexpected type
> 'resip::Data'
> UnknownHeaderType.cxx(33) : error C2143: syntax error : missing ';'
before
> '{'
> UnknownHeaderType.cxx(33) : error C2447: '{' : missing function header
> (old-style formal list?)
>
> Also, I am getting this:
>
> c1xx : fatal error C1083: Cannot open source file: '.\Dialog.cxx': No
such
> file or directory
>
> Isn't dialog.cxx obsolete?
>
> Thanks!
> CG
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
>
_______________________________________________
resiprocate-devel mailing list
resiprocate-devel@xxxxxxxxxxxxxxxxxxx
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel