Re: Beginner's compiling question

Subject: Re: Beginner's compiling question
From: James Clark <jjc@xxxxxxxxxx>
Date: Thu, 11 Sep 1997 18:03:30 +0700
Patrick McFarlane wrote:

>    I've been exploring the possibility of using Jade in conjunction with SP for a project I'm
> working
> on. I downloaded the sources and have been trying to compile them using the makefile included with
> the source and nmake included with Visual C++ 5.0. I get an error concerning the LocNode.cxx which I
> have been unable to resolve. The results of the make are below.
> Any help is appreciated.

"using namespace" directives are broken in Visual C++ 5.0.  You can work
around it by defining GROVE_NAMESPACE and DSSSL_NAMESPACE to be the same
as SP_NAMESPACE.

James


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread