antoineemerit

Results 32 comments of antoineemerit

This error is caused by fieds defination of the form "datetime NOT NULL DEFAULT '0000-00-00 00:00:00'". A partial fix exist in the sql/upgrade_3.6.1.sql but it's not complete. Here is my...

I've patched the inc/database.php code to check this specific error : ``` diff --git a/inc/database.inc.php b/inc/database.inc.php index 5775239..2bf0953 100644 --- a/inc/database.inc.php +++ b/inc/database.inc.php @@ -531,7 +531,17 @@ class SB_DatabaseMySQL extends...

Compile without error using the OpenXR-SDK 1.1.51 (thanks to the previous fix).

The second step had problem also, because I use the default GCC compiler and Clang wasn't the good release. ``` antoine@pcantoine:~/AndroidStudioProjects/Bille2_VR/OpenXR-Hpp/build$ cmake .. -- Build tests: ON -- Skip using...

Last problem : the Debian 12 distribution includes a too much updated release of python markupsafe module, and so the str_unicode has been replaced by the str_str class. So, I've...

All this is for the record. It's platform/distribution/context/install specific. Regards

It seems that the real problem in all the *ToVector functions implemantation is using assert on error instead of throwing exception.

Hello, I got the same error in my own code. I solved this by including the file before . You should do the same in the test source files.

Hello, I've take few difficulties to prepare the test environment on the OpenXR-HPP library, but now I can compile the test code. So, for the first errors, you should also...

Next error is : ``` [ 28%] Built target generate_headers [ 29%] Building CXX object tests/CMakeFiles/a.dir/a.cpp.o In file included from /home/antoine/AndroidStudioProjects/Bille2_VR/OpenXR-Hpp/build/include/openxr/openxr_handles.hpp:87, from /home/antoine/AndroidStudioProjects/Bille2_VR/OpenXR-Hpp/build/include/openxr/openxr.hpp:176, from /home/antoine/AndroidStudioProjects/Bille2_VR/OpenXR-Hpp/tests/a.cpp:3: /home/antoine/AndroidStudioProjects/Bille2_VR/OpenXR-Hpp/build/include/openxr/openxr_enums.hpp:10435:5: error: expected identifier before...