Version 3.5 OSX

I downloaded q for OSX version 3.5, but:

  • first it did not run in terminal because of an error: wrong k.q version

  • since the replacement of q and q.k we get another error: ~/q/q.k. OS reports: No such file or directory

try

  $ cd ~

  $ mv q qold

then follow installation instructions

I don’t see any installation instructions…

Op donderdag 4 mei 2017 12:37:09 UTC+2 schreef effbiae:

try

  $ cd ~

  $ mv q qold

then follow installation instructions

http://code.kx.com/wiki/Tutorials/Installation#Mac_OS_X


or from the README.txt in the 32bit download


- On Linux, Solaris and MacOSX, unzip in ~/q, change directory to ~/q, and run ~/q/{l32|s32|v32|m32}/q as appropriate. The respective versions are:

. l32 is Linux on x86
. s32 is Solaris 10 or higher on Sparc
. v32 is Solaris 10 or higher on x86
. m32 is MacOSX 10.4 or higher on x86

e.g. on linux, run ~/q/l32/q

if this doesn't work for you, please can you supply the output from the shell command

$ls -al $HOME/q/m32/q
and
$ls -al $HOME/q/q.k

assuming you're installing both files to $HOME/q

thanks