di 6.1.0 can't find libintl under MacPorts
Fixed in 6.1.0.1.
Do you want to create a patch file for 'di'? I would like to wait a bit and see if any other bug reports come in.
I am able to reproduce. I have a syntax error in the CMakeList.txt file. bll-g7:bll$ hg diff CMakeLists.txt diff -r 29947e7eac91 CMakeLists.txt --- a/CMakeLists.txt Mon Nov 03 07:42:19 2025 -0800 +++ b/CMakeLists.txt Mon Nov 03 14:45:40 2025 -0800 @@ -835,7 +835,7 @@ set (CMAKE_REQUIRED_LIBRARIES ${Intl_LIBRARY}) endif() if (Iconv_LIBRARY AND NOT Iconv_LIBRARY STREQUAL "NOTFOUND") - set (CMAKE_REQUIRED_LIBRARIES "${CMAKE_REQUIRED_LIBRARIES} ${Iconv_LIBRARY}") + set (CMAKE_REQUIRED_LIBRARIES "${CMAKE_REQUIRED_LIBRARIES};${Iconv_LIBRARY}")...
di 6.1.0 can't find libintl under MacPorts
UI: Dropbox selections do not expand
The Locale, UI Theme and Marquee Theme have been changed to use drop-downs in version 4.17.3.3. The other text spinboxes generally have quite a short list of options and can be traversed with the - and + buttons.
UI: Dropbox selections do not expand