Дмитрий
Дмитрий
Maybe im not install the OSG environment variables? How do it right for Visual Studio? i think `vcpkg `do that yourself. It turns out that I have problems with the...
missclick closed :)
1. Done. nothing happend, also i add env var like `OSG_BIN_PATH`, `OSG_INCLUDE_PATH`, `OSG_LIB_PATH` too. 2. Osg `*.dlls` copy right into x64 app folder, vcpkg already do that, but not plugins,...
Ok im reinstall it from cmd - `vcpkg install osg[core,plugins]:x64-windows --recursive` and now i have several `*.exe` files like `osgviewer.exe`, into `{VCPKG dir installed}/windows-x64/tools/osg/`. Interesting, but `osgviewer.exe` work ( some...
SkyboltVisTests.exe: ``` test cases: 17 |16 passed | 1 Failed assertations: 61 | 60 passed| 1 Failed OsgImageHelpersTests.cpp(17) FAILED: SIGSEGV - Segmentation violation signal ``` Common and Sim tests all...
when upgrade cmake to 3.24.2 boost warning gone, Cmake 3.24.2 (exe) Configurate (`osg `and `boost `from vcpkg, all headers from [SkyboltDependenciesHeaderOnly](https://github.com/Piraxus/SkyboltDependenciesHeaderOnly)) result: ``` Selecting Windows SDK version 10.0.17763.0 to target...
I have `osgdb_png.dll` in `vcpkg\installed\x64-windows\tools\osg\osgPlugins-3.6.5` , how set right paths for it?
ok im reinstall ALL of that by **conanfile.py** on different mashine and catch suggest issue: `[2022-12-27 20:23:34.722097] [0x00003920] [warning] Settings file not found: '"C:\\Users\\xfire\\AppData\\Local\\Skybolt\\Settings.json"' [2022-12-27 20:23:34.736097] [0x00003920] [info] Loaded plugin:...
`conan lock create conanfile.py --lockfile-out=windows.lock` command in Skybolt folder ``` Requirements boost/1.75.0 from 'conancenter' - Cache brotli/1.0.9 from 'conancenter' - Cache bzip2/1.0.8 from 'conancenter' - Cache catch2/2.13.8 from 'conancenter' -...
Okay, I found something, it looks like USE_OSGPLUGIN(obj) does not find the necessary plugins, it is not yet clear how to add the OSG_LIBRARY_PATH path to conan...