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

Fix UE5.3 Linux Compile #38

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Conversation

morotsgurka
Copy link
Contributor

Fix for pointer error
Took the implementation from the Windows StringUtils.cpp which seems to work fine

Fix for pointer error
Took the implementation from the Windows StringUtils.cpp which seems to work fine
@tustanivsky
Copy link
Member

@morotsgurka Thank you, this is much appreciated!

@tustanivsky tustanivsky merged commit 636d587 into NinevaStudios:master Apr 18, 2024
@morotsgurka
Copy link
Contributor Author

morotsgurka commented Apr 18, 2024

No problem!

The same seems to have to be done on the MacOS StringUtils like Toernblom wrote in my issue #33
I think that it is the same issue as issue #37. My guess is that Mosquitto is built for Intel and has to be rebuilt for ARM to work on M1? Although, I am not able to compile Mosquitto from source, I get an error which i have not been able to solve.

clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [lib/libmosquitto.2.0.18.dylib] Error 1
make[1]: *** [lib/CMakeFiles/libmosquitto.dir/all] Error 2
make: *** [all] Error 2

Found this issue and solution on Mosquittos repo but it did not seem to work for me.

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

Successfully merging this pull request may close these issues.

None yet

2 participants