hey, latest mono and friends now use the wonderful GAC thing-a-ma-jiggy, but the downside is now we need a .config file to make pinvoke stuff jive again. Attached is a diff, and the muine.exe.config needed (put it in src/) to make things work with the latest release. I'm also getting segfaults on quit, but that's another issue i'll get to soon hopefully. -pete -- Peter Johanson <latexer gentoo org> Key ID = 0x6EFA3917 Key fingerprint = A90A 2518 57B1 9D20 9B71 A2FF 8649 439B 6EFA 3917
Index: src/Makefile.am =================================================================== RCS file: /cvs/gnome/muine/src/Makefile.am,v retrieving revision 1.32 diff -u -b -B -r1.32 Makefile.am --- a/src/Makefile.am 22 Apr 2004 11:08:00 -0000 1.32 +++ b/src/Makefile.am 5 May 2004 06:20:16 -0000 @@ -89,7 +89,7 @@ all: AmazonSearchService.dll muine.exe muinelibdir = $(prefix)/lib/muine -muinelib_DATA = muine.exe AmazonSearchService.dll +muinelib_DATA = muine.exe muine.exe.config AmazonSearchService.dll bin_SCRIPTS = muine
<configuration> <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/> <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/> </configuration>
Attachment:
pgpVSH3olHNC3.pgp
Description: PGP signature