Skip to content

Compiling on macOS #32

@The-SamminAter

Description

@The-SamminAter

Hello, I figured that it might be easier and quicker in the long run if I add compilation issues here, instead of sending them on discord.
Compilation is being done on macOS Catalina (10.15.2), with CMake 3.16.3 3.17.1 and Xcode 11.3.1 11.4.1 with the default SDK.

Errors and warnings:

FloatingSandbox Group
	Semantic Issue Group
		/Users/ffs/Downloads/Floating-Sandbox-github/FloatingSandbox/SettingsDialog.cpp:85:13: Use of undeclared identifier 'BBB_SHIP_ICON_xpm'
			/usr/local/include/wx-3.0/wx/gdicmn.h:190:31: Expanded from macro 'wxICON'
			/Users/ffs/Downloads/Floating-Sandbox-github/<scratch space>:82:1: Expanded from here
GameLib Group
	Semantic Issue Group
		/Users/ffs/Downloads/Floating-Sandbox-github/Game/ShipRenderContext.cpp:2230:26: Use of undeclared identifier 'mHighlightVertexBuffer'

I think that I also got the same googletest warnings, so here are those (these are from the last document that I sent you):

UnitTests Group
	Deprecations Group
		/Users/ffs/Downloads/Floating-Sandbox-github/UnitTests/GameMathTests.cpp:24:1: 'InstantiateTestCase_P_IsDeprecated' is deprecated: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/gtest-param-test.h:504:38: Expanded from macro 'INSTANTIATE_TEST_CASE_P'
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/internal/gtest-internal.h:1236:1: 'InstantiateTestCase_P_IsDeprecated' has been explicitly marked deprecated here
		/Users/ffs/Downloads/Floating-Sandbox-github/UnitTests/GameMathTests.cpp:82:1: 'InstantiateTestCase_P_IsDeprecated' is deprecated: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/gtest-param-test.h:504:38: Expanded from macro 'INSTANTIATE_TEST_CASE_P'
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/internal/gtest-internal.h:1236:1: 'InstantiateTestCase_P_IsDeprecated' has been explicitly marked deprecated here
		/Users/ffs/Downloads/Floating-Sandbox-github/UnitTests/LayoutHelperTests.cpp:60:1: 'InstantiateTestCase_P_IsDeprecated' is deprecated: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/gtest-param-test.h:504:38: Expanded from macro 'INSTANTIATE_TEST_CASE_P'
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/internal/gtest-internal.h:1236:1: 'InstantiateTestCase_P_IsDeprecated' has been explicitly marked deprecated here
		/Users/ffs/Downloads/Floating-Sandbox-github/UnitTests/LayoutHelperTests.cpp:390:1: 'InstantiateTestCase_P_IsDeprecated' is deprecated: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/gtest-param-test.h:504:38: Expanded from macro 'INSTANTIATE_TEST_CASE_P'
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/internal/gtest-internal.h:1236:1: 'InstantiateTestCase_P_IsDeprecated' has been explicitly marked deprecated here
		/Users/ffs/Downloads/Floating-Sandbox-github/UnitTests/SegmentTests.cpp:12:1: 'InstantiateTestCase_P_IsDeprecated' is deprecated: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/gtest-param-test.h:504:38: Expanded from macro 'INSTANTIATE_TEST_CASE_P'
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/internal/gtest-internal.h:1236:1: 'InstantiateTestCase_P_IsDeprecated' has been explicitly marked deprecated here
		/Users/ffs/Downloads/Floating-Sandbox-github/UnitTests/SliderCoreTests.cpp:16:1: 'InstantiateTestCase_P_IsDeprecated' is deprecated: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/gtest-param-test.h:504:38: Expanded from macro 'INSTANTIATE_TEST_CASE_P'
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/internal/gtest-internal.h:1236:1: 'InstantiateTestCase_P_IsDeprecated' has been explicitly marked deprecated here
		/Users/ffs/Downloads/Floating-Sandbox-github/UnitTests/TaskThreadPoolTests.cpp:56:1: 'InstantiateTestCase_P_IsDeprecated' is deprecated: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/gtest-param-test.h:504:38: Expanded from macro 'INSTANTIATE_TEST_CASE_P'
			/Users/ffs/Downloads/googletest-master/googletest/include/gtest/internal/gtest-internal.h:1236:1: 'InstantiateTestCase_P_IsDeprecated' has been explicitly marked deprecated here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions