You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by jiang lei <ji...@8107.co.jp> on 2003/10/14 02:17:38 UTC

Bug in VC7 project settings?

Hi folks,

I just did a cvs update and VC7 build for xercesc2_3_0 and got 668
unresolved external symbols. Is there anything wrong with the project files?
Or where can I get a working version of 2_3_0?


Thanks for your attention.

Lei



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Bug in VC7 project settings?

Posted by jiang lei <ji...@8107.co.jp>.
Hi Gareth,

VC7 build passed.

Regards

Lei

----- Original Message ----- 
From: "Gareth Reakes" <ga...@decisionsoft.com>
To: <xe...@xml.apache.org>
Sent: Thursday, October 16, 2003 4:34 PM
Subject: Re: Bug in VC7 project settings?


> Hi,
> done. Could you please verify that the checked in copy now works?
> 
> Cheers,
> 
> Gareth
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Bug in VC7 project settings?

Posted by Gareth Reakes <ga...@decisionsoft.com>.
Hi,
	done. Could you please verify that the checked in copy now works?

Cheers,

Gareth



On Wed, 15 Oct 2003, jiang lei wrote:

> Hi Gareth,
> 
> Pls check attachment for the patch file.
> 
> Cheers
> 
> Lei
> 
> ----- Original Message -----
> From: "Gareth Reakes" <ga...@decisionsoft.com>
> To: <xe...@xml.apache.org>
> Sent: Wednesday, October 15, 2003 3:41 PM
> Subject: Re: Bug in VC7 project settings?
> 
> 
> > Hi,
> > could you send in a patch for the file? I will then commit it.
> >
> > CHeers,
> >
> > Gareth
> >
> >
> > On Wed, 15 Oct 2003, jiang lei wrote:
> >
> > > From: "Gareth Reakes" <ga...@decisionsoft.com>
> > > To: <xe...@xml.apache.org>
> > > Sent: Wednesday, October 15, 2003 1:14 AM
> > > Subject: Re: Bug in VC7 project settings?
> > >
> > >
> > > >
> > > >
> > > > Is this the release build or cvs?
> > > >
> > > > Gareth
> > > >
> > > > On Tue, 14 Oct 2003, Sean Kelly wrote:
> > > >
> > > > > On Tue, 14 Oct 2003, jiang lei wrote:
> > > > > >
> > > > > > I just did a cvs update and VC7 build for xercesc2_3_0 and got 668
> > > > > > unresolved external symbols. Is there anything wrong with the
> project
> > > files?
> > > > > > Or where can I get a working version of 2_3_0?
> > > > >
> > > > > Yup.  There are two source files missing from the lib project.  Do a
> > > "find
> > > > > in files" search from within VC7 to track them down and add them...
> I
> > > > > think they may be in the utility directory.  I'd tell you what they
> are
> > > > > but I don't remember.
> > > > >
> > > > > Sean
> > > > >
> > >
> > >
> > > Hi Gareth,
> > >
> > > It was CVS.
> > >
> > > I did as Sean said and the VC7 build passed. Thank you very much, Sean.
> > >
> > > It seems like the following files are missing in VC7 projects:
> > >
> > > Xercesc\src\xercesc\framework\XMLRefInfo.cpp
> > > Xercesc\src\xercesc\framework\XMLAttDefList.cpp
> > > Xercesc\src\xercesc\internal\XSerializeEngine.cpp
> > > Xercesc\src\xercesc\validators\DTD\DTDEntityDecl.cpp
> > > Xercesc\src\xercesc\framework\psvi\XSObject.cpp
> > > Xercesc\src\xercesc\validators\common\Grammar.cpp
> > > Xercesc\src\xercesc\framework\XMLGrammarDescription.cpp
> > > Xercesc\src\xercesc\framework\XMLDTDDescription.cpp
> > > Xercesc\src\xercesc\framework\XMLSchemaDescription.cpp
> > > Xercesc\src\xercesc\util\SynchronizedStringPool.cpp
> > >
> > >
> > >
> > > best regards
> > >
> > > Lei
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> > > For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
> > >
> > >
> > >
> >
> > --
> > Gareth Reakes, Head of Product Development  +44-1865-203192
> > DecisionSoft Limited                        http://www.decisionsoft.com
> > XML Development and Services
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> > For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
> >
> >
> >
> 

-- 
Gareth Reakes, Head of Product Development  +44-1865-203192
DecisionSoft Limited                        http://www.decisionsoft.com
XML Development and Services




---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Bug in VC7 project settings?

Posted by jiang lei <ji...@8107.co.jp>.
Hi Gareth,

Pls check attachment for the patch file.

Cheers

Lei

----- Original Message -----
From: "Gareth Reakes" <ga...@decisionsoft.com>
To: <xe...@xml.apache.org>
Sent: Wednesday, October 15, 2003 3:41 PM
Subject: Re: Bug in VC7 project settings?


> Hi,
> could you send in a patch for the file? I will then commit it.
>
> CHeers,
>
> Gareth
>
>
> On Wed, 15 Oct 2003, jiang lei wrote:
>
> > From: "Gareth Reakes" <ga...@decisionsoft.com>
> > To: <xe...@xml.apache.org>
> > Sent: Wednesday, October 15, 2003 1:14 AM
> > Subject: Re: Bug in VC7 project settings?
> >
> >
> > >
> > >
> > > Is this the release build or cvs?
> > >
> > > Gareth
> > >
> > > On Tue, 14 Oct 2003, Sean Kelly wrote:
> > >
> > > > On Tue, 14 Oct 2003, jiang lei wrote:
> > > > >
> > > > > I just did a cvs update and VC7 build for xercesc2_3_0 and got 668
> > > > > unresolved external symbols. Is there anything wrong with the
project
> > files?
> > > > > Or where can I get a working version of 2_3_0?
> > > >
> > > > Yup.  There are two source files missing from the lib project.  Do a
> > "find
> > > > in files" search from within VC7 to track them down and add them...
I
> > > > think they may be in the utility directory.  I'd tell you what they
are
> > > > but I don't remember.
> > > >
> > > > Sean
> > > >
> >
> >
> > Hi Gareth,
> >
> > It was CVS.
> >
> > I did as Sean said and the VC7 build passed. Thank you very much, Sean.
> >
> > It seems like the following files are missing in VC7 projects:
> >
> > Xercesc\src\xercesc\framework\XMLRefInfo.cpp
> > Xercesc\src\xercesc\framework\XMLAttDefList.cpp
> > Xercesc\src\xercesc\internal\XSerializeEngine.cpp
> > Xercesc\src\xercesc\validators\DTD\DTDEntityDecl.cpp
> > Xercesc\src\xercesc\framework\psvi\XSObject.cpp
> > Xercesc\src\xercesc\validators\common\Grammar.cpp
> > Xercesc\src\xercesc\framework\XMLGrammarDescription.cpp
> > Xercesc\src\xercesc\framework\XMLDTDDescription.cpp
> > Xercesc\src\xercesc\framework\XMLSchemaDescription.cpp
> > Xercesc\src\xercesc\util\SynchronizedStringPool.cpp
> >
> >
> >
> > best regards
> >
> > Lei
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> > For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
> >
> >
> >
>
> --
> Gareth Reakes, Head of Product Development  +44-1865-203192
> DecisionSoft Limited                        http://www.decisionsoft.com
> XML Development and Services
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
>
>
>

Re: Bug in VC7 project settings?

Posted by Gareth Reakes <ga...@decisionsoft.com>.
Hi,
	could you send in a patch for the file? I will then commit it.

CHeers,

Gareth


On Wed, 15 Oct 2003, jiang lei wrote:

> From: "Gareth Reakes" <ga...@decisionsoft.com>
> To: <xe...@xml.apache.org>
> Sent: Wednesday, October 15, 2003 1:14 AM
> Subject: Re: Bug in VC7 project settings?
> 
> 
> >
> >
> > Is this the release build or cvs?
> >
> > Gareth
> >
> > On Tue, 14 Oct 2003, Sean Kelly wrote:
> >
> > > On Tue, 14 Oct 2003, jiang lei wrote:
> > > >
> > > > I just did a cvs update and VC7 build for xercesc2_3_0 and got 668
> > > > unresolved external symbols. Is there anything wrong with the project
> files?
> > > > Or where can I get a working version of 2_3_0?
> > >
> > > Yup.  There are two source files missing from the lib project.  Do a
> "find
> > > in files" search from within VC7 to track them down and add them... I
> > > think they may be in the utility directory.  I'd tell you what they are
> > > but I don't remember.
> > >
> > > Sean
> > >
> 
> 
> Hi Gareth,
> 
> It was CVS.
> 
> I did as Sean said and the VC7 build passed. Thank you very much, Sean.
> 
> It seems like the following files are missing in VC7 projects:
> 
> Xercesc\src\xercesc\framework\XMLRefInfo.cpp
> Xercesc\src\xercesc\framework\XMLAttDefList.cpp
> Xercesc\src\xercesc\internal\XSerializeEngine.cpp
> Xercesc\src\xercesc\validators\DTD\DTDEntityDecl.cpp
> Xercesc\src\xercesc\framework\psvi\XSObject.cpp
> Xercesc\src\xercesc\validators\common\Grammar.cpp
> Xercesc\src\xercesc\framework\XMLGrammarDescription.cpp
> Xercesc\src\xercesc\framework\XMLDTDDescription.cpp
> Xercesc\src\xercesc\framework\XMLSchemaDescription.cpp
> Xercesc\src\xercesc\util\SynchronizedStringPool.cpp
> 
> 
> 
> best regards
> 
> Lei
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
> 
> 
> 

