Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Fix compilation on Linux - #70

Closed
nullsystem wants to merge 4 commits into
NeotokyoRevamp:devfrom
nullsystem:001_FixLinuxCompile
Closed

Fix compilation on Linux#70
nullsystem wants to merge 4 commits into
NeotokyoRevamp:devfrom
nullsystem:001_FixLinuxCompile

Conversation

@nullsystem

Copy link
Copy Markdown
  • itoa is non-standard, not available on Linux, try snprintf for now
  • Some gcc being stricter kind of stuff

- itoa is non-standard, not available on Linux, try snprintf for now
- Some gcc being stricter kind of stuff
@RainyanRainyan self-assigned this Feb 5, 2024
@nullsystem
nullsystem marked this pull request as draft February 10, 2024 16:58
@nullsystem

nullsystem commented Feb 10, 2024

Copy link
Copy Markdown
Author

Never mind, this broke Windows build entirely. Probably need a custom function instead.
EDIT: inttostr for game, ifdef _snprintf for rest of tools

@nullsystem
nullsystem marked this pull request as ready for review February 10, 2024 18:48
- Instead have inttostr to interface between them
(nullsystem:001_FixLinuxCompile)
@nullsystemnullsystem closed this by deleting the head repository Jul 1, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@nullsystem@Rainyan@AdamTadeusz