Daniel Macks
Daniel Macks
Building datrie-0.7.1 for python2.7 on OS X 10.13 using Debian's patch for external libdatrie-0.2.12 I get some compiler warnings. ``` gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall...
Building 0.7.1 on my OS X 10.13 machine, I instrumented the build and see that both stages of the compiling (the internal libdatrie and the python glue code) are actually...
I'm trying to build version 2.2.2 on my OS X 10.13 machine, with ffmpeg4 (and all other deps) supplied by fink, cmake detects ffmpeg: ``` -- Checking for module 'libavcodec'...
Building on OS X 10.13 using gcc-12 and cmake-3.24.1 (both via fink), I see compiler calls like: ``` /sw/bin/g++-fsf-12 -DFMT_SHARED -DFOLLY_XLOG_STRIP_PREFIXES=\"/sw/build.build/libfolly-2022.12.05.00-1:/sw/build.build/libfolly-2022.12.05.00-1/finkbuild\" -DGFLAGS_IS_A_DLL=0 -D_GNU_SOURCE -D_REENTRANT -I/sw/build.build/libfolly-2022.12.05.00-1 -I/sw/build.build/libfolly-2022.12.05.00-1/finkbuild -I/sw/opt/boost-1_68/include -I/sw/include -Wno-nonnull -O3...
OS X's compiler (at least on older versions, not sure about current) only accepts `-dynamiclib` not `-shared`. It's the same meaning, no idea why Apple decided to use their own...
*Please use this template for reporting suspected bugs or requests for help.* # Issue description Three of the libzmp test-suites are "FAIL" # Environment * libzmq version: 4.3.4 ** with...
Lots of CMakeLists.txt have things such as: ```link_directories(${FOO_LIBRARIES})``` either alone or accompanied by: ```target_link_libraries(bar ${FOO_LIBRARIES})``` or ```target_link_libraries(bar foo)``` The variable `${FOO_LIBRARIES}` contains the actual filename, not the path, so it...
The use of "all paths in ${prefix}/lib[64]/pkgconfig/ and ${prefix}/share/pkgconfig/, where ${prefix} is a system prefix (typically this will be /usr/)." as the default search paths is different from pkg-config. As...