Hi,
I'm trying hard to install the client on Opensuse 13.1. . Having installed all required packages, I thought my installation meets all dependencies :
gtk-sharp2 mono-core mono-devel monodevelop \
ndesk-dbus-glib-devel nant desktop-file-utils \
notify-sharp-devel webkit-sharp libwebkitgtk-devel libtool intltool make log4net
- git
- mono 4.0 , monodevelop 5
- nunit, nuget
- newtonsoft.json
even all corresponding devel-packages are installed ... I followed the Linux Installation Guide.
Makefile is successful, BUT " ./configure --with-dotcmis=Extras/DotCMIS.dll " fails, because he is missing newtonsoft-json .
gronny@notebook:~/bin/cmissync> ./configure --with-dotcmis=Extras/DotCMIS.dll
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-suse-linux-gnu
checking host system type... x86_64-suse-linux-gnu
checking target system type... x86_64-suse-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for MONO_MODULE... yes
checking for mono... /usr/bin/mono
checking for dmcs... /usr/bin/dmcs
checking for Mono 4.0 GAC for System.dll... found
checking for Mono 4.0 GAC for System.Security.dll... found
checking for Mono 4.0 GAC for System.Windows.Forms.dll... found
checking for Mono 4.0 GAC for Mono.Posix.dll... found
checking for NUNIT... yes
checking for JSON... no
configure: error: "newtonsoft-json is a required dependency: you need to install the appropriate devel package before you can compile"
"Newtonsoft.Json" is installed via nuget, and I think its also already included in monodevelop packages.
Does anyone have a clue how I can solve this problem ?
Greets, Kai