[Xapian-discuss] problem when using xapian's static libs in windows

Charlie Hull charlie at juggler.net
Thu Feb 12 10:20:39 GMT 2009


古红亮 wrote:
>    I have download source (1.10) from the internet
>    and build it into lib
>    Then I create a project as the helpdoc said 
>    
>    I using vc2005(vc8) 
>    The source in my test project is as follow:(copy from the helpdoc)
> 

Sorry, it's very hard to tell what you're doing wrong from this
information, but it looks like a simple linker error - i.e. you're not
telling the linker where to find the various Xapian libraries.

By default the libs end up in xapian-core-1.1.0\win32\Release\libs - or
the equivalent Debug\libs folder if you've built in Debug mode. Can you
tell us what is in these folders?

What do you mean by 'helpdoc'? Which example project are you trying to
build? Can you confirm that Xapian built successfully and passed all the
tests?

Charlie



More information about the Xapian-discuss mailing list