Dennis Heimbigner

Results 612 comments of Dennis Heimbigner

Its coming back to me again. Under Ubuntu-22, I found that apt has not libbzip2-dev package. It only has libbz2-dev package. That was why I tried to test for both...

The only clue I see is this line: # Author: Siddhartha Chaudhuri, 2009

This change fails for me under Ubuntu 22. It says: > -- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)

what bzip2 package is being installed under MACOS? bz2 or bzip2? My guess us bzip2.

Note the followingfor the first dimension: > 18446744072820359168 = 0xffffffffcb000000 > 203 = 0xcb It appears that OSX is sign extending the true value (203) but printing it as unsigned....

This capability never worked, so I am going to remove it altogether.

You might try this before doing ./configure >export LDFLAGS="-lexecinfo"

Sorry, this got lost in my stack. Will put up the PR shortly.

See PR https://github.com/Unidata/netcdf-c/pull/2789

I note that there are also prepend (put at front) and insert (put anywhere in list) functions.