Landon Curt Noll
Landon Curt Noll
We recommend debugging the realloc problem with the following patch: [str.c.debug-ptch.txt](https://github.com/lcn2/calc/files/7865440/str.c.debug-ptch.txt) The issue can be triggered faster by lowering the value of both STR_TABLECHUNK and STR_CHUNK
We will look at this issue before the version 2.14.0.1 release and see if we can improve things.
It turns out that the dependency issues for parallel make are very complex. As such we might not fix this issue, let alone in time for version 2.14.0.1. We will...
Wow .. just had a chat with another person who deals with parallel GNU make. Unfortunately due to the complex dependency issues between Makefile, Makefile.ship and custom/Makefile, parallel GNU make...
To make real progress there needs to be a completely new way to build calc AND a new way to configure the calc build. That way could have as a...
If autoconf + configure were to be used, then a number of the have_XXX.h files would be replaced by autoconf-ness. There is also CMake. There is also SCons. There may...
We are making another attempt, @pmetzger, given the build changes that are on the way for 2.14.0.13. Right now, various build stages with with make -j, while other stages do...
Hello @pmetzger, We are not sure that moving to autoconf would fix this issue. While there are benefits of autoconf (and there are negative aspects of doing so), the issue...
Actually @pmetzger, When you test, you should make the following edits to disable .NOTPARALLEL: [NOTPARALLEL.ptch.txt](https://github.com/lcn2/calc/files/7800083/NOTPARALLEL.ptch.txt) When you do, you will find that the parallel make appears to make things in...