Beginner's compiling question

Subject: Beginner's compiling question
From: Patrick McFarlane <patrick@xxxxxxxxxxxxxx>
Date: Wed, 10 Sep 1997 18:58:38 -0500
Hello,

   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.

D:\parser\jade_source>nmake /f "jade.mak" CFG="spgrove - Win32 Debug"

 NMAKE /               /F ".\jade.mak" CFG="grove - Win32 Debug"
 cl.exe /nologo /MDd /W3 /Gm /GX /Zi /Od /I "include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D
"SP_MULTI_BYTE" /D GROVE_NAMESPACE=James_Clark_GROVE /D SP_NAMESPACE=James_Clark_SP /D
"BUILD_LIBGROVE" /Fp".\grove\Debug/grove.pch" /YX /Fo".\grove\Debug/" /Fd".\grove\Debug/" /c
.\grove\LocNode.cxx
LocNode.cxx
.\grove\LocNode.cxx(12) : error C2653: 'Node' : is not a class or namespace name
.\grove\LocNode.cxx(12) : error C2734: 'IID' : const object must be initialized if not extern
.\grove\LocNode.cxx(12) : error C2239: unexpected token 'tag::id' following declaration of 'IID'
.\grove\LocNode.cxx(12) : error C2321: syntax error : unexpected 'LocNode::iid'


  thanks,
     patrick


--
Patrick McFarlane
Just in Time Solutions
444 De Haro St
San Francisco, CA 94107



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


Current Thread