davesworking

Results 6 issues of davesworking

Does libgepub still have dependencies on libsoup2? Getting this on the Linux x86-64 platform: `../libgepub/libgepub/gepub-utils.c:62:17: error: unknown type name ‘SoupURI’; did you mean ‘SoupAuth’? SoupURI *uri = soup_uri_new_with_base (baseURI, (const...

hi, I am getting the following error on Windows 11 meson.build:33:0: ERROR: Dependency "webkit2gtk-4.0" not found How can I get/build webkit2gtk-4.0 for Windows? Thanks, Dave

Hi, could you please let me know the correct way to disable all warnings? We would like to eliminate "libpng warning: /proc/cpuinfo open failed" on Mac ARM64 platform. Thanks!

### Operating system Linux ### Compiler glibc 2.28 ### Steps to reproduce the behavior ```Shell 14.0.1 SHA 2d8202f06d45f4220fa8aa0fc222d1d8221fd144, builds correctly on Linux-ARM64 armv8a-glibc2.28 ( Linux, version 6.1.8-v8.1.el8.altarch.1) 14.0.2 SHA d6341bc4de5c5f71ffcd129b952a42e823b21bb4...

category:community-triplet

**[dave@Rocky8_6 build]$ cmake --build . --config Release** ``` [ 1%] Building C object CMakeFiles/ggml.dir/ggml.c.o /home/dstiff/Repos/GitHub/ggerganov/llama.cpp/ggml.c: In function ‘ggml_numa_init’: /home/dstiff/Repos/GitHub/ggerganov/llama.cpp/ggml.c:2054:22: error: implicit declaration of function ‘getcpu’; did you mean ‘getopt’? [-Werror=implicit-function-declaration]...

bug-unconfirmed

hi, the generated mimalloc.cmake file has hard-coded paths, e.g. **mimalloc.cmake** ``` # The installation prefix configured by this project. set(_IMPORT_PREFIX"C:/Build/work/Windows-x86-64/vc143") set_target_properties(mimallocPROPERTIES INTERFACE_INCLUDE_DIRECTORIES"C:/Build/work/Build/Windows-x86-64/vc143/include/mimalloc-2.1" ) set_target_properties(mimalloc-staticPROPERTIES INTERFACE_INCLUDE_DIRECTORIES"C:/Build/work/Build/Windows-x86-64/vc143/include/mimalloc-2.1" INTERFACE_LINK_LIBRARIES"\$;\$;\$;\$;\$" ) ``` Is it...