Thread: [q-lang-users] Re: 7.1 candidate
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2006-05-10 22:17:52
|
John Cowan wrote: > Can you send me the 7.1 candidate tarball, or make it available for > download? I'll test it on Cygwin. Ok, it's available now in the new "rcs" section of the download area: http://sourceforge.net/project/showfiles.php?group_id=96881&package_id=188958&release_id=416034 (Never mind that it's actually called RC2, I've already tagged an earlier version as 7_1RC1 in cvs, that's why.) > I don't know if I mentioned that I successfully built 7.0 final. Great, thanks for testing. Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |
From: Albert G. <Dr....@t-...> - 2006-05-10 22:41:27
|
Albert Graef wrote: > Ok, it's available now in the new "rcs" section of the download area: > http://sourceforge.net/project/showfiles.php?group_id=96881&package_id=188958&release_id=416034 Source and SuSE 10.0 RPMs are now available there, too. -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |
From: Tim H. <q...@st...> - 2006-05-11 08:42:33
|
Hi, My attempts to build are currently failing on this command (I've inserted `-d' myself in an attempt to find out a bit more): PATH=".:/bin:/usr/bin/:/usr/X11R6/bin:/usr/pkg/bin:/sbin:/usr/sbin::/usr/local/bin/:/usr/bin:/usr/bin:/usr/doc:/usr/games:/usr/include:/usr/lib:/usr/lib32:/usr/lib64:/usr/local:/usr/sbin:/usr/share:/usr/src:/usr/X11R6:/usr/local/sbin:/usr/local/gphoto/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/blackdown-jdk-1.4.1/bin" QPATH="../stdlib:../modules/clib:../modules/clib" ./q -d ./qcwrap.q def: error loading module Warning: 268 unresolved external symbols ! File def, line 297: 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 AF_UNIX = AF_LOCAL -- def AF_FILE = AF_LOCAL -- def S_ISUID = 2048 -- def S_ISGID = 1024 -- def S_ISVTX = 512 -- def S_IRWXU = 448 -- def S_IRUSR = 256 -- def S_IWUSR = 128 -- def S_IXUSR = 64 -- def S_IRWXG = 56 -- def S_IRGRP = 32 -- def S_IWGRP = 16 -- def S_IXGRP = 8 -- def S_IRWXO = 7 -- def S_IROTH = 4 -- def S_IWOTH = 2 -- def S_IXOTH = 1 -- def clib::MAIN_THREAD = this_thread zsh: exit 2 PATH= QPATH="../stdlib:../modules/clib:../modules/clib" ./q -d ./qcwrap.q zsh, sauce 9:38AM src/ % Any ideas? :) ~Tim -- <http://spodzone.org.uk/> |
From: Andrew B. <and...@ya...> - 2006-05-11 15:12:45
|
Hi, Tim. First the caveat: I'm operating purely from memory here, it was probably around a year ago that I looked into this last, but what I remember was... The real failure is before that spot. You have to look closely at the make output to see it, since the error does not get detected, and it continues on to that point. Where the real error is, it leaves an empty file which should include stuff to make those undef symbols go away. I worked backward and then followed it to the point that some scary pointer arithmetic was clearly broken, but not being able to figure out what it was trying to do (in the couple of hours I had on hand), I did not fix it. -andrew --- Tim Haynes <q...@st...> wrote: > Hi, > > My attempts to build are currently failing on this > command (I've inserted > `-d' myself in an attempt to find out a bit more): > > PATH=".:/bin:/usr/bin/:/usr/X11R6/bin:/usr/pkg/bin:/sbin:/usr/sbin::/usr/local/bin/:/usr/bin:/usr/bin:/usr/doc:/usr/games:/usr/include:/usr/lib:/usr/lib32:/usr/lib64:/usr/local:/usr/sbin:/usr/share:/usr/src:/usr/X11R6:/usr/local/sbin:/usr/local/gphoto/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/blackdown-jdk-1.4.1/bin" > QPATH="../stdlib:../modules/clib:../modules/clib" > ./q -d ./qcwrap.q > def: error loading module > Warning: 268 unresolved external symbols > ! File def, line 297: 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 AF_UNIX = AF_LOCAL > -- def AF_FILE = AF_LOCAL > -- def S_ISUID = 2048 > -- def S_ISGID = 1024 > -- def S_ISVTX = 512 > -- def S_IRWXU = 448 > -- def S_IRUSR = 256 > -- def S_IWUSR = 128 > -- def S_IXUSR = 64 > -- def S_IRWXG = 56 > -- def S_IRGRP = 32 > -- def S_IWGRP = 16 > -- def S_IXGRP = 8 > -- def S_IRWXO = 7 > -- def S_IROTH = 4 > -- def S_IWOTH = 2 > -- def S_IXOTH = 1 > -- def clib::MAIN_THREAD = this_thread > zsh: exit 2 PATH= > QPATH="../stdlib:../modules/clib:../modules/clib" > ./q -d ./qcwrap.q > zsh, sauce 9:38AM src/ % > > Any ideas? :) > > ~Tim > -- > <http://spodzone.org.uk/> > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support > web services, security? > Get stuff done quickly with pre-integrated > technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 > based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > q-lang-users mailing list > q-l...@li... > https://lists.sourceforge.net/lists/listinfo/q-lang-users > |
From: Albert G. <Dr....@t-...> - 2006-05-11 20:08:29
|
Hi Tim, yes it's the same thing that Andrew already reported quite a while ago. I'll have a look at this asap. Tim Haynes wrote: > My attempts to build are currently failing on this command (I've inserted > `-d' myself in an attempt to find out a bit more): -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |