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

EmptyProject script is broken for macOS #431

Open
darksylinc opened this issue Feb 7, 2024 · 0 comments
Open

EmptyProject script is broken for macOS #431

darksylinc opened this issue Feb 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Metal Issue affects Metal specifically. Don't use this tag if all RenderSystems are affected Priority: Normal

Comments

@darksylinc
Copy link
Member

darksylinc commented Feb 7, 2024

System Information

  • Ogre Version: 2.3 + master
  • Operating System / Platform: macOS
  • RenderSystem: Metal
  • GPU: Any

Detailled description

EmptyProject should succeed.

Instead it fails because isOgreNext tries to do the following on line 80:

		set( DEBUG_SUFFIX "" )
		if( ${CMAKE_BUILD_TYPE} STREQUAL "Debug" )
			set( DEBUG_SUFFIX "_d" )
		endif()

But CMAKE_BUILD_TYPE is not set for XCode generator. See https://forums.ogre3d.org/viewtopic.php?p=555711#p555711

Additionally the paths it's trying to look into are probably wrong for macOS.

@darksylinc darksylinc added bug Something isn't working Metal Issue affects Metal specifically. Don't use this tag if all RenderSystems are affected Priority: Normal labels Feb 7, 2024
@darksylinc darksylinc self-assigned this Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Metal Issue affects Metal specifically. Don't use this tag if all RenderSystems are affected Priority: Normal
Projects
None yet
Development

No branches or pull requests

1 participant