[Xapian-discuss] build simpleindex.cc on windows using vc9 don't know libs
Morya
morya at morya.cn
Mon Dec 1 07:04:25 GMT 2008
Hi Olly,
Thx a lot !!!
When I add ws2_32.lib to the project, error messages reduced to 7.
Then I googled about the "inflateEnd" external symbol, I got some one
mentioned zdll.lib,
I tried, then, Bong, It works!
Now, I got a simpleindex.exe here~.
Best regards
Morya
2008/12/1 Olly Betts <olly at survex.com>
> On Mon, Dec 01, 2008 at 01:53:30PM +0800, Morya wrote:
> > I don't know what libs should I include... There are so many libs, in the
> > "Release" folder.
>
> Yeah - I think we really should be building a single DLL here rather
> than statically linking against a huge number of libraries.
>
> > I tried to add all of them to my project, but I still got 20 errors
> > complaining that
> > some external symbols missing.
>
> Sounds like you're missing the external dependencies of lib and winsock.
>
> > I thought of reading the Makefile myself, but, obviously, it's not a
> easy
> > job for me.
>
> Me neither - I'm afraid I don't know how you're meant to specify those
> dependencies, but looking at how "omega" is built should reveal what's
> needed.
>
> Cheers,
> Olly
>
More information about the Xapian-discuss
mailing list