[Virtuoso-users] Problem compiling Virtuoso on a Mac 10.9.3

2014-07-03 Thread Bruno Carvalho
I am having problems compiling the source code (git clone) in my MacOs. All dependencies are ok. The error (after ./configure and at make): /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am /bin/sh ../../bin/libtool.macosx --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..

Re: [Virtuoso-users] Query to return all graphs defined in a virtuoso instance

2011-06-18 Thread Bruno Carvalho
is what you are looking for ... > > Best Regards > Hugh Williams > Professional Services > OpenLink Software > Web: http://www.openlinksw.com > Support: http://support.openlinksw.com > Forums: http://boards.openlinksw.com/support > Twitter: http://twitter.com/OpenL

[Virtuoso-users] Query to return all graphs defined in a virtuoso instance

2011-06-15 Thread Bruno Carvalho
Hi, I need to know what graphs have something in a virtuoso instance. Do you know how to retrieve all graphs defined in a virtuoso instance ? Thanks in advance, Bruno Globo.com

[Virtuoso-users] New version with very slow free text search

2011-05-31 Thread Bruno Carvalho
I upgraded to Version 06.01.3.3127-pthreads linux and some queries that ran on 4 seconds or less are now taking 45 seconds. Also, the commercial version Version 06.02.3129-pthreads have similar problems. One query that got a lot worse was: sparql define input:inference

[Virtuoso-users] bif-contains

2011-02-28 Thread Bruno Carvalho
Dear friends, I have some labels with different characters like "\", "/", "&", "*", "+", "-", etc. I index them in the virtuoso's free text search. How to find them without breaking the function ? I would like to know if there is an official documentation for bif-contains somewhere, I tried to fi