SpaceIm

Results 118 issues of SpaceIm

When you compile OpenMVG 2.0 with Visual Studio in Debug build type and with static CRT, compilation of `openMVG_matching` fails: ``` C:\J\w\prod\BuildSingleReference@3\s\0a8b43\1\src\src\openMVG\matching\regions_matcher.cpp : fatal error C1128: number of sections exceeded...

openMVG 2.0 relies on several deprecated symbols of: - libtiff (`uint8`, `uint16`, `uint32`) in `openMVG/image/image_io.cpp` - ceres-solver (`SetParameterization`, `SubsetParameterization`) in `openMVG/sfm/sfm_data_BA_ceres.cpp` I still see these deprecated symbols in master branch....

enhancement

### Environment details * Operating System+version: Windows 11 * Compiler+version: Visual Studio 2022 * Conan version: 1.56.0 * Python version: 3.10.2 ### Steps to reproduce - checkout https://github.com/SpaceIm/conan-center-index/tree/76a44f95038c2addd04b377deeb80627ce3c6180 (from https://github.com/conan-io/conan-center-index/pull/14792,...

type: look into

After updating my CMakeLists files -for example to add an external dependency with find_package()/target_link_libraries()- and running CMake configure again to update `compile_commands.json` (through CMake tools extension), syntax highlighting is not...

- bump dependencies - use `` for wayland in build requirements - sort methods by order of execution - use version range for cmake - fix several access to informations...

also use cache_variables in order to avoid patching of upstream CMakeLists (since 1.10) --- - [ ] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [ ] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan...

### Description On WSL2 Ubuntu 22.04, `glu/system` fails in `package_info()` while calling `pkg_config.fill_cpp_info`. It can't find pc file of its dependency: `opengl.pc`. And indeed this file is missing in `/usr/lib/x86_64-linux-gnu/pkgconfig`...

bug

It doesn't like something in `kj::_::Coroutine::Awaiter` (in `async-inl.h`). Here is the build log: Build log ``` CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed...

Hide private symbols irrespective of compiler when yaml-cpp shared is built with CMake. This PR is similar to https://github.com/jbeder/yaml-cpp/pull/984, but it does not remove `dll.h` (which was the reason why...

In CMakeLists, wslay lib is not linked to ws2_32 if Windows, so building shared lib with MinGW fails with undefined references: ``` ld.exe: lib/CMakeFiles/wslay_shared.dir/wslay_event.c.obj:wslay_event.c:(.text+0x5cd): undefined reference to `__imp_htons' ```