Re: [Virtuoso-users] check if a stored procedure exists

2015-04-17 Thread Marc-Antoine Parent
I have used this: SELECT COUNT(*) FROM SYS_PROCEDURES WHERE P_NAME = :name > Le 2015-04-11 à 08:45, Gang Fu a écrit : > > Hi, > > I want to ask how can we check the existence of a stored procedure before we > drop it? > We need to drop the stored procedure before we create it, otherwise, ther

Re: [Virtuoso-users] 7.2 MacOSX issue

2015-02-13 Thread Marc-Antoine Parent
is accomplish? > thanks > *P > > On 2/12/15 11:35 PM, Marc-Antoine Parent wrote: >> 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 &

Re: [Virtuoso-users] 7.2 MacOSX issue

2015-02-12 Thread Marc-Antoine Parent
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

[Virtuoso-users] Virtuoso users at ISWC14?

2014-09-18 Thread Marc-Antoine Parent
around Virtuoso. Best, Marc-Antoine Parent Imagination For People -- Slashdot TV. Video for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/

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

2014-07-05 Thread Marc-Antoine Parent
n > sudo make install > to deploy. > Curious to know which CFLAGS and other options you would recommend setting? > Much appreciated. > *P > > > > > On 7/4/14, 1:23 PM, Marc-Antoine Parent wrote: >> Good day! >> I do not have the answer to your question,

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

2014-07-04 Thread Marc-Antoine Parent
nvironment variables, as your configure was bare. (I have MACOSX_DEPLOYMENT_TARGET=10.9 ) The fact that you compile in both 32 and 64 bits may be relevant, since the error seems to pertain to int vs int32 definitions. I hope this gives you some pointers. Best, Marc-Antoine Parent Le 2014-07-03 à 16