[q-lang-users] state of the cvs?
Brought to you by:
agraef
From: Tim H. <q...@st...> - 2008-02-07 12:11:51
|
Hi folks, Being slightly crazy, and not having tried this for some time, I thought I'd have a shot at building straight from cvs HEAD on amd64 (ubuntu gutsy). Well, it now builds, but see the warning and errors on startup: | zsh, sauce 12:06PM piglet/ % q -d | def: error loading module | Warning: 141 unresolved external symbols | ____ | / __ \ Q interpreter version 7.11 (x86_64-unknown-linux-gnu) | / /_/ / Copyright (c) 1991-2008 by Albert Graef | \___\_\ http://q-lang.sourceforge.net | | This software is distributed under the terms of the GNU General Public | License version 2 or later; type `copying' for details. | ! File def, line 77: Value mismatch in definition | -- def SIG_IGN = -1 | -- def SIG_DFL = 0 | -- def SIG_TRP = 1 | -- def SCHED_OTHER = 0 | -- def SCHED_RR = 1 | -- def SCHED_FIFO = 2 | -- def clib::MAIN_THREAD = this_thread | ** 1e+307*1e+307 ==> inf | -- def inf = inf | ** inf-inf ==> nan | -- def nan = nan | -- def i = complex::complex 0 1 | | ==> This is my normal build routine: | #!/bin/zsh | export CFLAGS="-Os -fomit-frame-pointer -I/usr/local/stow/macports/include | -I/usr/local/iODBC/include -I$PWD/readline-4.2/" | | export LDFLAGS="-L/usr/lib -L/usr/local/stow/macports/lib | -L/usr/local/iODBC/lib -L$PWD/readline-4.2/ -L$PWD/readline-4.2/lib" | | [ -x ./configure ] || ./autogen.sh | | ./configure --prefix=/usr/local/stow/q \ | --with-{x,gmp,rl,pthread,curl,gdbm,magick,odbc,xml} --without-octave && | nice make and I installed it into /usr/local/stow/q and stow-ed q into /usr/local/. Hmmm. Any ideas? Cheers, ~Tim -- <http://spodzone.org.uk/> |