-- 
Gareth Reakes, Head of Product Development  +44-1865-203192
DecisionSoft Limited                        http://www.decisionsoft.com
XML Development and Services




---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Bug in VC7 project settings?

Posted by jiang lei <ji...@8107.co.jp>.
From: "Gareth Reakes" <ga...@decisionsoft.com>
To: <xe...@xml.apache.org>
Sent: Wednesday, October 15, 2003 1:14 AM
Subject: Re: Bug in VC7 project settings?


>
>
> Is this the release build or cvs?
>
> Gareth
>
> On Tue, 14 Oct 2003, Sean Kelly wrote:
>
> > On Tue, 14 Oct 2003, jiang lei wrote:
> > >
> > > I just did a cvs update and VC7 build for xercesc2_3_0 and got 668
> > > unresolved external symbols. Is there anything wrong with the project
files?
> > > Or where can I get a working version of 2_3_0?
> >
> > Yup.  There are two source files missing from the lib project.  Do a
"find
> > in files" search from within VC7 to track them down and add them... I
> > think they may be in the utility directory.  I'd tell you what they are
> > but I don't remember.
> >
> > Sean
> >


Hi Gareth,

It was CVS.

I did as Sean said and the VC7 build passed. Thank you very much, Sean.

It seems like the following files are missing in VC7 projects:

Xercesc\src\xercesc\framework\XMLRefInfo.cpp
Xercesc\src\xercesc\framework\XMLAttDefList.cpp
Xercesc\src\xercesc\internal\XSerializeEngine.cpp
Xercesc\src\xercesc\validators\DTD\DTDEntityDecl.cpp
Xercesc\src\xercesc\framework\psvi\XSObject.cpp
Xercesc\src\xercesc\validators\common\Grammar.cpp
Xercesc\src\xercesc\framework\XMLGrammarDescription.cpp
Xercesc\src\xercesc\framework\XMLDTDDescription.cpp
Xercesc\src\xercesc\framework\XMLSchemaDescription.cpp
Xercesc\src\xercesc\util\SynchronizedStringPool.cpp



best regards

Lei



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Bug in VC7 project settings?

Posted by Gareth Reakes <ga...@decisionsoft.com>.

Is this the release build or cvs?

Gareth

On Tue, 14 Oct 2003, Sean Kelly wrote:

> On Tue, 14 Oct 2003, jiang lei wrote:
> >
> > I just did a cvs update and VC7 build for xercesc2_3_0 and got 668
> > unresolved external symbols. Is there anything wrong with the project files?
> > Or where can I get a working version of 2_3_0?
> 
> Yup.  There are two source files missing from the lib project.  Do a "find
> in files" search from within VC7 to track them down and add them... I
> think they may be in the utility directory.  I'd tell you what they are
> but I don't remember.
> 
> Sean
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
> 
> 
> 

-- 
Gareth Reakes, Head of Product Development  +44-1865-203192
DecisionSoft Limited                        http://www.decisionsoft.com
XML Development and Services




---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Bug in VC7 project settings?

Posted by Sean Kelly <se...@ffwd.cx>.
On Tue, 14 Oct 2003, jiang lei wrote:
>
> I just did a cvs update and VC7 build for xercesc2_3_0 and got 668
> unresolved external symbols. Is there anything wrong with the project files?
> Or where can I get a working version of 2_3_0?

Yup.  There are two source files missing from the lib project.  Do a "find
in files" search from within VC7 to track them down and add them... I
think they may be in the utility directory.  I'd tell you what they are
but I don't remember.

Sean

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org