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

Add RAD_TELEMETRY_DISABLED to fix compilation errors #48

Merged
merged 1 commit into from
May 26, 2020

Conversation

KingDavidW
Copy link

When trying to compile the mathlib, it's missing fieldtype_t and string_t for things such as variant_t.h

I haven't seen any compilation failures for the other inclusions regarding these, so I shoved this into the premake file.

Also, when compiling on windows, telemetry needs to be disabled for it to compile. A file being included by the vprof_telemetry.h is missing: "../../thirdparty/telemetry/include/telemetry.h"

@danielga danielga self-requested a review April 30, 2020 00:56
@danielga danielga self-assigned this Apr 30, 2020
@danielga danielga added the bug label Apr 30, 2020
@danielga danielga force-pushed the master branch 2 times, most recently from feae357 to 5cc4ce0 Compare May 21, 2020 23:19
@danielga danielga changed the title IncludeSDKMathlib Compilation Fixes Add RAD_TELEMETRY_DISABLED to fix compilation errors May 26, 2020
@danielga
Copy link
Owner

Only the RAD_TELEMETRY_DISABLED flag was necessary, changed the commit to reflect that and rebased on top of my repo. Thanks for the heads-up!

@danielga danielga merged commit bdeb573 into danielga:master May 26, 2020
@deinferno
Copy link
Contributor

I think definition of RAD_TELEMETRY_DISABLED required for non-windows too, it throws same missing file error on Linux.

@danielga
Copy link
Owner

Yeah, I have that on x86-64 branch, need to backport it.

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

Successfully merging this pull request may close these issues.

4 participants