[MonoDevelop] Text-affecting bugs

André Offringa offringa at gmail.com
Thu Jan 17 18:11:27 EST 2008


Michael Hutchinson wrote:
> On Jan 11, 2008 4:15 AM, André Offringa <offringa at gmail.com> wrote:
>   
>> Michael Hutchinson wrote:
>>     
>>> The patch at https://bugzilla.novell.com/show_bug.cgi?id=352767 fixes
>>> most of the issues, with the following notes. Could you please test
>>> it?
>>>       
>> [..]
> The translation build is now fixed in trunk.
>   
The errors when running ./configure are fixed now (thanks), but when 
trying to update the language, the following occurs (with all languages):

$ intltool-update nl
intltool-update: POTFILES.in not found.
$ intltool-update da
intltool-update: POTFILES.in not found.

And creating a new template does not work as well with the same error.
$ intltool-update --pot
intltool-update: POTFILES.in not found.

PS: currently (though unrelated), MonoDevelops "core" profile from trunk 
is not compiling here:
./MonoDevelop.Core/PropertyService.cs(60,92): warning CS0618: 
`System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 
`This property is obsolete.  Please use 
System.Configuration.ConfigurationManager.AppSettings'
./MonoDevelop.Core/Runtime.cs(74,55): error CS0117: 
`Mono.Addins.AddinManager' does not contain a definition for `CurrentAddin'
/usr/lib/cli/mono-addins-0.2/Mono.Addins.dll (Location of the symbol 
related to previous error)
./MonoDevelop.Core/Runtime.cs(81,117): error CS0117: 
`Mono.Addins.AddinManager' does not contain a definition for `CurrentAddin'
/usr/lib/cli/mono-addins-0.2/Mono.Addins.dll (Location of the symbol 
related to previous error)
Compilation failed: 2 error(s), 1 warnings

I use package mono-addins from Debian testing (version 0.3~svn.r90520-1).

Regards,
Andre


More information about the Monodevelop-list mailing list