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
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
