tomboy-notes / tomboy

This is the legacy development for Tomboy.
http://projects.gnome.org/tomboy
GNU Lesser General Public License v2.1
126 stars 25 forks source link

The System.Web.HttpUtility class is declared both in standard .Net libs but also in Tomboy. And the WebSync addin doesn't like this. #3

Open trepidity opened 10 years ago

romu70 commented 10 years ago

This is to build Tomboy 2.0 within MD on Linux. Weirdly (to me), there is no problem to build with the makefile. Didn't get the time to investigate how the makefile handle this conflict.

alex-ter commented 7 years ago

Looks like in the Makefile case that was not happening because we have -define:NET_2_0 in Tomboy/Makefile.am and most probably in MonoDevelop it was setting it to something newer automatically - I've just tried to change that to -define:NET_4_5 to align with the framework target we now have on Windows and got exactly that problem.

So, does anyone recall why we have a copy (or our own implementation?) of HttpUtility. Or is that a name clash?