he32

Results 52 comments of he32

> `CMAKE_BUILD_TYPE=Debug` Did that, and, annoyingly, this doesn't reproduce the problem. I think this means that this went from a swi-prolog issue to being a gcc compiler issue for this...

The debug with `clang` build bombed slightly elsewhere: ``` [ 76%] Build home/library/clp/INDEX.pl SWI-Prolog [thread 2 (gc) at Mon Jan 30 21:42:21 2023]: received fatal signal 11 (segv) [1] Segmentation...

Here's a bit more about what this is about: ``` --- src/CMakeFiles/library_index_library_clp.dir/all --- [ 76%] Build home/library/clp/INDEX.pl cd /usr/pkgsrc/lang/swi-prolog-lite/work/swipl-9.0.4/build/src && ./swipl -f none --no-packs -t halt --home=/usr/pkgsrc/lang/swi-prolog-lite/work/swipl-9.0.4/build/home -q -g "make_library_index('/usr/pkgsrc/lang/swi-prolog-lite/work/swipl-9.0.4/build/home/library/clp')"...

I beleive I have news on this. It turns out that since I do this build on a dual-CPU macppc, I also did the build with "make -j 2". However,...

> What architecture do you have a trouble on this? That would be 32-bit powerpc.

> Do you use this crate on ppc 32bit? I don't think it is popular > enough to support by adding new external dependency. Well, this is chasing build problems...

Here's how another repository handled a similar request: https://github.com/PyO3/pyo3/commit/9d1b11f70459367593e4cb92919f5f98c156dda9

I'll just note that I'm observing the same problem for the `i586-unknown-netbsd` target. It also does not support the SSE or SSE2 instructions, and targets Pentium and above, for maximal...

> You don't seem to have checked out the current version as this was fixed in 2017. That's entirely possibly. I'm referring to the latest published C version, 0.94, which...

> Ah, I see, so the zip on the website needs updating or pointing at this repository for the zip. I didn't notice because I looked at the code here...