Skip to content
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

Seems I reverted the linux linking issue by fixing the seg fault in linux #126

Open
FranzPoize opened this issue May 10, 2024 · 0 comments

Comments

@FranzPoize
Copy link
Contributor

After getting the renderer v2 update there was an issue with the linux version:

Logger where never instantiated. It seems clang will not instantiate static properties of class that are never included. To fix that I used the pattern that is used for serialization. A shared_ptr is defined as a static property of the defining struct and instantiated inline.

Unfortunately it seems to have broke the windows linking issue of ad_processor_loggerinitialization, ad_profiler_loggerinitialization and ad_renderer_loggerinitialization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant