Does anyone know of where I can get a copy of the QServer.R file?
The R interface is on the Kx wiki, e.g. seehttps://code.kx.com/trac/browser/cookbook_code/r/l64_qserver/qserver.ROn Dec 13, 12:04?pm, Michael <princetonbac…> wrote:> Does anyone know of where I can get a copy of the QServer.R file?</princetonbac…>
Hi Chris,Thanks for the quick response.I’m now stuck trying to figure out what c.o and r.h are. Where dothem come from / how do I compile them?On Dec 13, 3:22?am, Chris Burke <cdbu…> wrote:> The R interface is on the Kx wiki, e.g. seehttps://code.kx.com/trac/browser/cookbook_code/r/l64_qserver/qserver.R>> On Dec 13, 12:04?pm, Michael <princetonbac…> wrote:>>>> > Does anyone know of where I can get a copy of the QServer.R file?</princetonbac…></cdbu…>
Hi Michaelc.o is from Kx and is platform dependent, e.g. seehttps://code.kx.com/trac/browser/kx/kdb%2B/l32R.h etc. are from your R distribution, e.g. mine is installed in /usr/share/R/includeChrisOn Dec 16, 10:35?am, Michael <princetonbac…> wrote:> Hi Chris,> Thanks for the quick response.>> I’m now stuck trying to figure out what c.o and r.h are. ?Where do> them come from / how do I compile them?>> On Dec 13, 3:22?am, Chris Burke <cdbu…> wrote:>> > The R interface is on the Kx wiki, e.g. seehttps://code.kx.com/trac/browser/cookbook_code/r/l64_qserver/qserver.R>> > On Dec 13, 12:04?pm, Michael <princetonbac…> wrote:>> > > Does anyone know of where I can get a copy of the QServer.R file?</princetonbac…></cdbu…></princetonbac…>
Hi Chris,
I know its an old thread but i was doing the same. I got the c.o from the link but now the makefile gives an error saying k.h not found.
i checked the q and other folders but wasn’t able to locate it. do you know where can i find the same?
Regards,
I got the same from kx site too but when i run the make file it gives a bunch of errors. Is the directory structure important coz i took the files from c/ and copied to the same directory and then modified base.c accordingly.
In the Kx svn, see directory: http://code.kx.com/wsvn/code/kx/kdb%2B/c/c/
Chris
The server should compile with the directory structure in the svn. Please try that first, thanks.
Rearranging things should work, but can also be a source of errors.
Chris
it worked with the directory structure. Thanks!