Open GoogleCodeExporter opened 8 years ago
Same problem here. Looks like Newtonsoft JSON does not exist on Linux/Mono.
There isn't any source that can be easily compiled to work (only Ubuntu seems
to have it).
Original comment by schmatz...@googlemail.com
on 23 Apr 2014 at 2:53
This may be a bit old now, but I was able to build Newtonsoft-JSON on
Slackware. Just look at this script and you get the idea if you want to do it
yourself:
http://schmatzler.de/my_slackbuilds/banshee/SlackBuilds/newtonsoft-json/newtonso
ft-json.SlackBuild
I registered the DLL with gacutil, but still got the error above, so I modified
the Makefile of google-gdata to include the DLL directly. It works:
FRAMEWORK_REFS = -r:System.dll -r:System.Xml.dll -r:System.Configuration.dll
-r:/usr/lib/mono/newtonsoft-json/Newtonsoft.Json.dll
Original comment by schmatz...@googlemail.com
on 25 Jun 2014 at 1:27
version 2.2 still has this issue
Original comment by vcut...@gmail.com
on 25 Jan 2015 at 2:08
You can also download the dll and compiled sources from:
https://github.com/JamesNK/Newtonsoft.Json/releases and reference it the way
schmatz did
Original comment by vcut...@gmail.com
on 25 Jan 2015 at 2:12
Original issue reported on code.google.com by
pachora...@gmail.com
on 25 May 2013 at 11:56