FS#2206 - missing mono dll on gettext
Attached to Project:
Arch Linux
Opened by Roberto Carvajal (rcarvajal) - Sunday, 13 February 2005, 15:20 GMT
Last edited by Judd Vinet (judd) - Sunday, 13 February 2005, 19:42 GMT
Opened by Roberto Carvajal (rcarvajal) - Sunday, 13 February 2005, 15:20 GMT
Last edited by Judd Vinet (judd) - Sunday, 13 February 2005, 19:42 GMT
|
Details
There is no GNU.Gettext.dll in the actual pkg, I've
downloaded the PKGBUILD and rebuilt the pkg locally and it
worked.
In order to obtain the .dll maybe you should have mono installed (I'm not sure) so ./configure finds the 'mcs' compiler.. If you rebuild the pkg with mono installed check the filelist you'll see the GNU.Gettext.dll inside /usr/lib it should be moved to /opt/mono/lib. I'll submit a new PKGBUILD here.. |
This task depends upon
Closed by Tobias Kieslich (tobias)
Tuesday, 01 March 2005, 17:57 GMT
Reason for closing: Implemented
Additional comments about closing: gettext-mono has bee added to /extra/lib
Tuesday, 01 March 2005, 17:57 GMT
Reason for closing: Implemented
Additional comments about closing: gettext-mono has bee added to /extra/lib
PKGBUILD
If this file is really needed, I think it will have to be provided by the mono package itself. That means the mono PKGBUILD may have to build gettext from source to get the .dll.
Passing to neri to see what he can do.