[Mono-list] Missing "Unix" inside of "Mono"
Baltasar García Perez-Schofield
baltasarq at gmail.com
Wed May 20 15:01:32 UTC 2015
Hi, Timotheus,
So if you install apt-get install libmono-posix4.0-cil from the
> Xamarin repo
Good. It seems it was already installed.
> and you run the sed commands on your extracted pinta
> tarball (
> https://github.com/PintaProject/Pinta/releases/download/1.6/pinta-1.6.tar.gz
> ):
>
> find . -name "*.sln" -print -exec sed -i 's/Format Version
> 10.00/Format Version 11.00/g' {} \;
> find . \( -name "*.csproj" -o -name "*.proj" \) -print -exec sed -i
> 's#ToolsVersion="3.5"#ToolsVersion="4.0"#g;
> s#<TargetFrameworkVersion>.*</TargetFrameworkVersion>##g;
>
> s#<PropertyGroup>#<PropertyGroup><TargetFrameworkVersion>v4.5</TargetFrameworkVersion>#g;
> s#Mono.Posix, Version.*"#Mono.Posix"#g' {} \;
>
> then you should be able to run configure and make.
>
I was able to get a lot further than before. It still however complains
about Mono.Addins.Gui missing.
Following your steps:
$ locate Mono.Addins.Gui
/usr/lib/monodevelop/bin/Mono.Addins.Gui.dll
It seems that MonoDevelop has a local copy of that DLL. I was able to copy
that DLL and made Pinta work. The dpkg query didn't work for me.
So, I can now execute Pinta. I still wonder where Mono.addins.Gui is
located, though.
Thanks,
-- baltasar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20150520/0e2f080c/attachment.html>
More information about the Mono-list
mailing list