Re: compiling gloox 1.0-beta2 with MSVC2005
From: Alban Taraire <alban.taraire@xxxxxxxxx>
Date: Fri, 7 Mar 2008 05:19:37 +0100 (CET)
On Friday 07 March 2008 08:30:34 Jakob Schröter wrote:
> On Thursday March 6 2008, Alban Taraire wrote:
> > Hi again,
> >
> > this time I'm trying to compile gloox on Windows, using MSVC2005. I get
> > the following errors :
>
> Does the attached patchlet change anything?

Getting better, it compiles, but now complains it can't find 
.\Debug\softwareversion.obj at link time. (Indeed, there's no such file).

I checked a bit more, the gloox.dsp file refers to softwareversion.h and 
softwareversion.cpp but these files are nowhere to be found in the tarball.

Are these files important or can be removed from gloox.dsp ? 
Since it works on Linux without them, I guess they are obsolete ?

Alban