[MonoDevelop] Trouble building monodevelop from git master on linux and a fix
Andres G. Aragoneses
knocte at gmail.com
Fri Nov 16 09:50:35 UTC 2012
On 16/11/12 01:59, sonelliot wrote:
> Hi, I am seeing the same errors when building MonoDevelop from Git (tag
> monodevelop-3.0.5). I have tried adding the assembly reference to the
> csproj:
>
> <Reference Include="gio-sharp, Version=3.0.0.0, Culture=neutral,
> PublicKeyToken=35e10195dab3c99f">
> <SpecificVersion>False</SpecificVersion>
> </Reference>
>
> But this does not seem to work. It looks as if I have the right version
> installed in the GAC:
>
> $ gacutil -l | grep -i gio-sharp
> gio-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f
>
> This version was built from the latest gtk-sharp master branch from Git as
> well. Am I missing something when adding this assembly reference? I am not
> very familiar with the GNU build system past the basic, 'configure', 'make'
> commands etc.
MonoDevelop is not compatible with gtk-sharp master branch, you should
stick to gtk-sharp 2-12 branch.
More information about the Monodevelop-list
mailing list