can't find /src/macosx/config_common.h.in on macos

Post here if you need help setting up your server, etc.
Post Reply
narsu
Posts: 1
Joined: Tue Jun 29, 2021 4:35 pm

can't find /src/macosx/config_common.h.in on macos

Post by narsu »

Hello guys,
I'm really excited to build Armagetron by myself. I have downloaded the armagetronad-source-0.2.9.1.0 on Mac. There is my xcode Version 12.4 and Mac version 10.15.7 there pop up en error as below.
/Users/hada/.bash_profile: line 7: /Users/hada/Library/Android/sdk: is a directory
build_tools/process_files.rb:71:in `read': No such file or directory @ rb_sysopen - ../src/macosx/config_common.h.in (Errno::ENOENT)
from build_tools/process_files.rb:71:in `generate_version'
from build_tools/process_files.rb:61:in `generate_build_information'
from build_tools/process_files.rb:144:in `block in <main>'
from build_tools/process_files.rb:55:in `initialize'
from build_tools/process_files.rb:141:in `new'
from build_tools/process_files.rb:141:in `<main>'
build_tools/process_files.rb Starting...
Command PhaseScriptExecution failed with a nonzero exit code
Image
User avatar
Z-Man
God & Project Admin
Posts: 11585
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: can't find /src/macosx/config_common.h.in on macos

Post by Z-Man »

The short version is, we're no longer using XCode to build, but the regular unix configure/make way. Here are the new docs:
http://wiki.armagetronad.org/index.php?title=MacOS
We should probably just remove the xcode project files. Unless you want to try and get them back into operational shape; I would not know how to do that. IDEs can be hard to convince to do the right thing, and I have no clue how to best deal with our dependences there.
Post Reply