Yes…. on my machine, I did this:
diff --git a/binsrc/virtuoso/viunix.c b/binsrc/virtuoso/viunix.c
index 4076248..bba1592 100644
--- a/binsrc/virtuoso/viunix.c
+++ b/binsrc/virtuoso/viunix.c
@@ -572,7 +572,7 @@ main (int argc, char **argv)
process_exit_hook = viunix_terminate;
- thread_initia
Jst checked out latest version fron GIT and built on MacOSX using same
procedure as usual which consists in:
git pull
make clean
./autogen.sh
CFLAGS="-O2 -m64"
export CFLAGS
./configure
make
I then wiped out my current install and called
make install
When I try to run virtuoso-t, I get the log be
Hi James,
Thank you for your feedback.
Please see the following reasons for keeping the nonNegativeInteger type:
1) The designation of nonNegativeInteger makes sense for the maxCardinality
property. We know that a negative value would be invalid, and we'd like to
clearly express that.
2) We o