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

Xcode 4 build doesn't work #490

Open
CelticMinstrel opened this issue Nov 23, 2024 · 2 comments
Open

Xcode 4 build doesn't work #490

CelticMinstrel opened this issue Nov 23, 2024 · 2 comments
Assignees
Labels
mac Specific to Mac builds meta Related to the build system or other things other than the code

Comments

@CelticMinstrel
Copy link
Member

Most of the problems are easy to solve, but the cppcodec dependency will not compile in Xcode 4, so an alternative will be needed. Perhaps use Base64 routines from the Mac toolkit (eg NSData)?

@CelticMinstrel CelticMinstrel added mac Specific to Mac builds meta Related to the build system or other things other than the code labels Nov 23, 2024
@CelticMinstrel CelticMinstrel self-assigned this Nov 23, 2024
@NQNStudios
Copy link
Collaborator

I don't know if this would be better or worse than NSData, but I think MacOS provides a base64 program which could be a subprocess. A little nastier, but maybe quicker to integrate? I have no idea.

@CelticMinstrel
Copy link
Member Author

I'd kinda prefer something in CoreFoundation or similar rather than NSData (as that doesn't require using a .mm file), but I think both are probably preferable to a subprocess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mac Specific to Mac builds meta Related to the build system or other things other than the code
Projects
None yet
Development

No branches or pull requests

2 participants