Re: [Jprogramming] J build fail

2023-08-21 Thread 'Viktor Grigorov' via Programming
exporting USE_GMP=0 didn't work. That or it expected makefile to be redone, but I was frustrated so I moved on. I may have found the issue, though. I had a slightly older copy of a jsource zip, probably the one from github. I ran clean and then build_all, only here I'd had an avx and avx2 dir c

Re: [Jprogramming] J build fail

2023-08-21 Thread bill lam
We only support and test for a limited number of platforms, "musl" is not one of them. You can narrow down by removing the support of libgmp. J still works but without extended integer support. On Tue, 22 Aug 2023 at 12:53 PM 'Viktor Grigorov' via Programming < programm...@jsoftware.com> wrote: >

Re: [Jprogramming] J build fail

2023-08-21 Thread Raul Miller
Ah, yes it does, which means that make2 is more than a historical artifact. I guess I should have spent more time reading it. However, the make2 scripts still assume that the build environment was set up correctly, which is a lot of what the scripts in script/ do. (Specifically those specified in

Re: [Jprogramming] J build fail

2023-08-21 Thread 'Viktor Grigorov' via Programming
They're not the latest,  gcc 12.2.0 clang version 15.0.7 but I don't get any warnings, and hence errors during compilation. I redid it with clang and -Wfatal-errors just now. Selfsame printout and return code. I executed built_native.sh and build_jamalgam.sh for good measure, but to no avail. I

Re: [Jprogramming] J build fail

2023-08-21 Thread bill lam
Make files and scripts in repository are meant for recent versions of clang and gcc. On Tue, 22 Aug 2023 at 7:56 AM 'Viktor Grigorov' via Programming < programm...@jsoftware.com> wrote: > Hey, > > I cloned the jsource repository. > Checked out 9.5.0-beta5 > Executed build_all.sh script in make2/

Re: [Jprogramming] J build fail

2023-08-21 Thread Elijah Stone
? buildga.sh uses make2 as for the runtime failure, I have no idea what could cause that On Mon, 21 Aug 2023, Raul Miller wrote: As I understand it, the make2 directory isn't being maintained for the general case, and at this point is mostly a historical artifact (it assumes you're using the r

Re: [Jprogramming] J build fail

2023-08-21 Thread Raul Miller
As I understand it, the make2 directory isn't being maintained for the general case, and at this point is mostly a historical artifact (it assumes you're using the right version of clang, for example). script/buildga.sh has approximately replaced it. (See also script/github_builds.txt) -- Raul

[Jprogramming] J build fail

2023-08-21 Thread 'Viktor Grigorov' via Programming
Hey, I cloned the jsource repository. Checked out 9.5.0-beta5 Executed build_all.sh script in make2/ to successfully compile. Executing the executable jconsole I get return code 134 with JE has crashed, likely due to an internal bug.  Please report the code which caused the crash, as well as the