[reSIProcate] [resiprocate] New headers and parameters from RFC 3455 and UUI drafts (#6)
Dario Bozzali
Dario.Bozzali at ifmgroup.it
Tue Sep 23 11:08:00 CDT 2014
Hi Daniel,
Below I reported the output obtained using Visual Studio 2005 to build master.
Dario.
1>DayOfWeekHash.cxx
1>dayofweek.gperf(5) : error C2146: syntax error : missing ';' before identifier 'type'
1>dayofweek.gperf(5) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>dayofweek.gperf(5) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>dayofweek.gperf(13) : error C2065: 'Sat' : undeclared identifier
1>dayofweek.gperf(13) : error C2078: too many initializers
1>dayofweek.gperf(8) : error C2065: 'Mon' : undeclared identifier
1>dayofweek.gperf(7) : error C2065: 'Sun' : undeclared identifier
1>dayofweek.gperf(10) : error C2065: 'Wed' : undeclared identifier
1>dayofweek.gperf(11) : error C2065: 'Thu' : undeclared identifier
1>dayofweek.gperf(12) : error C2065: 'Fri' : undeclared identifier
1>dayofweek.gperf(9) : error C2065: 'Tue' : undeclared identifier
1>dayofweek.gperf(20) : error C3861: 'strncmp': identifier not found
1>MonthHash.cxx
1>month.gperf(5) : error C2146: syntax error : missing ';' before identifier 'type'
1>month.gperf(5) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>month.gperf(5) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>month.gperf(12) : error C2065: 'Jun' : undeclared identifier
1>month.gperf(12) : error C2078: too many initializers
1>month.gperf(13) : error C2065: 'Jul' : undeclared identifier
1>month.gperf(7) : error C2065: 'Jan' : undeclared identifier
1>month.gperf(11) : error C2065: 'May' : undeclared identifier
1>month.gperf(8) : error C2065: 'Feb' : undeclared identifier
1>month.gperf(9) : error C2065: 'Mar' : undeclared identifier
1>month.gperf(10) : error C2065: 'Apr' : undeclared identifier
1>month.gperf(18) : error C2065: 'Dec' : undeclared identifier
1>month.gperf(14) : error C2065: 'Aug' : undeclared identifier
1>month.gperf(15) : error C2065: 'Sep' : undeclared identifier
1>month.gperf(16) : error C2065: 'Oct' : undeclared identifier
1>month.gperf(17) : error C2065: 'Nov' : undeclared identifier
1>month.gperf(28) : error C3861: 'strncmp': identifier not found
-----Original Message-----
From: Daniel Pocock [mailto:daniel at pocock.pro]
Sent: martedì 23 settembre 2014 17.48
To: Dario Bozzali
Cc: resiprocate-devel at resiprocate.org
Subject: Re: [resiprocate] New headers and parameters from RFC 3455 and UUI drafts (#6)
On 23/09/14 17:42, Dario Bozzali wrote:
> Hi Daniel,
> I solved the compiling issue changing Visual Studio project settings to exclude DayOfWeekHash.cxx and MonthHash.cxx from build. I commit this change for every VS version.
> Now I will take a look at conflict issue.
That sounds odd. If you checkout the master branch, without any of your changes, does it build with those files included?
If it doesn't build on master, can you tell me what error it gives?
More information about the resiprocate-devel
mailing list