emp...@gmail.com
unread,Oct 19, 2009, 3:07:45 PM10/19/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nemerle Forum
Hello for trunk I have the following problems
1-) Tools doesn't build. Fails with below error
src\CodeModel\LanguageWriterBase.n(38,47,38,62): error : unbound type
name `ILanguageWriter'
src\Language.n(35,29,35,38): error : unbound type name `ILanguage'
src\OptionsPage.n(38,41,38,54): error : unbound type name
`IPropertyPage'
src\OptionsPage.n(38,3,157,4): error : base class `object' must be
specified as first
src\Package.n(36,28,36,36): error : unbound type name `IPackage'
src\CodeModel\LanguageWriterBase.n(40,26,40,36): error : unbound type
name `IFormatter'
....
2-) Installer doesn't build . It asks for $(var.IncludePdb) which is
undefined
How to fix ?