search for: 0writabledatabase

Displaying 3 results from an estimated 3 matches for "0writabledatabase".

Did you mean: writabledatabase
2015 Oct 28
2
Trying to get Search::Xapian perl module to compile on win32
...CXXFLAGS=-EHsc -TP" Now when I run nmake, it gets past the compile portion and dies when linking with errors like: Xapian.obj : error LNK2001: unresolved external symbol "public: __thiscall Xapian::WritableDatabase: :WritableDatabase(class Xapian::WritableDatabase const &)" (??0WritableDatabase at Xapian@@QAE at ABV01@@Z) Any clues on how to resolve the linking errors? -- Dez. -----Original Message----- From: Olly Betts [mailto:olly at survex.com] Sent: Wednesday, October 24, 2012 12:07 PM To: Desmond Daignault <desmond.daignault at oneil.com> Cc: xapian-devel at lists.xapian.or...
2015 Oct 29
4
Trying to get Search::Xapian perl module to compile on win32
...with GCC? > Now when I run nmake, it gets past the compile portion and dies when linking with errors like: > Xapian.obj : error LNK2001: unresolved external symbol "public: __thiscall Xapian::WritableDatabase: > :WritableDatabase(class Xapian::WritableDatabase const &)" (??0WritableDatabase at Xapian@@QAE at ABV01@@Z) > > Any clues on how to resolve the linking errors? I'd be surprised if you can mix C++ code compiled with GCC with C++ code compiled with MSVC - you probably need to use either GCC or MSVC to build both xapian-core and Search::Xapian. C code should interwor...
2009 Feb 12
1
problem when using xapian's static libs in windows
...uot; (?open at Quartz@Xapian@@YA?AVDatabase at 2@ABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z) ???? libbackend.lib(database.obj) : error LNK2019: ????????? "public: __thiscall Xapian::WritableDatabase::WritableDatabase(class Xapian::Database::Internal *)" (??0WritableDatabase at Xapian@@QAE at PAVInternal@Database at 1@@Z)??????? "class Xapian::WritableDatabase __cdecl Xapian::Quartz::open(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int,int)" (?open at Quartz@Xapian@@YA?AVWritableDatabas...