Skip to content

Fix Linux compilation - #1

Merged
AdamTadeusz merged 4 commits into
NeotokyoRebuild:masterfrom
nullsystem:001_FixLinuxCompile
May 15, 2024
Merged

Fix Linux compilation#1
AdamTadeusz merged 4 commits into
NeotokyoRebuild:masterfrom
nullsystem:001_FixLinuxCompile

Conversation

@nullsystem

@nullsystemnullsystem commented May 14, 2024

Copy link
Copy Markdown
Collaborator

ORIGINAL PR: NeotokyoRevamp/neo#70

  • itoa is non-standard, not available on Linux, try snprintf for now
  • Some gcc being stricter kind of stuff
  • inttostr for game, ifdef _snprintf for rest of tools

nullsystemand others added 4 commits February 4, 2024 13:58
- itoa is non-standard, not available on Linux, try snprintf for now
- Some gcc being stricter kind of stuff
- Instead have inttostr to interface between them
(nullsystem:001_FixLinuxCompile)
@nullsystemnullsystem added the Tooling Tooling related works (EX: OS fixes, libraries) label May 14, 2024
@nullsystem
nullsystem requested a review from a teamMay 14, 2024 19:46
@AdamTadeusz
AdamTadeusz merged commit 92c95c9 into NeotokyoRebuild:masterMay 15, 2024
@StellaNova522StellaNova522 added this to the QoL milestone May 16, 2024
@StellaNova522StellaNova522 linked an issue May 16, 2024 that may be closed by this pull request
Rainyan pushed a commit that referenced this pull request Jul 1, 2024
AdamTadeusz referenced this pull request in AdamTadeusz/neo Nov 9, 2024
Source bots compile succesfully, merge master, debugging features
sunzenshen referenced this pull request in sunzenshen/neo Jul 15, 2025
Merge pull request #1 from Rainyan/bug/sign-extension
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ToolingTooling related works (EX: OS fixes, libraries)

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Compiling and launching the game on linux should JustWorkTM

3 participants

@nullsystem@AdamTadeusz@StellaNova522