Results 39 issues of Alex Shpilkin

As per title: `cmake/in/entt.pc.in` has ``` prefix=@CMAKE_INSTALL_PREFIX@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ ``` and so can’t handle absolute paths in `CMAKE_INSTALL_INCLUDEDIR`. This leads to broken .pc files on NixOS in particular. See “[Concatenating paths...

help wanted
build system
solved

The code ``` : TEST-T 1 THROW ; : TEST 3 ['] TEST-T CATCH ; TEST . . DEPTH . CR ``` prints `1 3 0` on latest Gforth and...

high priority

libtorrent version (or branch): [v2.0.5](https://github.com/arvidn/libtorrent/releases/tag/v2.0.5) (verified by inspection on master https://github.com/arvidn/libtorrent/commit/54a5ed3bbf18439396705f279368018bc3eb581f as well) platform/architecture: `Linux localhost 5.15.36 #1-NixOS SMP Wed Apr 27 12:39:02 UTC 2022 x86_64 GNU/Linux` compiler and compiler...

**Describe the bug** As per title: `cmake/benchmark.pc.in` has ``` prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ ``` and so can’t handle absolute paths in `CMAKE_INSTALL_{INCLUDE,LIB}DIR`. This leads to broken .pc files on NixOS...

help wanted

### Problem WGL defines `wglGetProcAddress` to be `WINAPI`, _i.e._ `__stdcall`, and return `PROC`, _i.e._ `intptr_t (__stdcall *)(void)`. GLFW defines `glfwGetProcAddress` to be a plain C function and return `GLFWglproc`, _i.e._...

As per title: `libdnf/libdnf.pc.in` has ``` prefix=@CMAKE_INSTALL_PREFIX@ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ ``` and so can’t handle absolute paths in `CMAKE_INSTALL_LIBDIR`. This leads to broken .pc files on NixOS in particular. See “[Concatenating paths...

As per title: `tools/notcurses-core.pc.in`, `tools/notcurses-ffi.pc.in`, `tools/notcurses++.pc.in`, and `tools/notcurses.pc.in` have ``` prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=@CMAKE_INSTALL_PREFIX@ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ ``` and so can’t handle absolute paths in `CMAKE_INSTALL_{INCLUDE,LIB}DIR`. This leads to broken .pc files on...

bug

As this repository essentially uses GitHub Issues as a substitute for message board software, people might be interested to know that GitHub [just rolled out][1] its own actual message board...

Sometimes, when I'm not making a fool of myself on c.l.f and ForthHub, I do actually write code. My Forth system project, , seems to have stalled, but I thought...

**Describe the issue** As per title: `tinyobjloader.pc.in` has ``` prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${prefix}/@TINYOBJLOADER_LIBRARY_DIR@ includedir=${prefix}/@TINYOBJLOADER_INCLUDE_DIR@ ``` where `TINYOBJLOADER_{LIBRARY,INCLUDE}_DIR` is set in `CMakeLists.txt` to the value of `CMAKE_INSTALL_{LIB,INCLUDE}DIR`, so it is unable to...

wontfix