On 5/7/12 12:22 AM, John Emmas wrote: > Hello, > > I've just installed the raptor2 source code (2.0.7) which I'll be building > for Windows. Fortunately the tarball seems to include some projects for > building with Visual C++ 8. Unfortunately, they seem to be quite out of > date. In fact AFAICT they're the same projects that originally came with > raptor1. Some of the files from raptor1 are no longer supplied with raptor2 > (e.g. n3_lexer.c and n3_parser.c) whilst (presumably) some new files might > have been added. > > I appreciate that the VC++ projects have been contributed by a third party > but is there anyone who can help me in getting some up-to-date VC++ projects? > > Also, the file "raptor.h" simply seems to #include "raptor2.h" - but no such > file exists in the tarball. Do I need to create it using some pre-build step > or something?
The VC projects are from 2005 and raptor V1 so all the filenames and headers refer to V1 names. raptor.h is a transition header file for V1 users. raptor2.h is build from raptor2.h.in by the configure process; for VC you will have to create it by hand editing for now. You will also need to update win32_raptor_config.h Dave _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
