Re: [Virtuoso-users] anonymous cvs access

2006-04-13 Thread Virtuoso Maintainer
Hi Jan, i want to take a look at the cvs to check if something has changed since the release of virtuoso-server 4.5.1. but i get no access to cvs as anonymous user like described in the online documentation at http://virtuoso.openlinksw.com/wiki/main/Main/VOSCVS. cvs -d :pserver:anonym...@cv

Re: [Virtuoso-users] anonymous cvs access

2006-04-13 Thread Jan Otto
cvs -d :pserver:anonym...@cvs.sourceforge.net:/cvsroot/virtuoso login Logging in to :pserver:anonym...@cvs.sourceforge.net:2401/cvsroot/ virtuoso CVS password: cvs login: authorization failed: server cvs.sourceforge.net rejected access to /cvsroot/virtuoso for user anonymous sorry, not your

[Virtuoso-users] anonymous cvs access

2006-04-13 Thread Jan Otto
hi, i want to take a look at the cvs to check if something has changed since the release of virtuoso-server 4.5.1. but i get no access to cvs as anonymous user like described in the online documentation at http://virtuoso.openlinksw.com/wiki/ main/Main/VOSCVS. cvs -d :pserver:anonym...@cvs

Re: [Virtuoso-users] need help compiling on mac os x

2006-04-13 Thread Jan Otto
Hi Patrick, A possible workaround is to edit the binsrc/drivers/Makefile.am file and add a comment character (#) before the -no-undefined flag. Then you need to regenerate the Makefile using the top ./autogen.sh script. sorry, this did not work. I removed the flag in Makefile.am and exe

Re: [Virtuoso-users] need help compiling on mac os x

2006-04-13 Thread Patrick van Kleef
Hi Jan, the machine is a powerbook (PPC/32Bit CPU/2 GB Ram). You did not have to use libtool from darwinports as the glibtool from the Apple development package is good enough. i installed it because i was a little but confused about the required versionnumbers of required packages for bui

Re: [Virtuoso-users] need help compiling on mac os x

2006-04-13 Thread Jan Otto
Hi Patrick, the machine is a powerbook (PPC/32Bit CPU/2 GB Ram). You did not have to use libtool from darwinports as the glibtool from the Apple development package is good enough. i installed it because i was a little but confused about the required versionnumbers of required packages f

Re: [Virtuoso-users] need help compiling on mac os x

2006-04-13 Thread Virtuoso Maintainer
Hi Jan, i have problems to compile virtuoso on mac os x 10.4.6 (tiger). developer tools from apple are installed. some packages from darwinports, e.g. gawk and libtool. the machine is a powerbook (PPC/32Bit CPU/2 GB Ram). You did not have to use libtool from darwinports as the glibtool from

[Virtuoso-users] need help compiling on mac os x

2006-04-13 Thread Jan Otto
hi, i have problems to compile virtuoso on mac os x 10.4.6 (tiger). developer tools from apple are installed. some packages from darwinports, e.g. gawk and libtool. the machine is a powerbook (PPC/32Bit CPU/2 GB Ram). $ CFLAGS="-O -m32" $ export CFLAGS $ ./configure [...] $ make after 10 m