[MonoDevelop] Trouble building monodevelop from git master on linux and a fix

sonelliot sonelliot at gmail.com
Fri Nov 16 01:59:36 UTC 2012


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.



--
View this message in context: http://mono.1490590.n4.nabble.com/Trouble-building-monodevelop-from-git-master-on-linux-and-a-fix-tp4657301p4657404.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list