kiufta

Results 21 issues of kiufta

GCC 12.2: ``` 2091/2103] Building CXX object CMakeFiles/ladybird.dir/ConsoleGlobalObject.cpp.o FAILED: CMakeFiles/ladybird.dir/ConsoleGlobalObject.cpp.o /usr/bin/ccache /usr/bin/c++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I./ladybird/Build/ladybird_autogen/include -I./ladybird/Build/serenity/Userland/Libraries -I./ladybird/Build/_deps/lagom-build/Services -I./ladybird/Build/serenity -I./ladybird/Build/_deps/lagom-build -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtWidgets...

Dear Alex, thank you for your work! Until a few years ago I was using a Chromium version with WebRTC not disabled, but patched out to avoid getting my real...

ffmpeg 5.1 seems to be incompatible: ``` CC libavmod_la-mod_av.lo mod_av.c:52:38: warning: ISO C forbids forward references to 'enum' types [-Wpedantic] 52 | int mod_av_lockmgr_cb(void **m, enum AVLockOp op) | ^~~~~~~~...

bug

I've installed rapidjson 1.1.0, hence I don't understand these errors: ``` [ 76%] Building CXX object src/tyr/CMakeFiles/valhalla-tyr.dir/route_serializer_osrm.cc.o ./valhalla/src/tyr/serializers.cc: In function 'void osrm::serializeIncidentProperties(rapidjson::Writer&, const valhalla::IncidentsTile::Metadata&, int, int, const std::string&, const std::string&)':...

Without `-DENABLE_BENCHMARKS=OFF` I'm unable to let CMake configure: ``` -- Configuring done CMake Error at bench/CMakeLists.txt:14 (add_dependencies): The dependency target "utrecht_tiles" of target "benchmarks" does not exist. CMake Error at...

cleanup

I've just tried to compile git master under ArchLinux (gcc 12.2): There is a build failure inside https://github.com/ThePhD/sol2 : ``` In file included from ./osrm-backend/include/extractor/scripting_environment_lua.hpp:15: In member function 'void sol::stack::field_getter::get(lua_State*,...

After building from source and then installing through `make DESTDIR="${pkgdir}/" install` there is a file conflict with my [existing flatbuffer headers](https://archlinux.org/packages/community/x86_64/flatbuffers/) in /usr/include/flatbuffers/

### Describe the bug undefined symbol error ### Steps to reproduce ``` export CXXFLAGS="$CXXFLAGS -fPIC" export CFLAGS="$CFLAGS -fPIC -DNDEBUG" ./configure \ --prefix=/usr \ --with-external-speex \ --with-external-srtp \ --with-external-pa \ --with-external-gsm...

Dear programmers, I'm not dockering, but trying to package for my distro. `cmake --install .` is doing nothing. What is the designated way to install qlever? ``` CreatePatternsMain IndexBuilderMain PermutationExporterMain...

nginz needs libzauth with installs [this file](https://github.com/wireapp/wire-server/blob/master/libs/libzauth/libzauth-c/src/zauth.h) into _any place you want_. Nevertheless it would great to have only one _/usr/include/zauth.h_ file which should be compatible with zeromq's [file at...