-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nlohman-json fails to build #164
Comments
Here is my current workaround:
but there may be a better way through CMake |
On master we are on 3.7 release where this problem is already fixed. its fixed in nlohmannn/json via nlohmann/json@3184e9b#diff-af3b638bc2a3e6c650974192a53c7291 So you can cherry-pick this and propose as a backport for meta-openembedded/zeus as well. |
The patch fails to apply to version in zeus, so I guess I will be using the version from master. |
Hello, can we close this bug? |
Sure. It is too old and likely irrelevant by now. |
closing |
Changelog: ========== Address changes of final V2 api release (openembedded#175) Use non-deprecated logging warn method (openembedded#174) Add support for smart_scene resource (openembedded#170) Add support for matter resource (openembedded#171) Fix: KeepAlive workaround causes Geofence to malfunction (openembedded#163) Fix: Missing repeated events for Philips Hue Tap Dial switch (openembedded#167) Fix error in log when an empty dict is received for an optional value (openembedded#164) Add sparkle effect to fix new Festavia lights (openembedded#165) Fix typo in discovery (openembedded#158) Pin github actions and add dependabot actions ecosystem (openembedded#151) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Changelog: ========== Address changes of final V2 api release (openembedded#175) Use non-deprecated logging warn method (openembedded#174) Add support for smart_scene resource (openembedded#170) Add support for matter resource (openembedded#171) Fix: KeepAlive workaround causes Geofence to malfunction (openembedded#163) Fix: Missing repeated events for Philips Hue Tap Dial switch (openembedded#167) Fix error in log when an empty dict is received for an optional value (openembedded#164) Add sparkle effect to fix new Festavia lights (openembedded#165) Fix typo in discovery (openembedded#158) Pin github actions and add dependabot actions ecosystem (openembedded#151) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Release notes for 4.18.2 ======================== - manager: Fix GQueue memory management - Fix Xfconf memory management - Update bug report address - Fix suspend/hibernation bug on ConsoleKit2 (Fixes openembedded#164) Release notes for 4.18.1 ======================== - Update copyright year - Fix bus name acquisition/ownership (openembedded#54, !34) - Use XfceScreensaver from Libxfce4ui (!35) - build: Fix previous commit - build: Fix autotools warnings - Avoid duplicating directories in the tail of $XDG_* envs (openembedded#111, !21) - settings: Fix memory leak - libxfsm: Fix wrong return value - Fix memory leaks when opening xfce4-session-settings - Fix blurry session snapshots (!33) - Fix blurry icons in autostart tab when UI scale > 1 (!33) - build: Fix GTK deprecation warnings (!32) - build: Fix some other GDK deprecation warnings (!32) - build: Fix gdk_error_trap_push/pop() deprecation warnings (!32) - build: Let xdt-depends.m4 macros set GLib macros (!32) - build: Remove GDK_VERSION_MIN_REQUIRED/MAX_ALLOWED (!32) - Make use of translations for run hooks (Fixes openembedded#156) - Translation Updates: Greek, Portuguese, Turkish Signed-off-by: Kai Kang <[email protected]> Signed-off-by: Khem Raj <[email protected]>
This is the build configuration:
And this is the error:
it may or may not be similar or related to #162
The text was updated successfully, but these errors were encountered: