[Xapian-tickets] [Xapian] #516: Improper gacutil.exe commands when make install for Xapian bindings in Windows

Xapian nobody at xapian.org
Wed Nov 3 20:45:09 GMT 2010


#516: Improper gacutil.exe commands when make install for Xapian bindings in
Windows
-----------------------------+----------------------------------------------
 Reporter:  DDB              |       Owner:  olly             
     Type:  defect           |      Status:  new              
 Priority:  normal           |   Milestone:                   
Component:  Xapian-bindings  |     Version:  1.2.3            
 Severity:  blocker          |    Keywords:                   
Blockedby:                   |    Platform:  Microsoft Windows
 Blocking:                   |  
-----------------------------+----------------------------------------------
 I would like to use Xapian and C# on a Windows Server 2003 box, with .NET
 3.5.  I was able to download, configure and install xapian-core-1.2.3, but
 am having trouble with the xapian-bindings-1.2.3.

 I am able to configure and make the bindings (--with-csharp, --with-php),
 but when I run make install, I get the following error: "unknown option:
 /package...[install-data-local] Error 1..."

 I was able to trace the problem to the following line in xapian-
 bindings-1.2.3\csharp\Makefile: "install-data-local: $(ASSEMBLY).dll
         $(GACUTIL) /i $(ASSEMBLY).dll /f /package $(ASSEMBLY) /gacdir
 $(libdir) /root $(DESTDIR)$(libdir)"

 Neither "/package", "/gacdir", nor "/root" are recognizable commands for
 gacutil.exe in .NET 1.1, 2.0, 3.5, or 4.  The available commands can be
 found at: http://msdn.microsoft.com/en-us/library/ex0ss12c(VS.71).aspx.

 Given the available commands for gacutil, how should I modify the above
 lines in the csharp\Makefile to ensure a successful installation of the
 bindings?

 Please let me know if you need additional info.

 Thanks in advance!

-- 
Ticket URL: <http://trac.xapian.org/ticket/516>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list